mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
This allows adds the kernel option for UML in expect_uml, it's amazing
what you find when you remove the system package. Getting closer.
This commit is contained in:
+2
-1
@@ -1550,7 +1550,8 @@ sub create_expect_uml {
|
||||
my $x_count = 1;
|
||||
|
||||
my $command_line = "$expect_program $ubd0 $ubd1 $options " .
|
||||
"$mount_point $preserve_ownership $filesystem";
|
||||
"$mount_point $preserve_ownership " .
|
||||
$option{"uml-kernel"} . " $filesystem";
|
||||
|
||||
info(0,"\nUsing helper root_fs to $fs_type the filesystem:\n\n");
|
||||
info(0,"$command_line\n\n");
|
||||
|
||||
Reference in New Issue
Block a user