Commit 5095b0c4 authored by Michael Shigorin's avatar Michael Shigorin

live.mk: initial rescue-remote

This one has formed off the recent addition to regular-rescue.iso, namely the feature starting network and sshd upon generating some random password and setting it as the root one for the (remotely started) livecd session so that a person operating an IP-KVM/iKVM would be able to boot off the ISO file via virtual media and then look up an IP obtained via DHCP and the root password.
parent 18dbadd8
......@@ -6,6 +6,11 @@ distro/dos: distro/.init use/dos use/syslinux/ui/menu; @:
distro/rescue: distro/.base use/rescue use/syslinux/ui/menu \
use/efi/signed use/efi/refind use/efi/shell; @:
distro/rescue-remote: distro/.base use/rescue/base use/stage2/net-eth
@$(call set,SYSLINUX_CFG,rescue_remote)
@$(call set,SYSLINUX_DIRECT,1)
@$(call add,RESCUE_PACKAGES,livecd-net-eth)
distro/syslinux: distro/.init \
use/syslinux/localboot.cfg use/syslinux/ui/vesamenu use/hdt; @:
......
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