1
0
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:
freesource 2001-10-31 07:57:10 +00:00
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";