regular.mk: added forensics mode to rescue flavour
Just a convenient knob for a few things done previously to help spare the interesting bits from being overrun. NB: live_rw isn't added although it might be useful since that would yield too many boot targets overall; this is likely to change some day, hopefully when media type detection/handling is implemented. Let's bump syslinux timeout to 20 seconds either so that iKVM users have a chance to select anything and not just see the default booting after a few screen area size changes.
This commit is contained in:
parent
22ead42a87
commit
fce9b2e6a6
@ -143,7 +143,8 @@ distro/regular-sugar: distro/.regular-gtk use/x11/sugar; @:
|
||||
|
||||
distro/regular-rescue: distro/.regular-bare use/rescue/rw use/luks \
|
||||
use/branding use/efi/refind use/efi/shell use/efi/memtest86 \
|
||||
use/syslinux/ui/menu use/hdt test/rescue/no-x11
|
||||
use/hdt use/syslinux/ui/menu use/syslinux/rescue_fm.cfg \
|
||||
use/syslinux/timeout/200 test/rescue/no-x11
|
||||
@$(call set,KFLAVOURS,un-def)
|
||||
@$(call add,RESCUE_PACKAGES,gpm)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user