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.
This commit is contained in:
parent
18dbadd81c
commit
5095b0c40d
@ -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; @:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user