Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 4, 2025
1 parent de807ba commit 3af27be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ fi
#-----------------------------------------------------------------------
group 'Bind filesystems into chroot'

mkdir -p /foo
mount --rbind / /foo
cd /foo
mount --move . /
cd "$rootfs_dir"

mkdir -p proc
mount -v -t proc none proc
mount_bind /dev dev
Expand Down

0 comments on commit 3af27be

Please sign in to comment.