summaryrefslogtreecommitdiff
path: root/grub.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'grub.cfg')
-rw-r--r--grub.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/grub.cfg b/grub.cfg
deleted file mode 100644
index 94c37ca..0000000
--- a/grub.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-# GRUB2 config file
-
-# boot fast, nobody has to edit boot options here!
-#set timeout=0
-set timeout=5
-
-# by default, boot first entry
-set default=0
-
-# hide menu per default
-#hiddenmenu
-
-# boot minilinux
-menuentry "Minilinux" {
- set root=(hd0,1)
- linux /boot/bzImage-2.6.33.3 root=/dev/hda1
-}