mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
This makes the editing very clear.
This commit is contained in:
@@ -29,8 +29,6 @@ my $nodename = `uname -n`; chomp $nodename;
|
||||
my $debian_yard = "Debian-X11.yard";
|
||||
my $status = "/var/lib/dpkg/status";
|
||||
my $info = "/var/lib/dpkg/info";
|
||||
my (%alternatives, @alternatives); # for checking for alternatives
|
||||
my %inetd; # checks for inetd binaries.
|
||||
my $version = "1.0";
|
||||
|
||||
# You need file-rc, and you may add other extra stuff (@extra_packages).
|
||||
@@ -56,9 +54,6 @@ xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot
|
||||
flwm libfltk1 xnest make-debian-x11 ash);
|
||||
# NEXT EDIT TEMPLATE
|
||||
|
||||
# Before starting make sure dswim and file-rc are present.
|
||||
start_up();
|
||||
|
||||
#################################################################
|
||||
#################################################################
|
||||
#
|
||||
@@ -262,6 +257,12 @@ if ($sbin == 0) {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
}
|
||||
|
||||
my (%alternatives, @alternatives); # for checking for alternatives
|
||||
my %inetd; # checks for inetd binaries.
|
||||
|
||||
# Before starting make sure dswim and file-rc are present.
|
||||
start_up();
|
||||
|
||||
print STDERR "Required packages:\n";
|
||||
system "swim --search \"Priority: required\" --no";
|
||||
my $swim_packages = "swim -qS|";
|
||||
|
||||
Reference in New Issue
Block a user