#724: Cambios necesarios para crear ogLive basado en Ubuntu 15.04

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4716 a21b9725-9963-47de-94b9-378ad31fedc9
remotes/github/master
ramon 2015-11-05 09:35:14 +00:00
parent 5b4065efbe
commit 853309755f
5 changed files with 20 additions and 10 deletions

View File

@ -69,6 +69,13 @@ case "${1,,}" in
OSARCH="i386"
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
;;
vivid) # ogLive 1.1.0-rc1 basado en Ubuntu 15.04.
OSDISTRIB="ubuntu"
OSCODENAME="vivid"
OSRELEASE="3.19.0-31-generic"
OSARCH="i386"
OSHTTP="http://es.archive.ubuntu.com/ubuntu/"
;;
wheezy) # ogLive basado en Debian 7.3.
OSDISTRIB="debian"
OSCODENAME="wheezy"

View File

@ -1,5 +1,7 @@
install build-essential
install libattr*
#install libattr* # Satura el tamaño del archivo en Ubuntu 15.04
install libattr1
install libattr1-dev
install attr
install make
install m4

View File

@ -20,11 +20,12 @@ install hfsplus
install hfsprogs
install hfsutils
install nilfs-tools
install ufsutils
install vmfs-tools
install ubuntu-zfs
# Solo en ogLive basado en Ubuntu 14.04
#install android-tools-adb
#install android-tools-fastboot
#install android-tools-fsutils
#install f2fs-tools
# Solo en ogLive anterior a Ubuntu 14.04
#install ufsutils
# Solo en ogLive basado en Ubuntu 14.04 o posterior
install android-tools-adb
install android-tools-fastboot
install android-tools-fsutils
install f2fs-tools

View File

@ -1,5 +1,5 @@
#sw.filesystem.remote
install nfs-common
#install nfs-common # Provoca error de instalación en Ubuntu 15.04
install sshfs
install cifs-utils
install smbclient

View File

@ -7,8 +7,8 @@ install trickle
install lighttpd
install ethtool
install ssmping
install mii-diag
#install mii-diag # No existe en Ubuntu 15.04
install tcpdump
install nmap
install arping
install iptraf
install iptraf