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 8e47020 commit 565e3e4Copy full SHA for 565e3e4
1 file changed
build.sh
@@ -32,8 +32,8 @@ apt-get install -y live-build patch gnupg2 binutils zstd
32
# system and run `gpg --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-xxxx-archive.gpg --list-public-keys `
33
gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com F6ECB3762474EDA9D21B7022871920D1991BC93C
34
35
-# TODO: Remove this once debootstrap can natively build noble images:
36
-ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/noble
+# TODO: Remove this once debootstrap can natively build resolute images:
+ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/resolute
37
38
build () {
39
BUILD_ARCH="$1"
0 commit comments