|
@ -9,12 +9,15 @@ my $nodename = `uname -n`; chomp $nodename; |
|
|
my $debian_yard = "Debian-$nodename.yard"; |
|
|
my $debian_yard = "Debian-$nodename.yard"; |
|
|
|
|
|
|
|
|
# You need file-rc, and you may add other extra stuff. These packages were |
|
|
# You need file-rc, and you may add other extra stuff. These packages were |
|
|
# chosen for woody, so you may need something different. |
|
|
# chosen for woody, so you may need something different. Check dependencies, |
|
|
my @extra_packages = qw(file-rc swim nvi sysklogd netbase tcpd net-tools |
|
|
# ofcourse, if you add stuff. |
|
|
portmap netkit-ping netkit-inetd less perl perl-modules); |
|
|
my @extra_packages = qw(file-rc swim nvi sysklogd klogd netbase tcpd net-tools |
|
|
|
|
|
portmap netkit-ping netkit-inetd ifupdown less perl perl-modules); |
|
|
|
|
|
|
|
|
# And tests will be ran here for file-rc and swim |
|
|
# And tests will be ran here for file-rc and swim |
|
|
|
|
|
# swim has to have its databases made. |
|
|
# Options: to include or remove docs /usr/share/{doc,man,info} |
|
|
# Options: to include or remove docs /usr/share/{doc,man,info} |
|
|
|
|
|
# and other stuff which creates fluff. |
|
|
|
|
|
|
|
|
system "swim --search \"Priority: required\" > /dev/null 2>&1"; |
|
|
system "swim --search \"Priority: required\" > /dev/null 2>&1"; |
|
|
my $swim_packages = "swim -qS|"; |
|
|
my $swim_packages = "swim -qS|"; |
|
@ -23,7 +26,6 @@ $, = " "; |
|
|
my $extra_files = "swim -ql @extra_packages|"; |
|
|
my $extra_files = "swim -ql @extra_packages|"; |
|
|
$, = ""; |
|
|
$, = ""; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# All the packages |
|
|
# All the packages |
|
|
open(SWIM,$swim_packages) or die "Couldn't open $?\n"; |
|
|
open(SWIM,$swim_packages) or die "Couldn't open $?\n"; |
|
|
my @required_packages = <SWIM>; chomp @required_packages; |
|
|
my @required_packages = <SWIM>; chomp @required_packages; |
|
@ -97,10 +99,12 @@ $stuff = << "STUFF"; |
|
|
# Characteristics: Uses devfs. user: root passwd: root |
|
|
# Characteristics: Uses devfs. user: root passwd: root |
|
|
user: user passwd: user |
|
|
user: user passwd: user |
|
|
# Alternatives aren't working so you will have to use the real name like |
|
|
# Alternatives aren't working so you will have to use the real name like |
|
|
# nvi for vi and w.procps for w. |
|
|
# nvi for vi and w.procps for w. Not all libs are associate with packages |
|
|
|
|
|
# but that isn't a big deal. |
|
|
|
|
|
|
|
|
# Note: Things slow down noticeably when the buffer gets too big in the |
|
|
# IMPORTANT NOTE: Things slow down noticeably when the buffer gets too big in |
|
|
# verbosity box so consider closing it with the slider for faster generation. |
|
|
# the verbosity box so consider closing it with the slider for faster |
|
|
|
|
|
# generation. Look at /tmp/verbosity instead. |
|
|
|
|
|
|
|
|
# The STUFF NEEDED in order for init to work. |
|
|
# The STUFF NEEDED in order for init to work. |
|
|
/etc/runlevel.conf <= Replacements/etc/runlevel.conf # made by make_debian |
|
|
/etc/runlevel.conf <= Replacements/etc/runlevel.conf # made by make_debian |
|
|