From 2ac67c9ffc379aa7c7f186640f520cf5499d3ec5 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 17 Oct 2001 05:55:26 +0000 Subject: [PATCH] Changed the text a little bit more. --- gbootroot | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gbootroot b/gbootroot index 3fb2424..b8b0c24 100755 --- a/gbootroot +++ b/gbootroot @@ -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 ) {