1 | <!ENTITY postlfs SYSTEM "postlfs.xml">
|
---|
2 |
|
---|
3 | <!-- Post-LFS Configuration -->
|
---|
4 | <!ENTITY postlfs-config SYSTEM "config/config.xml">
|
---|
5 | <!ENTITY postlfs-config-logon SYSTEM "config/logon.xml">
|
---|
6 | <!ENTITY postlfs-config-profile SYSTEM "config/profile.xml">
|
---|
7 | <!ENTITY postlfs-config-inputrc SYSTEM "config/inputrc.xml">
|
---|
8 | <!ENTITY postlfs-config-vimrc SYSTEM "config/vimrc.xml">
|
---|
9 | <!ENTITY postlfs-config-bootdisk SYSTEM "config/bootdisk.xml">
|
---|
10 | <!ENTITY postlfs-config-random SYSTEM "config/random.xml">
|
---|
11 | <!ENTITY postlfs-config-manpages SYSTEM "config/manpages.xml">
|
---|
12 |
|
---|
13 | <!-- Post-LFS Security -->
|
---|
14 | <!ENTITY postlfs-security SYSTEM "security/security.xml">
|
---|
15 | <!ENTITY postlfs-security-shadow SYSTEM "security/shadow.xml">
|
---|
16 | <!ENTITY % iptables SYSTEM "security/iptables/iptables.ent">
|
---|
17 | %iptables;
|
---|
18 | <!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
|
---|
19 | %firewalling;
|
---|
20 | <!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
|
---|
21 | <!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml">
|
---|
22 | <!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
|
---|
23 | %Linux_PAM
|
---|
24 | <!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
|
---|
25 |
|
---|
26 | <!-- Filesystems -->
|
---|
27 | <!ENTITY postlfs-filesystems SYSTEM "filesystems/filesystems.xml">
|
---|
28 | <!ENTITY postlfs-filesystems-ext3 SYSTEM "filesystems/ext3.xml">
|
---|
29 | <!ENTITY % reiserfs SYSTEM "filesystems/reiser/reiser.ent">
|
---|
30 | %reiserfs;
|
---|
31 | <!ENTITY % xfs SYSTEM "filesystems/xfs/xfs.ent">
|
---|
32 | %xfs;
|
---|
33 |
|
---|
34 | <!-- Editors -->
|
---|
35 | <!ENTITY postlfs-editors SYSTEM "editors/editors.xml">
|
---|
36 | <!ENTITY postlfs-editors-vim SYSTEM "editors/vim.xml">
|
---|
37 | <!ENTITY postlfs-editors-emacs SYSTEM "editors/emacs.xml">
|
---|
38 | <!ENTITY % emacs SYSTEM "editors/emacs/emacs.ent">
|
---|
39 | %emacs;
|
---|
40 | <!ENTITY postlfs-editors-nano SYSTEM "editors/nano.xml">
|
---|
41 | <!ENTITY % nano SYSTEM "editors/nano/nano.ent">
|
---|
42 | %nano;
|
---|
43 | <!ENTITY postlfs-editors-joe SYSTEM "editors/joe.xml">
|
---|
44 | <!ENTITY % joe SYSTEM "editors/joe/joe.ent">
|
---|
45 | %joe;
|
---|
46 |
|
---|
47 | <!-- Shells -->
|
---|
48 | <!ENTITY postlfs-shells SYSTEM "shells/shells.xml">
|
---|
49 | <!ENTITY % tcsh SYSTEM "shells/tcsh/tcsh.ent">
|
---|
50 | %tcsh;
|
---|
51 | <!ENTITY % zsh SYSTEM "shells/zsh/zsh.ent">
|
---|
52 | %zsh;
|
---|