mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-24 01:13:24 -05:00
Added some text changes.
This commit is contained in:
parent
0a896d4ebe
commit
20fa0a6591
@ -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);
|
||||
|
@ -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…
x
Reference in New Issue
Block a user