We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ecdcf commit 32a7a43Copy full SHA for 32a7a43
1 file changed
src/chroot_in_to_image.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
3
+source "${DIR}"/common.sh
4
+pushd /distro/workspace
5
+ mount_image *.img 2 ./mount
6
+ pushd mount
7
+ chroot .
8
+ popd
9
+popd
0 commit comments