version 1.0.2 #404 boot-tools live cd - configuracion enlaces especiales liveCD

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2044 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/master
Antonio Doblas Viso 2011-05-27 14:46:49 +00:00
parent 5d67f24350
commit 3eb3992709
1 changed files with 6 additions and 0 deletions

View File

@ -98,6 +98,12 @@ ogPostConfigureFS()
echo "link-local 169.254.0.0" >> /etc/networks
echo "localnet $NETIP" >> /etc/networks
#route
#enlace si iniciamos desde cdrom
# el cdrom lo monta en /opt/og2fs/tftpboot
# y el sistema root sqfs en /opt/og2fs/2ndfs
[ "$ogprotocol" == "cdrom" ] && ln -s /opt/og2fs/2ndfs/opt/opengnsys/* /opt/opengnsys/
}