summaryrefslogtreecommitdiffstats
path: root/extra/grub2/grub.cfg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 20:00:01 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 20:00:01 +0100
commit951660417b0e9fc1cf85675a6cd04543ce989a01 (patch)
tree49c7c76fe91532c8f00ea87858d7d0c753efdc72 /extra/grub2/grub.cfg
parent429db18408791a5968cee746f1fd35ec965057d9 (diff)
downloadnutyx-extra-951660417b0e9fc1cf85675a6cd04543ce989a01.tar.gz
nutyx-extra-951660417b0e9fc1cf85675a6cd04543ce989a01.tar.bz2
nutyx-extra-951660417b0e9fc1cf85675a6cd04543ce989a01.tar.xz
nutyx-extra-951660417b0e9fc1cf85675a6cd04543ce989a01.zip
grub2, renommé en grub
Diffstat (limited to 'extra/grub2/grub.cfg')
-rw-r--r--extra/grub2/grub.cfg37
1 files changed, 0 insertions, 37 deletions
diff --git a/extra/grub2/grub.cfg b/extra/grub2/grub.cfg
deleted file mode 100644
index 52bf4dc02..000000000
--- a/extra/grub2/grub.cfg
+++ /dev/null
@@ -1,37 +0,0 @@
-# Config file for GRUB2 - The GNU GRand Unified Bootloader
-# /boot/grub/grub.cfg
-
-# DEVICE NAME CONVERSIONS
-#
-# Linux Grub
-# -------------------------
-# /dev/fd0 (fd0)
-# /dev/sda (hd0)
-# /dev/sdb2 (hd1,2)
-# /dev/sda3 (hd0,3)
-#
-
-# Timeout for menu
-set timeout=5
-
-# Set default boot entry as Entry 0
-set default=0
-
-# (0) NuTyX Linux 2009 Maintence
-menuentry "NuTyX Linux 2009 Maintenance" {
-set root=(hd0,1)
-linux /boot/kernel ro
-initrd /boot/nutyx-initrd
-}
-
-# (1) NuTyX Linux 2009
-menuentry "NuTyX Linux 2009" {
-set root=(hd0,1)
-linux /boot/kernel root=/dev/sda1 ro
-}
-
-## (1) Windows
-#menuentry "Windows" {
-#set root=(hd0,3)
-#chainloader +1
-#}