Commit 64ff69b
0
plików
+0
dodanych
-0
usuniętych
@@ -1,31 +1,31 @@
1
-# Config file for GRUB2 - The GNU GRand Unified Bootloader
2
-# /boot/grub/grub.cfg
3
-
4
-# DEVICE NAME CONVERSIONS
5
-#
6
-# Linux Grub
7
-# -------------------------
8
-# /dev/fd0 (fd0)
9
-# /dev/sda (hd0)
10
-# /dev/sdb2 (hd1,2)
11
-# /dev/sda3 (hd0,3)
12
-#
13
-
14
-# Timeout for menu
15
-set timeout=5
16
-
17
-# Set default boot entry as Entry 0
18
-set default=0
19
-
20
-# (0) NuTyX Linux
21
-menuentry "NuTyX Linux " {
22
-set root=(hd0,1)
23
-linux /boot/kernel root=/dev/sda1 ro
24
-initrd /boot/initrd
25
-}
26
-
27
-## (1) Windows
28
-#menuentry "Windows" {
29
-#set root=(hd0,3)
30
-#chainloader +1
31
-#}
1
+# Config file for GRUB2 - The GNU GRand Unified Bootloader
2
+# /boot/grub/grub.cfg
3
+
4
+# DEVICE NAME CONVERSIONS
5
+#
6
+# Linux Grub
7
+# -------------------------
8
+# /dev/fd0 (fd0)
9
+# /dev/sda (hd0)
10
+# /dev/sdb2 (hd1,2)
11
+# /dev/sda3 (hd0,3)
12
+#
13
+
14
+# Timeout for menu
15
+set timeout=5
16
+
17
+# Set default boot entry as Entry 0
18
+set default=0
19
+
20
+# (0) Pagan Linux
21
+menuentry "Pagan Linux " {
22
+set root=(hd0,1)
23
+linux /boot/kernel root=/dev/sda1 ro
24
+initrd /boot/initrd
25
+}
26
+
27
+## (1) Windows
28
+#menuentry "Windows" {
29
+#set root=(hd0,3)
30
+#chainloader +1
31
+#}