--- init 2007-10-22 02:19:12.604209725 -0400 +++ ../tmp/ramfs/init 2007-08-30 16:25:46.563557687 -0400 @@ -323,7 +323,7 @@ setup_keymap # Determine root device good_msg 'Determining root device...' -while true +while false do while [ "${got_good_root}" != '1' ] do @@ -391,6 +391,8 @@ do fi done +REAL_ROOT=/image.squashfs +REAL_ROOT_TYPE=squashfs if [ "${CDROOT}" -eq '1' -a "${got_good_root}" = '1' -a "${REAL_ROOT}" != "/dev/nfs" ] then @@ -489,7 +491,7 @@ then fi fi - cache_cd_contents + #cache_cd_contents # Setup the loopback mounts if [ "${LOOPTYPE}" = 'normal' ] @@ -503,7 +505,8 @@ then elif [ "${LOOPTYPE}" = 'squashfs' ] then good_msg 'Mounting squashfs filesystem' - mount -t squashfs -o loop,ro ${NEW_ROOT}/mnt/cdrom/${LOOPEXT}${LOOP} ${NEW_ROOT}/mnt/livecd + #mount -t squashfs -o loop,ro ${NEW_ROOT}/mnt/cdrom/${LOOPEXT}${LOOP} ${NEW_ROOT}/mnt/livecd + mount -t squashfs -o loop,ro /mnt/cdrom/${LOOPEXT}${LOOP} ${NEW_ROOT}/mnt/livecd test_success 'Mount filesystem' FS_LOCATION='mnt/livecd'