diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:22 +0200 |
commit | d80c8552b60d499dbec7fb37e09ab8fc4145ce2d (patch) | |
tree | 34983c8c14a3316fbe7d34d564cbfebb73489ca3 /src/scripts/22iso.sh | |
parent | 262e501463f4cc8bba690a1ef7cf0887cbfaa8cf (diff) | |
download | vyos-live-build-d80c8552b60d499dbec7fb37e09ab8fc4145ce2d.tar.gz vyos-live-build-d80c8552b60d499dbec7fb37e09ab8fc4145ce2d.zip |
Adding live-package 0.99.6-1.
Diffstat (limited to 'src/scripts/22iso.sh')
-rw-r--r-- | src/scripts/22iso.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/22iso.sh b/src/scripts/22iso.sh index 07b1f9186..96ab7778b 100644 --- a/src/scripts/22iso.sh +++ b/src/scripts/22iso.sh @@ -14,6 +14,7 @@ Iso () if [ ! -f "${LIVE_ROOT}"/.stage/image_binary ] then mkdir -p "${LIVE_ROOT}"/binary/casper + mv "${LIVE_ROOT}"/filesystem.manifest* "${LIVE_ROOT}"/binary/casper/ # Switching package indices to default if [ "${LIVE_GENERIC_INDICES}" = "yes" ] @@ -43,6 +44,7 @@ Iso () if [ "${LIVE_FLAVOUR}" != "minimal" ] then cp -r "${LIVE_TEMPLATES}"/iso/* "${LIVE_ROOT}"/binary + cp -r "${LIVE_TEMPLATES}"/common/* "${LIVE_ROOT}"/binary fi # Calculating md5sums |