summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2008-10-15 16:22:43 +0000
committerFrans Pop <elendil@planet.nl>2008-10-15 16:22:43 +0000
commit71388127a9fdc211c097f3653ffd30056a127de4 (patch)
treea44f9144fd8a7ec285796b942db5f6bca8b97b35 /build
parentfba4597c93f9f54a9ba2a04e83de240a1a06b613 (diff)
downloadinstallation-guide-71388127a9fdc211c097f3653ffd30056a127de4.zip
There are no floppy images for i386 for Lenny; disable relevant sections
Diffstat (limited to 'build')
-rw-r--r--build/arch-options/i3864
1 files changed, 3 insertions, 1 deletions
diff --git a/build/arch-options/i386 b/build/arch-options/i386
index 499ca7ae8..3f19ae4fe 100644
--- a/build/arch-options/i386
+++ b/build/arch-options/i386
@@ -15,7 +15,9 @@ smp_config_option="Symmetric multi-processing support"
# in the build scripts
fdisk="fdisk.txt;cfdisk.txt"
network="supports-tftp;supports-bootp;supports-nfsroot"
-boot="supports-floppy-boot;bootable-disk;bootable-usb"
+# For Lenny i386 does not have floppy images
+#boot="supports-floppy-boot;bootable-disk;bootable-usb"
+boot="bootable-disk;bootable-usb"
frontend="newt;gtk"
other="supports-wireless;supports-pcmcia;supports-serial-console"
smp="smp-alternatives"