We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4e97c commit e29a331Copy full SHA for e29a331
src/common.sh
@@ -207,9 +207,11 @@ function mount_image() {
207
fi
208
sudo mkdir -p $mount_path/dev/pts
209
sudo mkdir -p $mount_path/proc
210
+ sudo mkdir -p $mount_path/sys
211
sudo mount -o bind /dev $mount_path/dev
212
sudo mount -o bind /dev/pts $mount_path/dev/pts
213
sudo mount -o bind /proc $mount_path/proc
214
+ sudo mount -o bind /sys $mount_path/sys
215
}
216
217
function unmount_image() {
0 commit comments