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 59be938 commit 8b8c700Copy full SHA for 8b8c700
cook.sh
@@ -1,5 +1,11 @@
1
#!/usr/bin/env bash
2
#shellcheck disable=SC1091
3
4
+# this is an example file to BUILD raw file system
5
+# export variable SUITE to set debootstrap suite name (default: hirsute)
6
+
7
source plugins/envsetup
8
source plugins/colors
9
10
+do_debootstrap "out/hirsute-arm64" "arm64"
11
+do_compress "out/hirsute-arm64"
0 commit comments