Correction from previous commit.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 1 Feb 2006 19:29:33 +0000 (19:29 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 1 Feb 2006 19:29:33 +0000 (19:29 +0000)
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

index b5295b4..b5499b2 100755 (executable)
@@ -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