summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage32
diff options
context:
space:
mode:
authorMichael Neves2013-06-05 16:04:51 +0200
committerMichael Neves2013-06-05 16:04:51 +0200
commit8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d (patch)
treeb9460f884c4e12b264a69b30654f9db6f3235ad7 /remote/rootfs/rootfs-stage32
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d.tar.gz
tm-scripts-8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d.tar.xz
tm-scripts-8e012bfc9c1b82dfc19a8a177927616f4e7b4f2d.zip
host bridge interface
Diffstat (limited to 'remote/rootfs/rootfs-stage32')
-rw-r--r--remote/rootfs/rootfs-stage32/rootfs-stage32.build2
-rw-r--r--remote/rootfs/rootfs-stage32/rootfs-stage32.conf12
-rw-r--r--remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper31
3 files changed, 10 insertions, 35 deletions
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.build b/remote/rootfs/rootfs-stage32/rootfs-stage32.build
index 713c0a3d..162dcdc2 100644
--- a/remote/rootfs/rootfs-stage32/rootfs-stage32.build
+++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.build
@@ -17,7 +17,7 @@ build() {
pinfo "Searching binaries from config file in system..."
for BIN in ${REQUIRED_BINARIES}
do
- BIN_LOCATION=$(which ${BIN})
+ BIN_LOCATION="$(which ${BIN})"
if [ ! -z ${BIN_LOCATION} -a -e ${BIN_LOCATION} ];
then
get_link_chain ${BIN_LOCATION} >> "${FILELIST}"
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf
index ced39207..0efbe5e8 100644
--- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf
+++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf
@@ -1,6 +1,7 @@
REQUIRED_MODULES=" kernel"
-REQUIRED_INSTALLED_PACKAGES="nfs-common aufs-tools squashfs-tools whois xfsprogs"
-REQUIRED_BINARIES=" bash
+REQUIRED_INSTALLED_PACKAGES="nfs-common squashfs-tools whois xfsprogs"
+REQUIRED_BINARIES="
+ bash
more
less
agetty
@@ -14,7 +15,6 @@ REQUIRED_BINARIES=" bash
umount
mount.nfs4
umount.nfs4
- mount.aufs
fdisk
mkfs.xfs
rm
@@ -25,12 +25,16 @@ REQUIRED_BINARIES=" bash
ssh
tput
xterm
- ckbcomp
xvidtune
bc
dirname
mkdosfs
+<<<<<<< HEAD
amixer"
+=======
+ iptables
+"
+>>>>>>> e3ecae28eff31fe097cb479ae981e9739cfb15e9
REQUIRED_LIBRARIES=" libcap
libcidn
libcom_err
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper
index 2fd5af1a..4d44e2d6 100644
--- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper
+++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.zypper
@@ -1,35 +1,6 @@
-pinfo "If aufs install fails, run zypper addrepo http://jftp.inai.de/openSUSE_12.3/ j.eng-i586"
REQUIRED_MODULES=" kernel"
-REQUIRED_INSTALLED_PACKAGES="nfs-client aufs squashfs"
+REQUIRED_INSTALLED_PACKAGES="nfs-client xfsprogs squashfs timezone"
REQUIRED_CONTENT_PACKAGES="timezone"
-REQUIRED_BINARIES=" bash
- agetty
- cat
- false
- loadkeys
- setfont
- login
- sulogin
- mount
- umount
- mount.nfs4
- umount.nfs4
- mount.aufs
- rm
- ldd
- strace
- blkid
- more
- modprobe
- rsyslogd
- ps
- scp
- ssh
- tput
- xterm
- xvidtune
- bc
- dirname"
REQUIRED_LIBRARIES=" libcap
libcidn
libcom_err