syslinux: added 84rescue_remote.cfg
This one provides cmdline arguments for startup-rescue >= 0.24 which would bring up networking and sshd in its turn thus allowing remote access to the host booted in this mode. The feature has been asked for by many people including mithraen@ and valintinr@ (and I'd make use of it another day too). See the appropriate startup-rescue commit description for notes on implementation; this default set of variable values should be both useful and illustrative though.
This commit is contained in:
parent
85e9b375e5
commit
54d19238ac
5
features.in/syslinux/cfg.in/84rescue_remote.cfg
Normal file
5
features.in/syslinux/cfg.in/84rescue_remote.cfg
Normal file
@ -0,0 +1,5 @@
|
||||
label rescue_remote
|
||||
menu label Rescue with remote SSH ^access (DHCP)
|
||||
kernel alt0/vmlinuz
|
||||
append initrd=alt0/full.cz fastboot live showopts automatic=method:cdrom ramdisk_size=@rescue_size@ stagename=rescue quiet ip=dhcp port=22 rootpw=AUTO
|
||||
|
Loading…
Reference in New Issue
Block a user