mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-14 07:31:41 -04:00
Changed linuxbr to linux, may ultimately change it to linux so it doesn't
conflict with user-mode-linux, need to check on the set-up. Probably gbootroot should be made to conflict with these deb packages. Options has more explanation and another hidden option added.
This commit is contained in:
@@ -374,7 +374,6 @@ home_builder($tmp1);
|
||||
# directories
|
||||
if ( !%option ) {
|
||||
|
||||
|
||||
# $HOME/.gbootroot/root_filesystem
|
||||
home_builder($home_rootfs);
|
||||
|
||||
@@ -826,7 +825,7 @@ else {
|
||||
print " --filesystem-command=c \"$::makefs\"\n";
|
||||
print " --uml-exclusively=on|off off\n";
|
||||
print " --uml-kernel=path $ENV{HOME}/.gbootroot/" .
|
||||
"uml_kernel/linuxbr\n";
|
||||
"uml_kernel/linux\n";
|
||||
print " --preserve-ownership=y|n n\n\n";
|
||||
print " (system kernel options)\n";
|
||||
print " --kernel=path specify different system kernel\n";
|
||||
|
||||
Reference in New Issue
Block a user