Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 0aafb2a0 authored by Marc Beninca's avatar Marc Beninca
Browse files

bookworm

parent 0654e463
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ generate the minimal base
--arch 'amd64' \
--variant 'minbase' \
--include 'locales,apt-utils,dialog' \
'bullseye' \
'bookworm' \
'/squashfs-root' \
'https://deb.debian.org/debian'
......@@ -123,10 +123,10 @@ sources
::
deb [arch=amd64] https://deb.debian.org/debian bullseye main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian bullseye-backports main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian bullseye-updates main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian-security bullseye-security main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian bookworm main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian bookworm-backports main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian bookworm-updates main contrib non-free
deb [arch=amd64] https://deb.debian.org/debian-security bookworm-security main contrib non-free
locales
-------
......@@ -295,7 +295,7 @@ live-boot si à destination de boot live
.. code:: shell
apt-get install --target-release 'bullseye-backports' 'linux-image-amd64'
apt-get install --target-release 'bookworm-backports' 'linux-image-amd64'
.. code:: shell
......@@ -308,7 +308,7 @@ initialization settings
.. code:: shell
apt-get install --target-release 'bullseye-backports' 'systemd-sysv'
apt-get install --target-release 'bookworm-backports' 'systemd-sysv'
* /etc/sysctl.conf
......@@ -335,7 +335,7 @@ install useful packages
.. code:: shell
apt-get install \
--target-release 'bullseye-backports' \
--target-release 'bookworm-backports' \
debootstrap
install other packages
......@@ -346,7 +346,7 @@ install other packages
.. code:: shell
apt-get install "package1" …
apt-get install -t stretch-backports "package1" …
apt-get install --target-release 'bookworm-backports' "package1" …
setup troubleshooting if needed
-------------------------------
......@@ -407,6 +407,6 @@ Archive prepared file system
'/squashfs-root' \
'filesystem.squashfs' \
-noappend \
-b '1m' \
-b '1M' \
-comp 'zstd' \
-Xcompression-level 22
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment