summaryrefslogtreecommitdiff
path: root/menu.lst
diff options
context:
space:
mode:
Diffstat (limited to 'menu.lst')
-rw-r--r--menu.lst19
1 files changed, 19 insertions, 0 deletions
diff --git a/menu.lst b/menu.lst
new file mode 100644
index 0000000..3eda0a2
--- /dev/null
+++ b/menu.lst
@@ -0,0 +1,19 @@
+# GRUB boot file
+################
+
+# nicer colours
+color light-gray/blue black/light-gray
+
+# by default, boot first entry
+default 0
+
+# hide menu per default
+hiddenmenu
+
+# boot fast, nobody has to edit boot options here!
+timeout 0
+
+# boot minilinux
+title minilinux
+root (hd0,0)
+kernel /boot/bzImage-2.6.28.8 root=/dev/hda1