Browse Source

Added some text changes.

master
freesource 23 years ago
parent
commit
20fa0a6591
  1. 5
      BootRoot/Error.pm
  2. 3
      BootRoot/Yard.pm

5
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);

3
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.

Loading…
Cancel
Save