diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:05:20 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:26 +0100 |
commit | ba2322bb2b453a848dccb7f80fbe5d72b373926e (patch) | |
tree | 92ae03973981067aea007213d056abbbc6388abb /helpers/lh_bootstrap_cache | |
parent | 8c3178682beafb9c71df5310b3f975728359b833 (diff) | |
download | vyos-live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.tar.gz vyos-live-build-ba2322bb2b453a848dccb7f80fbe5d72b373926e.zip |
Adding live-helper 1.0~a26-1.
Diffstat (limited to 'helpers/lh_bootstrap_cache')
-rwxr-xr-x | helpers/lh_bootstrap_cache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache index e6c8dcc9f..8d811a92f 100755 --- a/helpers/lh_bootstrap_cache +++ b/helpers/lh_bootstrap_cache @@ -90,6 +90,9 @@ do then ${LH_ROOT_COMMAND} chown -R `whoami`:`whoami` cache/stages_bootstrap fi + + # Creating stage file + Create_stagefile .stage/bootstrap_cache.save fi ;; esac |