From 1af54baabaa87ec42fd8d3a0961f4ddd00ef3b2a Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 19 Dec 2000 05:06:19 +0000 Subject: [PATCH] * minor edit --- Yard.pm | 2 +- gBootRoot | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Yard.pm b/Yard.pm index 116acc7..6f28006 100644 --- a/Yard.pm +++ b/Yard.pm @@ -728,7 +728,7 @@ sub space_check { ## ext2 filesystem info .. and other filesystems may be allowed in the ## future. 8192 inodes == 1.63% penalty or at iso9660 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; } diff --git a/gBootRoot b/gBootRoot index c12e3f3..13ff2ba 100644 --- a/gBootRoot +++ b/gBootRoot @@ -955,7 +955,8 @@ sub Generate { # 3 = Root Device # 4 = Root Filename # 5 = UML Kernel - $method = $entry_advanced[6]; # 6 = Method + # 6 = Method + $method = $entry_advanced[6]; # 7 = Template # $root_device_size; # $filesystem_size;