Package: fai Severity: normal Tags: patch
Here is a patch for fixing the mountpoint created for floppy disks in the simple examples. It should be /media/floppy, not /floppy. Diego -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.21 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Index: examples/simple/scripts/FAIBASE/20-removable_media =================================================================== --- examples/simple/scripts/FAIBASE/20-removable_media (revision 4347) +++ examples/simple/scripts/FAIBASE/20-removable_media (working copy) @@ -3,7 +3,7 @@ # (c) Thomas Lange, 2006, [EMAIL PROTECTED] # create entries for removable media in fstab and directories in /media -ainsl $target/etc/fstab "/dev/fd0 /floppy auto users,noauto 0 0" +ainsl $target/etc/fstab "/dev/fd0 /media/floppy auto users,noauto 0 0" cdromlist() { [ -f /proc/sys/dev/cdrom/info ] || return