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:
freesource
2002-12-11 06:53:24 +00:00
parent 50bbbb674c
commit 29e9e73202
5 changed files with 32 additions and 12 deletions
+2 -1
View File
@@ -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");