blob: 7a2d6305dfa97e1c7d0998cba015028079f8dbe2 (
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
# Always include ldconfig/cache of full system:
+ /etc/ld.so.**
- /boot/
- /cdrom/
- /dev/
- /lib/modules/
- /lost+found/
- /media/
- /mnt/
- /opt/openslx/
- /proc/
- /run/
- /srv/
- /sys/
- /tmp/
- /usr/src/
- /var/log/
- /var/run
- /var/www/
- /var/tmp/
+ /var/cache/**/
- /var/cache/**
- /var/lock
+ /var/spool/**/
- /var/spool/**
- /etc/resolv.conf
- /etc/resolvconf/
- /etc/mtab
- /etc/mtab.*
- **/tm-scripts/
- /initrd.img
- /initrd.img.old
- /vmlinuz
- /vmlinuz.old
# Interfering binaries/links
- /sbin/shutdown
- /sbin/reboot
- /sbin/poweroff
- /sbin/halt
- /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
# Modprobe.d stuff would be too late if added in stage 4, so put it in stage 3.2
- /etc/modprobe.d
|