mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-14 07:31:41 -04:00
Now there are some hidden options so that root_fs can be made from the
programs from within the source code like: perl -I . ./gbootroot --home . --template Helper.yard --root-filename root_fs_experiment --root-fs-helper-location ./root_filesystem/root_fs_helper --uml-exclusively on --expect-program ./expect_uml
This commit is contained in:
@@ -47,7 +47,9 @@ $SIG{__WARN__} =
|
||||
# value for $tmp1.
|
||||
my $tmp1 = "/tmp"; # tmp should be default - Cristian
|
||||
my $lilo_conf = "/etc/lilo.conf";
|
||||
my $home = "$ENV{HOME}/.gbootroot";
|
||||
my $pwd = `pwd`; chomp $pwd;
|
||||
my $home;
|
||||
$option{home} ? ($home = $pwd) : ($home = "$ENV{HOME}/.gbootroot");
|
||||
my $uml_xterm = "xterm -e";
|
||||
|
||||
# Don't edit from here, but you can if you want to change the HERE docs
|
||||
@@ -64,7 +66,6 @@ my $uml_xterm = "xterm -e";
|
||||
my $version = "1.3.6";
|
||||
my $date = "03.10.2002";
|
||||
my $gtk_perl_version = "0.7002";
|
||||
my $pwd = `pwd`; chomp $pwd;
|
||||
my $home_rootfs = "$home/root_filesystem/";
|
||||
my $home_uml_kernel = "$home/uml_kernel/";
|
||||
my $modules_directory = "/lib/modules";
|
||||
@@ -863,7 +864,6 @@ if ( $option{"preserve-ownership"} ) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
$ars->{uml_exclusively} = $uml_exclusively;
|
||||
ars2($ars); #not used in function below
|
||||
$ars->{preserve_ownership} = $uml_exclusively;
|
||||
|
||||
Reference in New Issue
Block a user