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 61c0a0a commit af1603bCopy full SHA for af1603b
tools/mkimage.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -x -e
4
+
5
# sync the sysroot
6
echo "sysroot: syncing base-files"
7
cp -r base-files/. sysroot/system-root/
0 commit comments