mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
* minor edit
This commit is contained in:
parent
afde34dcdf
commit
1af54baaba
2
Yard.pm
2
Yard.pm
@ -728,7 +728,7 @@ sub space_check {
|
|||||||
## ext2 filesystem info .. and other filesystems may be allowed in the
|
## ext2 filesystem info .. and other filesystems may be allowed in the
|
||||||
## future. 8192 inodes == 1.63% penalty or at iso9660
|
## future. 8192 inodes == 1.63% penalty or at iso9660
|
||||||
if (bytes_to_K($total_bytes) > $fs_size) {
|
if (bytes_to_K($total_bytes) > $fs_size) {
|
||||||
info(0, "This is more than $fs_size Kbytes allowed.\n");
|
info(0, "This is more than the $fs_size Kbytes allowed.\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -955,7 +955,8 @@ sub Generate {
|
|||||||
# 3 = Root Device
|
# 3 = Root Device
|
||||||
# 4 = Root Filename
|
# 4 = Root Filename
|
||||||
# 5 = UML Kernel
|
# 5 = UML Kernel
|
||||||
$method = $entry_advanced[6]; # 6 = Method
|
# 6 = Method
|
||||||
|
$method = $entry_advanced[6];
|
||||||
# 7 = Template
|
# 7 = Template
|
||||||
# $root_device_size;
|
# $root_device_size;
|
||||||
# $filesystem_size;
|
# $filesystem_size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user