diff options
| author | James Davidson <james.davidson@vyatta.com> | 2012-10-19 15:59:56 -0700 |
|---|---|---|
| committer | James Davidson <james.davidson@vyatta.com> | 2012-10-19 15:59:56 -0700 |
| commit | 5b2bae39489a1746b0cda648aefbd2c853589b9e (patch) | |
| tree | 9ed48eb555ada8bcbb119b8ab0d9c32d13a4cb5b /scripts/install/install-image-new | |
| parent | 95b26e3dc49fca7724177abee881d881a257859e (diff) | |
| download | vyatta-cfg-system-5b2bae39489a1746b0cda648aefbd2c853589b9e.tar.gz vyatta-cfg-system-5b2bae39489a1746b0cda648aefbd2c853589b9e.zip | |
Support and switch to overlayfs
Diffstat (limited to 'scripts/install/install-image-new')
| -rwxr-xr-x | scripts/install/install-image-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-image-new b/scripts/install/install-image-new index 3097392a..5c87c1ea 100755 --- a/scripts/install/install-image-new +++ b/scripts/install/install-image-new @@ -94,7 +94,7 @@ if ! try_mount "-o loop,ro -t squashfs $target_squash $READ_ROOT"; then echo 'Exiting...' exit 1 fi -margs="-t unionfs -o noatime,dirs=$rw_dir=rw:$READ_ROOT=ro unionfs $INST_ROOT" +margs=$(gen_mopts "overlayfs" $rw_dir $READ_ROOT $INST_ROOT) if ! try_mount "$margs"; then echo 'Exiting...' exit 1 |
