diff options
author | Holger Wansing <hwansing@mailbox.org> | 2020-05-27 11:33:31 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2020-05-27 11:33:31 +0200 |
commit | bd74099ee257e4e00670f808de4f94f7dffc5976 (patch) | |
tree | 4aac1da81a4df63ca58256508b04947cb99d54b9 /build | |
parent | 572d485173f0ed32553fd01d8cd558e46f492952 (diff) | |
download | installation-guide-bd74099ee257e4e00670f808de4f94f7dffc5976.zip |
Add condition 'manual-usb-prep-supported', to display chapters for manual USB stick preparation in amd64 and i386 only
Diffstat (limited to 'build')
-rw-r--r-- | build/arch-options/amd64 | 2 | ||||
-rw-r--r-- | build/arch-options/i386 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/arch-options/amd64 b/build/arch-options/amd64 index db9f6376d..69ee45057 100644 --- a/build/arch-options/amd64 +++ b/build/arch-options/amd64 @@ -19,7 +19,7 @@ smp_config_option="Symmetric multi-processing support" # in the build scripts fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-bootp;supports-nfsroot" -boot="bootable-disk;bootable-usb;isohybrid-supported" +boot="bootable-disk;bootable-usb;isohybrid-supported;manual-usb-prep-supported" frontend="newt;gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="smp-alternatives" diff --git a/build/arch-options/i386 b/build/arch-options/i386 index 9d155392f..4024917ae 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -19,7 +19,7 @@ smp_config_option="Symmetric multi-processing support" # in the build scripts fdisk="fdisk.txt;cfdisk.txt" network="supports-tftp;supports-bootp;supports-nfsroot" -boot="bootable-disk;bootable-usb;isohybrid-supported" +boot="bootable-disk;bootable-usb;isohybrid-supported;manual-usb-prep-supported" frontend="newt;gtk" other="supports-wireless;supports-pcmcia;supports-serial-console" smp="smp-alternatives" |