mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Improves some info() output.
This commit is contained in:
parent
cde7f50f3f
commit
4f31aa18a8
@ -904,14 +904,14 @@ sub create_filesystem {
|
|||||||
## Originally, this was -b 1024 switched with the inode approach.
|
## Originally, this was -b 1024 switched with the inode approach.
|
||||||
if (sys("$main::makefs $device $fs_size") !~
|
if (sys("$main::makefs $device $fs_size") !~
|
||||||
/^0$/ ) {
|
/^0$/ ) {
|
||||||
$error = error("Cannot $fs_type filesystem.");
|
$error = error("Cannot $fs_type filesystem.\n");
|
||||||
return "ERROR" if $error && $error eq "ERROR";
|
return "ERROR" if $error && $error eq "ERROR";
|
||||||
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (sys("$main::makefs $device $fs_size") !~
|
if (sys("$main::makefs $device $fs_size") !~
|
||||||
/^0$/ ) {
|
/^0$/ ) {
|
||||||
$error = error("Cannot $fs_type filesystem.");
|
$error = error("Cannot $fs_type filesystem.\n");
|
||||||
return "ERROR" if $error && $error eq "ERROR";
|
return "ERROR" if $error && $error eq "ERROR";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1079,7 +1079,7 @@ sub create_filesystem {
|
|||||||
if (
|
if (
|
||||||
sys("/usr/lib/bootroot/$main::makefs -b $fs_size -d $mount_point -D $device_table $device") !~
|
sys("/usr/lib/bootroot/$main::makefs -b $fs_size -d $mount_point -D $device_table $device") !~
|
||||||
/^0$/ ) {
|
/^0$/ ) {
|
||||||
$error = error("Cannot $fs_type filesystem.");
|
$error = error("Cannot $fs_type filesystem.\n");
|
||||||
return "ERROR" if $error && $error eq "ERROR";
|
return "ERROR" if $error && $error eq "ERROR";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user