From 83dcd2b34cefd5b324b5a4f54be141a858dc5238 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Feb 2013 22:19:53 +0100 Subject: Generalization: - Rework install_dependencies: make it a global function, not per tools.build - Determine packet manager of local system (currently supports apt/dpkg and zypper/rpm) - Look for packet manager specific tools.conf.$MANAGER first, use tools.conf otherwise - Added list_package_files which should be used instead of "for $(dpkg -L | grep ...) ... >> ... done" --- remote/tools/base/base.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'remote/tools/base/base.conf') diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf index 6a95ab2c..22e91214 100644 --- a/remote/tools/base/base.conf +++ b/remote/tools/base/base.conf @@ -1,4 +1,4 @@ -DEPS="nfs-common aufs-tools squashfs-tools" +REQUIRED_DEPENDENCIES="nfs-common aufs-tools squashfs-tools" REQUIRED_BINARIES=" bash agetty cat @@ -12,7 +12,6 @@ REQUIRED_BINARIES=" bash mount.nfs4 umount.nfs4 mount.aufs - umount.aufs rm ldd strace -- cgit v1.2.3-55-g7522