diff options
| author | Sebastian | 2014-01-31 13:35:01 +0100 |
|---|---|---|
| committer | Sebastian | 2014-01-31 13:35:01 +0100 |
| commit | e2dc90ceae958b3ce6d25a574ca676dd877d2089 (patch) | |
| tree | 5d2d25026ed643e38256ba33288ef62f401a2d47 /server | |
| parent | [dhcp-busybox] add support for /etc/resolfconf/update.d for udhcpc (diff) | |
| parent | More things to ignore when cloning stage 4 (diff) | |
| download | tm-scripts-e2dc90ceae958b3ce6d25a574ca676dd877d2089.tar.gz tm-scripts-e2dc90ceae958b3ce6d25a574ca676dd877d2089.tar.xz tm-scripts-e2dc90ceae958b3ce6d25a574ca676dd877d2089.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'server')
| -rw-r--r-- | server/blacklists/essential/linux-base | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/server/blacklists/essential/linux-base b/server/blacklists/essential/linux-base index 85392873..a7723654 100644 --- a/server/blacklists/essential/linux-base +++ b/server/blacklists/essential/linux-base @@ -40,9 +40,31 @@ - /bin/sh # This is where the bind-mount of mltk resides... - /export/ +# Stuff from /etc we should include in stage 3.2 - /etc/group- - /etc/gshadow - /etc/gshadow- - /etc/passwd- - /etc/shadow- +- /etc/environment +- /etc/fstab +- /etc/group +- /etc/hostname +- /etc/hosts +- /etc/inputrc +- /etc/issue.net +- /etc/localtime +- /etc/login.defs +- /etc/netconfig +- /etc/networks +- /etc/nscd.conf +- /etc/nsswitch.conf +- /etc/pam.conf +- /etc/passwd +- /etc/profile +- /etc/protocols +- /etc/rsyslog.conf +- /etc/securetty +- /etc/services +- /etc/shadow |
