Commit 54d19238 authored by Michael Shigorin's avatar Michael Shigorin

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.
parent 85e9b375
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
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