source: server/tftpboot/menu.lst/templates/pxe @ 814c308

Last change on this file since 814c308 was 1602040, checked in by ramon <ramongomez@…>, 11 years ago

Versión 1.0.5, #616: Integrar código de la versión 1.0.5 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4309 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1004 bytes
Line 
1##NO-TOCAR-ESTA-LINEA ogClient
2default saved
3timeout 1
4hiddenmenu
5fallback 1 2 3
6
7title firsboot
8find --set-root --ignore-floppies --ignore-cd /ogboot.me
9cmp /ogboot.me /ogboot.firstboot || ls FALLBACK
10write /ogboot.firstboot iniciado
11chainloader +1
12savedefault fallback
13boot
14
15title secondboot
16find --set-root --ignore-floppies --ignore-cd /ogboot.me
17cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
18write /ogboot.secondboot iniciado
19chainloader +1
20savedefault fallback
21boot
22
23title OpenGnsys-CACHE
24find --set-root --ignore-floppies --ignore-cd /boot/ogvmlinuz
25kernel /boot/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogupdateinitrd=true INFOHOST
26initrd /boot/oginitrd.img
27savedefault fallback
28boot
29
30title OpenGnsys-NET
31keeppxe
32kernel (pd)/ogclient/ogvmlinuz  ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false INFOHOST
33initrd (pd)/ogclient/oginitrd.img
34boot
35
36
37
38
39
Note: See TracBrowser for help on using the repository browser.