mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 17:13:22 -05:00
Changed the text a little bit more.
This commit is contained in:
parent
b68b263aa9
commit
2ac67c9ffc
@ -503,11 +503,9 @@ sub home_builder {
|
|||||||
my ($sec,$min,$hour,$day,$month,$year) = (localtime)[0,1,2,3,4,5];
|
my ($sec,$min,$hour,$day,$month,$year) = (localtime)[0,1,2,3,4,5];
|
||||||
my $time = sprintf("%02d:%02d:%02d-%02d-%02d-%04d",
|
my $time = sprintf("%02d:%02d:%02d-%02d-%02d-%04d",
|
||||||
$hour, $min, $sec, $month+1, $day, $year+1900);
|
$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
|
# Here's where stuff gets intersting, non-root users can create root_fs,
|
||||||
# users to mount the loop device via fstab when making a root_fs (because
|
# which is great for UML.
|
||||||
# $tmp is used), one place has to be designated.
|
|
||||||
|
|
||||||
if ( $< == 0 ) {
|
if ( $< == 0 ) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user