diff options
Diffstat (limited to 'setup-disk.in')
-rw-r--r-- | setup-disk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup-disk.in b/setup-disk.in index 208cffa..1fe0f91 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -448,7 +448,6 @@ install_mounted_root() { fi cat >>"$mnt"/etc/fstab <<-__EOF__ /dev/cdrom /media/cdrom iso9660 noauto,ro 0 0 - /dev/fd0 /media/floppy vfat noauto 0 0 /dev/usbdisk /media/usb vfat noauto 0 0 __EOF__ # remove the installed db in case its there so we force re-install |