diff options
| author | Christian Rößler | 2013-09-20 16:31:08 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-20 16:31:08 +0200 |
| commit | 99ffc4dbc445c1456cc4fd4f7b163d647314588a (patch) | |
| tree | b329df1a3c4e94c46ee0cef64c2fab5c0341e21a /remote | |
| parent | [debug] Fix service type of udevd-logger (diff) | |
| download | tm-scripts-99ffc4dbc445c1456cc4fd4f7b163d647314588a.tar.gz tm-scripts-99ffc4dbc445c1456cc4fd4f7b163d647314588a.tar.xz tm-scripts-99ffc4dbc445c1456cc4fd4f7b163d647314588a.zip | |
[rootfs-stage32] buildscript and conf file updated for openSuse
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.build | 3 | ||||
| -rw-r--r-- | remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.build b/remote/rootfs/rootfs-stage32/rootfs-stage32.build index 02f238de..94642a8c 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.build +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.build @@ -33,7 +33,8 @@ build() { pinfo "Searching libraries from config file in system... (could take some time)" for LIB in ${REQUIRED_LIBRARIES} do - for LIB_LOCATION in $(find /lib/ -name "${LIB}.so*") + # lib + lib64: Ugly hack, will be replaced by a better solution + for LIB_LOCATION in $(find /lib/ /lib64/ -name "${LIB}.so*") do get_link_chain "${LIB_LOCATION}" >> "${FILELIST}" done diff --git a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse index bd9b7562..316cb5e4 100644 --- a/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse +++ b/remote/rootfs/rootfs-stage32/rootfs-stage32.conf.opensuse @@ -3,9 +3,11 @@ REQUIRED_INSTALLED_PACKAGES=" xfsprogs squashfs timezone + libcap2 " REQUIRED_CONTENT_PACKAGES=" timezone + libcap2 " REQUIRED_DIRECTORIES=" /usr/$LIB64/xtables |
