Changed to agetty first in control structure, and changed Helper.yard

to be only a init=/bin/bash fs.
This commit is contained in:
freesource
2003-02-20 03:24:15 +00:00
parent f18efcaba7
commit caae1f01d5
5 changed files with 70 additions and 71 deletions
+1 -1
View File
@@ -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) {