Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sylirre committed Jan 9, 2025
1 parent df7fce0 commit 9fdf8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distro-build/opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bootstrap_distribution() {
"opensuse/tumbleweed@${digest}"

echo "Listing ${WORKDIR}:"
sudo ls "${WORKDIR}"
sudo ls -l "${WORKDIR}"

sudo rm -rf "${WORKDIR}/opensuse-tmp" "${WORKDIR}/opensuse-$(translate_arch "$arch")"
mkdir "${WORKDIR}/opensuse-tmp"
Expand All @@ -36,7 +36,7 @@ bootstrap_distribution() {
-f "${WORKDIR}/opensuse-image-dump-${arch}.tar" \
-C "${WORKDIR}/opensuse-tmp"
echo "Listing ${WORKDIR}/opensuse-tmp:"
sudo ls "${WORKDIR}/opensuse-tmp"
sudo find "${WORKDIR}/opensuse-tmp" -ls
sudo tar -xpf "${WORKDIR}/opensuse-tmp"/layer.tar \
-C "${WORKDIR}/opensuse-$(translate_arch "$arch")"
sudo rm -rf "${WORKDIR}/opensuse-tmp"
Expand Down

0 comments on commit 9fdf8a9

Please sign in to comment.