We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93a54e commit c61b80eCopy full SHA for c61b80e
1 file changed
src/common.sh
@@ -191,6 +191,7 @@ function mount_image() {
191
sudo mkdir -p $mount_path/dev/pts
192
sudo mount -o bind /dev $mount_path/dev
193
sudo mount -o bind /dev/pts $mount_path/dev/pts
194
+ sudo mount -o bind /proc $mount_path/proc
195
}
196
197
function unmount_image() {
0 commit comments