Corregir errata al crear cliente ogLive cuando el fichero de configuración de red está en {{{/tmp}}} e instalar nuevos paquetes.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4400 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
12999a5cab
commit
6b9e1d748d
|
@ -51,6 +51,7 @@ case "${1,,}" in
|
|||
OSDISTRIB="ubuntu"
|
||||
OSCODENAME="precise"
|
||||
OSRELEASE="3.2.0-23-generic"
|
||||
#OSRELEASE="3.11.0-26-generic"
|
||||
OSARCH="i386"
|
||||
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
|
||||
;;
|
||||
|
|
|
@ -612,6 +612,8 @@ done
|
|||
if [ -n "${DEVICE}" ]; then
|
||||
export DEVICE
|
||||
export DEVICECFG="/run/net-${DEVICE}.conf"
|
||||
# En algunos casos, el fichero de configuración está en /tmp.
|
||||
[ ! -f $DEVICECFG -a -f ${DEVICECFG/run/tmp} ] && mv ${DEVICECFG/run/tmp} $DEVICECFG
|
||||
source $DEVICECFG
|
||||
echo "DEVICE=$DEVICE" >> $CFGINITRD
|
||||
echo "DEVICECFG=$DEVICECFG" >> $CFGINITRD
|
||||
|
|
|
@ -13,6 +13,6 @@ install gawk
|
|||
install subversion
|
||||
install python-openssl
|
||||
install python
|
||||
install php5-cli
|
||||
install dmidecode
|
||||
#install hwinfo
|
||||
install realpath
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
install squashfs-tools
|
||||
install unionfs-fuse
|
||||
install drbl-ntfsprogs
|
||||
#install ntfsprogs
|
||||
install ntfs-3g
|
||||
install dosfstools
|
||||
install fatresize
|
||||
|
@ -22,9 +21,10 @@ install hfsprogs
|
|||
install hfsutils
|
||||
install nilfs-tools
|
||||
install ufsutils
|
||||
#install ubuntu-zfs
|
||||
install vmfs-tools
|
||||
install zfs-fuse
|
||||
install android-tools-adb
|
||||
install android-tools-fastboot
|
||||
install android-tools-fsutils
|
||||
install f2fs-tools
|
||||
# Solo en ogLive basado en Ubuntu 14.04
|
||||
#install android-tools-adb
|
||||
#install android-tools-fastboot
|
||||
#install android-tools-fsutils
|
||||
#install f2fs-tools
|
||||
|
|
Loading…
Reference in New Issue