blob: 084bff5c8c61ddd586a6f0f7eb359fabf80c1cbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
REQUIRED_DEPENDENCIES="nfs-client aufs squashfs"
REQUIRED_BINARIES=" bash
agetty
cat
false
loadkeys
setfont
login
sulogin
mount
umount
mount.nfs4
umount.nfs4
mount.aufs
rm
ldd
strace
blkid
modprobe
rsyslogd
ps
scp
ssh"
REQUIRED_LIBRARIES=" libcap
libcidn
libcom_err
libcrypt
libcrypto
libnsl
libnss_compat
libnss_dns
libnss_files
libnss_hesiod
libnss_nis
libnss_nisplus
libpam
libutil
libtinfo
libresolv
libau"
REQUIRED_DIRECTORIES=" /etc/pam.d
/etc/security"
REQUIRED_FILES=" /etc/environment
/etc/pam.conf
/etc/issue
/etc/inputrc
/etc/localtime
/etc/login.defs
/etc/nsswitch.conf
/etc/securetty
/etc/default/locale
/etc/default/aufs
/etc/protocols
/etc/services
/etc/networks
/etc/netconfig"
|