mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Initializes makefs for non-root user in gbootroot, so future changes aren't
overwritten.
This commit is contained in:
parent
fa7000f56e
commit
c7eac0edfe
@ -266,6 +266,10 @@ my $pwd = `pwd`; chomp $pwd;
|
||||
my $home_rootfs = "$home/root_filesystem/";
|
||||
my $home_uml_kernel = "$home/uml_kernel/";
|
||||
my $modules_directory = "/lib/modules";
|
||||
if ( $> != 0 && -e "/usr/lib/bootroot/genext2fs" ) {
|
||||
$main::makefs = "genext2fs -i8192";
|
||||
}
|
||||
|
||||
|
||||
# Yard Stuff
|
||||
my $home_yard = "$home/yard";
|
||||
|
Loading…
x
Reference in New Issue
Block a user