Skip to content

Commit c61b80e

Browse files
committed
Add mounting of /proc . Fixes #124
1 parent d93a54e commit c61b80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ function mount_image() {
191191
sudo mkdir -p $mount_path/dev/pts
192192
sudo mount -o bind /dev $mount_path/dev
193193
sudo mount -o bind /dev/pts $mount_path/dev/pts
194+
sudo mount -o bind /proc $mount_path/proc
194195
}
195196

196197
function unmount_image() {

0 commit comments

Comments
 (0)