diff options
Diffstat (limited to 'helpers/source_debian-live')
-rwxr-xr-x | helpers/source_debian-live | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/helpers/source_debian-live b/helpers/source_debian-live index 6afcfbf..b3626ec 100755 --- a/helpers/source_debian-live +++ b/helpers/source_debian-live @@ -57,18 +57,5 @@ then cp -a auto source/debian-live fi -# Create tarball -cd source - -SUFFIX="$(date +%Y%m%d.%s)" - -tar cf debian-live-config_${SUFFIX}.tar debian-live -gzip ${GZIP_OPTIONS} debian-live-config_${SUFFIX}.tar - -cd "${OLDPWD}" - -rm -rf source/debian-live/config -mv source/debian-live-config_${SUFFIX}.tar.gz source/debian-live - # Creating stage file Create_stagefile .stage/source_debian-live |