mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-14 07:31:41 -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:
@@ -379,7 +379,7 @@ if ( !%option ) {
|
||||
# I removed mem=16M to make sure the optimal mem size was being
|
||||
# chosen for the MTD Emulator
|
||||
# in case the user didn't know any better.
|
||||
print OPTIONS "umid=bootroot root=/dev/ubd0\n";
|
||||
print OPTIONS "umid=bootroot root=/dev/ubd0 mode=tt\n";
|
||||
close(OPTIONS);
|
||||
}
|
||||
|
||||
@@ -821,6 +821,7 @@ else {
|
||||
print " --uml-exclusively=on|off off\n";
|
||||
print " --uml-kernel=path $ENV{HOME}/.gbootroot/" .
|
||||
"uml_kernel/linuxbr\n";
|
||||
print " --uml-options=\"list\" \"\"\n";
|
||||
print " --preserve-ownership=y|n n\n";
|
||||
print " --genext2fs-dir=dir /usr/lib/bootroot/\n";
|
||||
print " --expect-program=path /usr/lib/bootroot/expect_uml\n";
|
||||
|
||||
Reference in New Issue
Block a user