bookworm
This commit is contained in:
parent
0654e4632b
commit
0aafb2a000
1 changed files with 10 additions and 10 deletions
|
@ -82,7 +82,7 @@ generate the minimal base
|
||||||
--arch 'amd64' \
|
--arch 'amd64' \
|
||||||
--variant 'minbase' \
|
--variant 'minbase' \
|
||||||
--include 'locales,apt-utils,dialog' \
|
--include 'locales,apt-utils,dialog' \
|
||||||
'bullseye' \
|
'bookworm' \
|
||||||
'/squashfs-root' \
|
'/squashfs-root' \
|
||||||
'https://deb.debian.org/debian'
|
'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 bookworm 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 bookworm-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 bookworm-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-security bookworm-security main contrib non-free
|
||||||
|
|
||||||
locales
|
locales
|
||||||
-------
|
-------
|
||||||
|
@ -295,7 +295,7 @@ live-boot si à destination de boot live
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-get install --target-release 'bullseye-backports' 'linux-image-amd64'
|
apt-get install --target-release 'bookworm-backports' 'linux-image-amd64'
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
|
@ -308,7 +308,7 @@ initialization settings
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-get install --target-release 'bullseye-backports' 'systemd-sysv'
|
apt-get install --target-release 'bookworm-backports' 'systemd-sysv'
|
||||||
|
|
||||||
* /etc/sysctl.conf
|
* /etc/sysctl.conf
|
||||||
|
|
||||||
|
@ -335,7 +335,7 @@ install useful packages
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-get install \
|
apt-get install \
|
||||||
--target-release 'bullseye-backports' \
|
--target-release 'bookworm-backports' \
|
||||||
debootstrap
|
debootstrap
|
||||||
|
|
||||||
install other packages
|
install other packages
|
||||||
|
@ -346,7 +346,7 @@ install other packages
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-get install "package1" …
|
apt-get install "package1" …
|
||||||
apt-get install -t stretch-backports "package1" …
|
apt-get install --target-release 'bookworm-backports' "package1" …
|
||||||
|
|
||||||
setup troubleshooting if needed
|
setup troubleshooting if needed
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
@ -407,6 +407,6 @@ Archive prepared file system
|
||||||
'/squashfs-root' \
|
'/squashfs-root' \
|
||||||
'filesystem.squashfs' \
|
'filesystem.squashfs' \
|
||||||
-noappend \
|
-noappend \
|
||||||
-b '1m' \
|
-b '1M' \
|
||||||
-comp 'zstd' \
|
-comp 'zstd' \
|
||||||
-Xcompression-level 22
|
-Xcompression-level 22
|
||||||
|
|
Loading…
Reference in a new issue