Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/debian-testing
12 changes: 12 additions & 0 deletions images/scripts/debian.setup
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ RELEASE=$(. /etc/os-release; echo $VERSION_CODENAME)

if [ "$IMAGE" = "debian-testing" ]; then
RELEASE=testing

echo 'deb http://deb.debian.org/debian unstable main' >> /etc/apt/sources.list.d/unstable.list
cat <<EOF > /etc/apt/preferences.d/unstable
Package: *
Pin: release a=unstable
Pin-Priority: -1

Package: *targetcli-fb*
Pin: release a=unstable
Pin-Priority: 10
EOF

fi

# Attention: Enable proposed for ubuntu-stable after 24.10 release
Expand Down
Loading