source: client/shared/scripts/updateBootCache @ cd95622

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since cd95622 was 85c477c, checked in by adv <adv@…>, 14 years ago

version.1.0-tickets solución grub varios ticket #16 #65 #134 #135 #147

git-svn-id: https://opengnsys.es/svn/branches/version1.0@1999 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 301 bytes
Line 
1#!/bin/bash
2OGBTFTP="/opt/og2fs/tftpboot/ogclient/"
3ogMountCache || exit 1
4echo $OGCAC
5[ -d $OGCAC/boot ] || mkdir -p $OGCAC/boot
6[ -f ${OGCAC}/boot/ogvmlinuz ] || cp ${OGBTFTP}ogvmlinuz ${OGCAC}/boot/ogvmlinuz
7[ -f ${OGCAC}/boot/oginitrd.img ] || cp ${OGBTFTP}oginitrd.img ${OGCAC}/boot/oginitrd.img
Note: See TracBrowser for help on using the repository browser.