1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Changed the text a little bit more.

This commit is contained in:
freesource 2001-10-17 05:55:26 +00:00
parent b68b263aa9
commit 2ac67c9ffc

View File

@ -503,11 +503,9 @@ sub home_builder {
my ($sec,$min,$hour,$day,$month,$year) = (localtime)[0,1,2,3,4,5];
my $time = sprintf("%02d:%02d:%02d-%02d-%02d-%04d",
$hour, $min, $sec, $month+1, $day, $year+1900);
#print "$time\n";
# Here's where stuff gets weird, to provide a predicatable place for non-root
# users to mount the loop device via fstab when making a root_fs (because
# $tmp is used), one place has to be designated.
# Here's where stuff gets intersting, non-root users can create root_fs,
# which is great for UML.
if ( $< == 0 ) {