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-378ad31fedc9remotes/github/master
parent
5d67f24350
commit
3eb3992709
|
@ -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/
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue