diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-22 14:54:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-22 14:54:35 +0000 |
commit | e15cae56bfadfb7440186c515c86bae0a83bacb0 (patch) | |
tree | d9ac44a6914d370ad60e2718755dd987070ce671 | |
parent | 5ed0f8e6c705179b3a7d82c3b7dc62c05ab15fc9 (diff) | |
download | alpine-conf-e15cae56bfadfb7440186c515c86bae0a83bacb0.zip |
setup-disk: remove support for floppy
-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 |