Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Created October 31, 2019 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgwalters/77db117622337270f1d04315c8716044 to your computer and use it in GitHub Desktop.
Save cgwalters/77db117622337270f1d04315c8716044 to your computer and use it in GitHub Desktop.
```
walters@toolbox ~/s/g/c/coreos-assembler> git diff
diff --git a/src/create_disk.sh b/src/create_disk.sh
index e9cd8596..76808b3e 100755
--- a/src/create_disk.sh
+++ b/src/create_disk.sh
@@ -10,6 +10,9 @@
# an issue and we can discuss configuration needs.
set -euo pipefail
+cat /sys/devices/system/clocksource/clocksource0/current_clocksource
+sleep 5
+
usage() {
cat <<EOC
${0} create a supermin virtual machinge to create a
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment