From 20fa0a6591f7dbc7642fb44acab80e221f3f6622 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 4 Oct 2001 06:27:18 +0000 Subject: [PATCH] Added some text changes. --- BootRoot/Error.pm | 5 +++-- BootRoot/Yard.pm | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/BootRoot/Error.pm b/BootRoot/Error.pm index e75b3b0..b7ef47d 100644 --- a/BootRoot/Error.pm +++ b/BootRoot/Error.pm @@ -138,8 +138,9 @@ sub err_custom { system("$_[0] > /dev/null 2>&1"); } else { - # Yard::sys .. this seems to be necessary for my flakey floppy drive - # which doesn't even support 1722. + # Yard::sys .. this seems to be necessary for a problem related + # to using 1722 for the floppy on my system, it isn't the drives + # fault, but something perhaps related to the BIOS. BootRoot::Yard::sys("$_[0]"); } error_window($_[1]) if ($? != 0); diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index cc0c98c..af0336d 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -93,6 +93,7 @@ sub kernel_version_check { my($kernel,$kernel_version) = @_; if (defined($kernel_version)) { + # Check to see if it agrees my($version_guess) = kernel_version($kernel); if ($version_guess ne $kernel_version) { @@ -905,7 +906,7 @@ sub create_filesystem { } elsif (-f $file) { ##### A normal file. ## File::Path likes to die when the device runs out of space, - ## something which will have to be worked on. + ## something which will have to be worked on. -- freesource mkpath(dirname($floppy_file)); ##### Maybe a hard link.