summaryrefslogtreecommitdiff
path: root/scripts/install/install-image-new
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2016-02-01 11:56:44 -0500
committerKim Hagen <kim.sidney@gmail.com>2016-02-01 11:56:44 -0500
commit9cd1c2f0b577836043b25dfab4d27f03cf587b83 (patch)
treed697c43eaa9173f5657721ae3439019f881a0cec /scripts/install/install-image-new
parentf31619dc433d8e955cfe9c7abb6bcddb337e43cd (diff)
downloadvyatta-cfg-system-9cd1c2f0b577836043b25dfab4d27f03cf587b83.tar.gz
vyatta-cfg-system-9cd1c2f0b577836043b25dfab4d27f03cf587b83.zip
Rename "live-rw" to only "rw".
Diffstat (limited to 'scripts/install/install-image-new')
-rwxr-xr-xscripts/install/install-image-new4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install/install-image-new b/scripts/install/install-image-new
index 32c5f3e4..d6427500 100755
--- a/scripts/install/install-image-new
+++ b/scripts/install/install-image-new
@@ -62,9 +62,9 @@ echo "OK. This image will be named: $image_name"
# make the dir for the new version
mkdir -p $WRITE_ROOT/boot/$image_name
# make dir for backing store
-rw_dir=$WRITE_ROOT/boot/$image_name/live-rw
+rw_dir=$WRITE_ROOT/boot/$image_name/rw
mkdir -p $rw_dir
-work_dir=$WRITE_ROOT/boot/$image_name/live-work
+work_dir=$WRITE_ROOT/boot/$image_name/work
mkdir -p $work_dir
echo Copying squashfs image...