Tested gbootroot-nest1 within a uml, nice, will have to tweak the

logic for cmdline only to set-up .gbootroot* properly, and the logic
pertaining to mode={tt,skas}, but other than that things are working
nicely.  Will have to come out with a new make-debian-x11 package, but
then again will need to come out with a new root_fs representing the
nesting changes, too.
This commit is contained in:
freesource
2002-12-27 06:40:08 +00:00
parent 2a478718e4
commit 0eadd6eec2
11 changed files with 463 additions and 25 deletions
+6 -1
View File
@@ -188,7 +188,12 @@ foreach (@make_lines) {
home_builder("$packaging_place/$base");
}
if ( $_ =~ /cp/ ) {
system "cp -fa $dir $packaging_place/$base";
if ( $dir =~ /config$/ ) {
system "cp -fa user-mode-linux/usr/lib/uml/config-nest1 $packaging_place/$base/config";
}
else {
system "cp -fa $dir $packaging_place/$base";
}
}
else {
system "install -d $packaging_place/$dir";