diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2016-02-01 11:56:44 -0500 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2016-02-01 11:56:44 -0500 |
commit | 9cd1c2f0b577836043b25dfab4d27f03cf587b83 (patch) | |
tree | d697c43eaa9173f5657721ae3439019f881a0cec /scripts/install/install-image-existing | |
parent | f31619dc433d8e955cfe9c7abb6bcddb337e43cd (diff) | |
download | vyatta-cfg-system-9cd1c2f0b577836043b25dfab4d27f03cf587b83.tar.gz vyatta-cfg-system-9cd1c2f0b577836043b25dfab4d27f03cf587b83.zip |
Rename "live-rw" to only "rw".
Diffstat (limited to 'scripts/install/install-image-existing')
-rwxr-xr-x | scripts/install/install-image-existing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing index 7d58cd96..454ae749 100755 --- a/scripts/install/install-image-existing +++ b/scripts/install/install-image-existing @@ -155,7 +155,7 @@ echo "Installing \"$NEWNAME\" image." # create the new release directories REL_ROOT=$BOOT_DIR/$NEWNAME -RW_DIR="$REL_ROOT/live-rw" +RW_DIR="$REL_ROOT/rw" if ! mkdir -p "$RW_DIR"; then failure_exit 'Cannot create directory for new release.' fi |