mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
The newest and coolest.
This commit is contained in:
parent
2a6ca1e335
commit
5a433981ea
@ -1,3 +1,5 @@
|
|||||||
|
# Generated by make_debian.
|
||||||
|
|
||||||
# This template creates a complete Debian system which is more streamlined
|
# This template creates a complete Debian system which is more streamlined
|
||||||
# than the base.tgz used for normal installations. Once everything is made,
|
# 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.
|
# you can use user-mode-linux to tweak the system, as well as apt.
|
||||||
@ -74,6 +76,13 @@
|
|||||||
# Ipchains stuff
|
# Ipchains stuff
|
||||||
/etc/default/ipchains
|
/etc/default/ipchains
|
||||||
|
|
||||||
|
# Netkit-inetd stuff
|
||||||
|
/etc/inetd.conf <= Replacements/etc/inetd.conf
|
||||||
|
|
||||||
|
# Tcpd stuff
|
||||||
|
/etc/hosts.allow
|
||||||
|
/etc/hosts.deny
|
||||||
|
|
||||||
# Network stuff
|
# Network stuff
|
||||||
# You will want to edit the interfaces file.
|
# You will want to edit the interfaces file.
|
||||||
# Remember to load any needed modules on the host system, for instance
|
# Remember to load any needed modules on the host system, for instance
|
||||||
@ -85,6 +94,7 @@
|
|||||||
# to your network device:
|
# to your network device:
|
||||||
# eth0=ethertap,tap0,HWaddr,192.168.1.5
|
# eth0=ethertap,tap0,HWaddr,192.168.1.5
|
||||||
/etc/resolv.conf
|
/etc/resolv.conf
|
||||||
|
/etc/hosts <= Replacements/etc/hosts
|
||||||
/root/umlnet <= Replacements/root/umlnet # Example network setup script
|
/root/umlnet <= Replacements/root/umlnet # Example network setup script
|
||||||
/etc/network <= Replacements/etc/network
|
/etc/network <= Replacements/etc/network
|
||||||
/etc/network/if-down.d # empty
|
/etc/network/if-down.d # empty
|
||||||
@ -122,7 +132,7 @@
|
|||||||
/var/tmp
|
/var/tmp
|
||||||
/var/run
|
/var/run
|
||||||
/var/lock
|
/var/lock
|
||||||
/var/log
|
/var/log/news
|
||||||
|
|
||||||
# Stuff so ldconfig doesn't complain.
|
# Stuff so ldconfig doesn't complain.
|
||||||
/etc/ld.so.conf <= Replacements/etc/ld.so.conf
|
/etc/ld.so.conf <= Replacements/etc/ld.so.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user