diff options
| author | Jonathan Bauer | 2012-12-11 15:11:41 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2012-12-11 15:11:41 +0100 |
| commit | d3bb9107163e622fe9f2702e1a6572746f149d36 (patch) | |
| tree | 0763b6d740d7365808496055493577ebc4faad90 /remote/tools/base/base.conf | |
| parent | REQUIRED_FILES can be path or filename, searching accordingly. Added base too... (diff) | |
| download | tm-scripts-d3bb9107163e622fe9f2702e1a6572746f149d36.tar.gz tm-scripts-d3bb9107163e622fe9f2702e1a6572746f149d36.tar.xz tm-scripts-d3bb9107163e622fe9f2702e1a6572746f149d36.zip | |
reworked setup-tools, generation of base dir structure of stage3.2 with tool named base
Diffstat (limited to 'remote/tools/base/base.conf')
| -rw-r--r-- | remote/tools/base/base.conf | 71 |
1 files changed, 44 insertions, 27 deletions
diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf index 061418f8..fb4aebc3 100644 --- a/remote/tools/base/base.conf +++ b/remote/tools/base/base.conf @@ -1,27 +1,44 @@ -REQUIRED_BINARIES="bash -agetty -cat -false -loadkeys -setfont -login -sulogin -mount -umount -rm -ldd -strace" -REQUIRED_FILES="/etc/passwd -/etc/shadow -/etc/group -/etc/hostname -/etc/issue -/etc/localtime -/etc/mtab -/etc/nsswitch.conf -/etc/pam.* -/etc/securetty -/etc/security/* -/etc/systemd/* -/etc/default/locale -/etc/fstab" +REQUIRED_BINARIES=" bash + agetty + cat + false + loadkeys + setfont + login + sulogin + mount + umount + rm + ldd + strace" +REQUIRED_LIBRARIES=" libcap + libcidn + libcom_err + libcrypt + libcrypto + libnsl + libnss_compat + libnss_dns + libnss_files + libnss_hesiod + libnss_nis + libnss_nisplus + libpam + libutil + libtinfo" +REQUIRED_DIRECTORIES=" /etc/pam.d + /etc/security" +REQUIRED_FILES=" /etc/passwd + /etc/shadow + /etc/group + /etc/hostname + /etc/environment + /etc/pam.conf + /etc/issue + /etc/localtime + /etc/login.defs + /etc/nsswitch.conf + /etc/securetty + /etc/default/locale + /etc/fstab + /etc/mtab" |
