Created
August 28, 2021 21:21
-
-
Save matoken/40649e7fc94af92c7bb52f33b09b8f18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build-debian-installer.sh b/build-debian-installer.sh | |
index 6f773f6..04b7ea8 100644 | |
--- a/build-debian-installer.sh | |
+++ b/build-debian-installer.sh | |
@@ -5,14 +5,14 @@ | |
# You should be running the same flavor as the installer you are producing. | |
# Example, an installer for Debian Stretch can only produced on a Strech machine. | |
-sudo apt-get update | |
-sudo apt-get install -y simple-cdd git xorriso | |
+sudo apt update | |
+sudo apt install -y simple-cdd git xorriso | |
# Remove files from previous run | |
rm -fr tmp; | |
rm -fr images; | |
# Build installer | |
-build-simple-cdd --conf profiles/serial-console.conf --dist stretch | |
+build-simple-cdd --conf profiles/serial-console.conf --dist bullseye | |
-# Installer is in Images folder | |
\ No newline at end of file | |
+# Installer is in Images folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment