diff options
author | Daniel Baumann <daniel@debian.org> | 2012-05-23 07:16:47 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-05-23 07:19:19 +0200 |
commit | f759856a789fe52f66c5606280563b1c58d9c559 (patch) | |
tree | d3f94efe9d85c355bb18a59daf978e424edaf594 /scripts/build/lb_binary_rootfs | |
parent | 4baf92dcb478e035e0544abb306feb7fcbcfee91 (diff) | |
download | vyos-live-build-f759856a789fe52f66c5606280563b1c58d9c559.tar.gz vyos-live-build-f759856a789fe52f66c5606280563b1c58d9c559.zip |
Correcting typo in binary_rootfs to restore 'plain' live filesystem support.
Diffstat (limited to 'scripts/build/lb_binary_rootfs')
-rwxr-xr-x | scripts/build/lb_binary_rootfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_rootfs b/scripts/build/lb_binary_rootfs index 78c1c6859..df44f95c9 100755 --- a/scripts/build/lb_binary_rootfs +++ b/scripts/build/lb_binary_rootfs @@ -296,7 +296,7 @@ case "${LB_CHROOT_FILESYSTEM}" in Save_cache cache/packages_binary ;; - none) + plain) if [ -d binary/${INITFS}/filesystem.dir ] then rm -rf binary/${INITFS}/filesystem.dir |