remove not needed -alf

This commit is contained in:
Tobias Powalowski 2022-01-21 06:49:45 +01:00
parent ebeb64acd5
commit 3ccfa1b4e7
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ echo "Start release creation in $1 ..."
mkdir -p $1
cd $1
# create container
archboot-aarch64-create-container.sh "${_W_DIR}" -cc -cp -alf || exit 1
archboot-aarch64-create-container.sh "${_W_DIR}" -cc -cp || exit 1
# generate tarball in container, umount tmp it's a tmpfs and weird things could happen then
echo "Generate ISO ..."
# generate iso in container

View file

@ -29,7 +29,7 @@ echo "Start release creation in $1 ..."
mkdir -p $1
cd $1
# create container
archboot-x86_64-create-container.sh "${_W_DIR}" -cc -cp -alf || exit 1
archboot-x86_64-create-container.sh "${_W_DIR}" -cc -cp || exit 1
# generate tarball in container, umount tmp it's a tmpfs and weird things could happen then
echo "Generate ISO ..."
# generate iso in container