From 42acee1d418bea6de4fd5f983852bec52e66c05e Mon Sep 17 00:00:00 2001 From: Kim Hagen Date: Fri, 29 Jan 2016 06:44:50 -0500 Subject: Update location of the squashfs image. --- scripts/install/install-image-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/install/install-image-new b/scripts/install/install-image-new index 7965b939..91cb27fa 100755 --- a/scripts/install/install-image-new +++ b/scripts/install/install-image-new @@ -73,7 +73,7 @@ boot_dir=${CD_SQUASH_ROOT}/boot boot_files=$(find $boot_dir -maxdepth 1 -type f -o -type l 2>/dev/null) if [ ! -f "$squash_img" ] || [ -z "$boot_files" ]; then # maybe installing from a live CD boot? - squash_img=/live/image/live/filesystem.squashfs + squash_img=/lib/live/mount/medium/live/filesystem.squashfs boot_dir=/boot boot_files=$(find $boot_dir -maxdepth 1 -type f -o -type l 2>/dev/null) if [ ! -f "$squash_img" ] || [ -z "$boot_files" ]; then -- cgit v1.2.3