Skip to content

Commit

Permalink
meow
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 23, 2024
1 parent 3086687 commit 0263a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions katsu/modules/base/polycrystal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

cleanup() {
for mnt in sys proc; do
for mnt in sys proc dev/pts dev; do
umount /mnt/mock-mount/$mnt
done
umount /mnt/mock-mount
Expand All @@ -15,7 +15,7 @@ if [ -x "$(command -v polycrystal)" ]; then
mount --bind / /mnt/mock-mount
mount --make-private /mnt/mock-mount
mount --bind /mnt/mock-mount /mnt/mock-mount
for mnt in proc sys; do
for mnt in proc sys dev dev/pts; do
mount --bind /$mnt /mnt/mock-mount/$mnt
done

Expand Down

0 comments on commit 0263a64

Please sign in to comment.