|
|
@ -1,3 +1,5 @@ |
|
|
|
# Generated by make_debian. |
|
|
|
|
|
|
|
# This template creates a complete Debian system which is more streamlined |
|
|
|
# than the base.tgz used for normal installations. Once everything is made, |
|
|
|
# you can use user-mode-linux to tweak the system, as well as apt. |
|
|
@ -74,6 +76,13 @@ |
|
|
|
# Ipchains stuff |
|
|
|
/etc/default/ipchains |
|
|
|
|
|
|
|
# Netkit-inetd stuff |
|
|
|
/etc/inetd.conf <= Replacements/etc/inetd.conf |
|
|
|
|
|
|
|
# Tcpd stuff |
|
|
|
/etc/hosts.allow |
|
|
|
/etc/hosts.deny |
|
|
|
|
|
|
|
# Network stuff |
|
|
|
# You will want to edit the interfaces file. |
|
|
|
# Remember to load any needed modules on the host system, for instance |
|
|
@ -85,6 +94,7 @@ |
|
|
|
# to your network device: |
|
|
|
# eth0=ethertap,tap0,HWaddr,192.168.1.5 |
|
|
|
/etc/resolv.conf |
|
|
|
/etc/hosts <= Replacements/etc/hosts |
|
|
|
/root/umlnet <= Replacements/root/umlnet # Example network setup script |
|
|
|
/etc/network <= Replacements/etc/network |
|
|
|
/etc/network/if-down.d # empty |
|
|
@ -122,7 +132,7 @@ |
|
|
|
/var/tmp |
|
|
|
/var/run |
|
|
|
/var/lock |
|
|
|
/var/log |
|
|
|
/var/log/news |
|
|
|
|
|
|
|
# Stuff so ldconfig doesn't complain. |
|
|
|
/etc/ld.so.conf <= Replacements/etc/ld.so.conf |
|
|
|