Browse Source

Initializes makefs for non-root user in gbootroot, so future changes aren't

overwritten.
master
freesource 23 years ago
parent
commit
c7eac0edfe
  1. 4
      gbootroot

4
gbootroot

@ -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…
Cancel
Save