mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
Changed to agetty first in control structure, and changed Helper.yard
to be only a init=/bin/bash fs.
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ chdir($gbootroot_cvs) or die "Couldn't change to $gbootroot_cvs: $!\n";
|
||||
# Basically we are just concerned with the first part of cp and will
|
||||
# use home_builder to make sure the directory exists.
|
||||
|
||||
system "rm -rf $packaging_place";
|
||||
system "rm -rf $packaging_place" if $ARGV[0] ne "src";
|
||||
system "install -d $packaging_place";
|
||||
|
||||
foreach (@make_lines) {
|
||||
|
||||
Reference in New Issue
Block a user