blob: a8f26dd95f76cf9ebc56d56a3e909e22e2882646 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
##NO-TOCAR-ESTA-LINEA ogLive
default saved
timeout 1
hiddenmenu
fallback 1 2 3 4
set ISODIR=ogLive
title firsboot
find --set-root --ignore-floppies --ignore-cd /ogboot.me
cmp /ogboot.me /ogboot.firstboot || ls FALLBACK
write /ogboot.firstboot iniciado
chainloader +1
savedefault fallback
boot
title secondboot
find --set-root --ignore-floppies --ignore-cd /ogboot.me
cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
write /ogboot.secondboot iniciado
chainloader +1
savedefault fallback
boot
title OpenGnsys-CACHE
find --set-root --ignore-floppies --ignore-cd /boot/%ISODIR%/ogvmlinuz
kernel /boot/%ISODIR%/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogupdateinitrd=true ogtmpfs=15 INFOHOST
initrd /boot/%ISODIR%/oginitrd.img
savedefault fallback
boot
title OpenGnsys-NET
kernel (pd)/%ISODIR%/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 INFOHOST
initrd (pd)/%ISODIR%/oginitrd.img
savedefault fallback
boot
title OpenGnsys-NET default
kernel (pd)/ogLive/ogvmlinuz ro boot=oginit oglivedir=ogLive quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 INFOHOST
initrd (pd)/ogLive/oginitrd.img
boot
|