~dsmythies/installation-guide/typo

« back to all changes in this revision

Viewing changes to build/arch-options/i386

  • Committer: Steve Langasek
  • Date: 2016-04-18 21:37:25 UTC
  • Revision ID: vorlon@debian.org-20160418213725-ut3jo63rnm649da4
* build/arch-options: add a new 'supports-desktop' condition, which for the
  moment is set only on amd64, i386, and powerpc as the only architectures
  that any flavors are building desktop images for.  This may warrant
  further refinement later.
* disable various references to desktops when 'supports-desktop' is not
  set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#boot="supports-floppy-boot;bootable-disk;bootable-usb"
24
24
boot="bootable-disk;bootable-usb;isohybrid-supported"
25
25
frontend="newt"
26
 
other="supports-wireless;supports-pcmcia;supports-serial-console"
 
26
other="supports-wireless;supports-pcmcia;supports-serial-console;supports-desktop"
27
27
smp="smp-alternatives"
28
28
goodies="supports-lang-chooser"