Skip to content

Commit

Permalink
More work on umount issues
Browse files Browse the repository at this point in the history
  • Loading branch information
uli-heller committed Nov 14, 2024
1 parent f05707e commit 6d54c19
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions create-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,9 @@ test -n "${PREFIX}" && {

(
set -x
sleep 5
sudo umount "./${OSDIR}/rootfs/proc"
sudo umount "./${OSDIR}/rootfs/proc" 2>/dev/null
#sudo chroot "./${OSDIR}/rootfs" umount "/proc"
sudo umount "./${OSDIR}/rootfs/sys"
sudo umount "./${OSDIR}/rootfs/sys" 2>/dev/null
#sudo chroot "./${OSDIR}/rootfs" umount "/sys"
cd "./${OSDIR}"
sudo tar --numeric-owner \
Expand Down

0 comments on commit 6d54c19

Please sign in to comment.