From 600d18165f7d284f65d8372daee22b64fbf3334b Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 1 Feb 2006 19:29:33 +0000 Subject: [PATCH] Correction from previous commit. Check if /usr is in the ramdisk by comparing /usr/isolinux/pl_version with /pl_version. If it is, then there is no need to try and mount it from some device. --- conf_files/pl_sysinit | 1 - 1 file changed, 1 deletion(-) diff --git a/conf_files/pl_sysinit b/conf_files/pl_sysinit index b5295b4..b5499b2 100755 --- a/conf_files/pl_sysinit +++ b/conf_files/pl_sysinit @@ -27,7 +27,6 @@ check_initrd() check_block_devices() { _mounted=0 - # so that * expands to empty string if there are no block devices shopt -s nullglob -- 2.45.2