diff options
Diffstat (limited to 'sys-boot/colo/files/menu-linux.colo')
-rw-r--r-- | sys-boot/colo/files/menu-linux.colo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys-boot/colo/files/menu-linux.colo b/sys-boot/colo/files/menu-linux.colo new file mode 100644 index 000000000000..0c0156b4d65e --- /dev/null +++ b/sys-boot/colo/files/menu-linux.colo @@ -0,0 +1,9 @@ +#:CoLo:# + +# Loads the kernel into memory (and unzips if needed) +# Makes sure this points at the correct kernel image +load /boot/vmlinuz.gz + +# Executes the loaded image with the specified command args +# Change these args to suit your purposes +execute root=/dev/hda5 console=ttyS0,115200 |