Changeset 583
- Timestamp:
- 05/28/08 13:02:07 (3 months ago)
- Files:
-
- cdd-utils/trunk/debian/changelog (modified) (1 diff)
- cdd-utils/trunk/lib/system.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/debian/changelog
r581 r583 6 6 * Improved touchscreen calibration 7 7 * Do not run menu hardy in indamixx 8 * Fixed firstboot command for ath_pci (needs to be polished) 8 9 9 10 -- Free Ekanayaka <freee@debian.org> Fri, 23 May 2008 18:17:25 +0100 cdd-utils/trunk/lib/system.sh
r568 r583 202 202 #!/bin/sh 203 203 204 $cmd 204 if ! /sbin/depmod; then 205 touch /root/fail 206 exit 207 fi 208 modprobe ath_pci 205 209 206 210 update-rc.d -f first-boot remove
