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, 0 insertions, 9 deletions
diff --git a/sys-boot/colo/files/menu-linux.colo b/sys-boot/colo/files/menu-linux.colo deleted file mode 100644 index 0c0156b4d65e..000000000000 --- a/sys-boot/colo/files/menu-linux.colo +++ /dev/null @@ -1,9 +0,0 @@ -#: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 |