You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-boot/colo/files/simple.colo

20 lines
539 B

#:CoLo:#
#
# Simple CoLo boot script.
# Turn serial on; if possible
# - means: "ignore any failure", so if the machine has no serial device (such as
# a Qube 2700), it will simply pretend the command never happened.
-serial on
# Mount the hard drive
mount hda1
# Loads the kernel into memory (and unzips if needed)
# Makes sure this points at the correct kernel image
load /boot/kernel.gz
# Executes the loaded image with the specified command args
# Change these args to suit your purposes
execute root=/dev/hda5 console=ttyS0,115200