diff options
author | adv <adv@uma.es> | 2011-10-19 16:39:28 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-10-19 16:39:28 +0000 |
commit | e8963d0af32a854d952da706afd01ac75625dda0 (patch) | |
tree | 2763a1430f286eca0e4fda7ec85885e7dc7393c9 /server/tftpboot | |
parent | f3117874002af6b5d4a53fdaab14baebc0c1e58d (diff) |
version 1.0.2 #449 ogupdateinitrd=true para Iniciar el ogLive desde cache. Dispone de actualización automática del kernel y el initrd
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2355 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/tftpboot')
-rw-r--r-- | server/tftpboot/menu.lst/templates/pxeADMIN | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/server/tftpboot/menu.lst/templates/pxeADMIN b/server/tftpboot/menu.lst/templates/pxeADMIN index 2e9c4593..68b9ada1 100644 --- a/server/tftpboot/menu.lst/templates/pxeADMIN +++ b/server/tftpboot/menu.lst/templates/pxeADMIN @@ -3,32 +3,10 @@ timeout 1 hiddenmenu fallback 1 2 3 -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/ogvmlinuz -kernel /boot/ogvmlinuz ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true ogdebug=true ogupdateinitrd=true INFOHOST -initrd /boot/oginitrd.img -savedefault fallback -boot title OpenGnsys-NET keeppxe -kernel (pd)/ogclient/ogvmlinuz ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true ogdebug=true INFOHOST +kernel (pd)/ogclient/ogvmlinuz ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true ogdebug=true ogupdateinitrd=true INFOHOST initrd (pd)/ogclient/oginitrd.img boot |