Skip to content

Commit

Permalink
Migrate to Debian bookworm (12)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrcki committed Sep 7, 2023
1 parent dfc61f6 commit cbb28be
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here are some typical use-cases where Airgap OS may be useful:

## Features

* Debian bullseye based Linux with MATE Desktop.
* Debian bookworn (12) based Linux with MATE Desktop.
* x86-64 architecture (open an issue if you need another one).
* LibreOffice, VLC, GIMP and other usual tools.
* Unprivileged manipulation of storage devices.
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ set -e
set -x

BUILD_ENV='/var/airgap-os-build'
DEBIAN_RELEASE='bullseye'
DEBIAN_RELEASE='bookworm'
DEFAULT_DEBIAN_MIRROR='https://ftp.debian.org/debian'
DEFAULT_DEBIAN_SECURITY_MIRROR='http://security.debian.org/debian-security'
DEFAULT_DEBIAN_SECURITY_MIRROR='https://security.debian.org/debian-security'
DEFAULT_ARCH='amd64'

cd "$(dirname $(readlink -f "${0}"))"
Expand Down
6 changes: 3 additions & 3 deletions conf/sources.list-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
deb MIRROR RELEASE main contrib non-free
deb SECMIRROR RELEASE-security main contrib non-free
deb MIRROR RELEASE-updates main contrib non-free
deb MIRROR RELEASE main contrib non-free non-free-firmware
deb SECMIRROR RELEASE-security main contrib non-free non-free-firmware
deb MIRROR RELEASE-updates main contrib non-free non-free-firmware

6 changes: 5 additions & 1 deletion packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ opensc
openssl
p7zip-full
p7zip-rar
python-yubico-tools
qrencode
restic
seahorse
Expand All @@ -106,7 +107,10 @@ xca
xz-utils
ykcs11
ykls
yubico-piv-tool
yubikey-agent
yubikey-luks
yubikey-manager
yubikey-manager-qt
yubikey-personalization
yubikey-personalization-gui
yubioath-desktop

0 comments on commit cbb28be

Please sign in to comment.