From 6da033c5e66cc6c6930eadf18fd60f3b9ff8ddc7 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 29 Aug 2001 07:22:51 +0000 Subject: [PATCH] This comments out some code which broke the yard box when the default /dev/fd0 wasn't available. This check is unecessary, since it is handled in other places. --- gbootroot | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gbootroot b/gbootroot index f545233..b216024 100755 --- a/gbootroot +++ b/gbootroot @@ -1549,11 +1549,11 @@ sub Generate { error_window("gBootRoot: ERROR: Root Device not defined"); return; } - # devfs may change this - if (!-b $root_device) { - error_window("gBootRoot: ERROR: Not a valid Block Device"); - return; - } + # devfs may change this .. it did, this is silly. +## if (!-b $root_device) { +## error_window("gBootRoot: ERROR: Not a valid Block Device"); +## return; +## } if (!$root_filename || $root_filename eq "") { error_window("gBootRoot: ERROR: Root Filename not given");