Skip to content

Commit 565e3e4

Browse files
authored
build: Update debootstrap symlink to resolute (#804)
debootstrap available in debian:latest Docker image (trixie) now already has symlink from gasty to noble by default.
1 parent 8e47020 commit 565e3e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ apt-get install -y live-build patch gnupg2 binutils zstd
3232
# system and run `gpg --keyring /etc/apt/trusted.gpg.d/ubuntu-keyring-xxxx-archive.gpg --list-public-keys `
3333
gpg --homedir /tmp --no-default-keyring --keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com F6ECB3762474EDA9D21B7022871920D1991BC93C
3434

35-
# TODO: Remove this once debootstrap can natively build noble images:
36-
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/noble
35+
# TODO: Remove this once debootstrap can natively build resolute images:
36+
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/resolute
3737

3838
build () {
3939
BUILD_ARCH="$1"

0 commit comments

Comments
 (0)