Commit fce9b2e6 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 22ead42a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment