mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
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:
+6
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user