git: 710b10d89c - main - Switch Debian version from focal to jammy in the Linuxulator
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Aug 2025 12:37:12 UTC
The branch main has been updated by bcr:
URL: https://cgit.FreeBSD.org/doc/commit/?id=710b10d89ca580400310c01e485493bf815b2d5f
commit 710b10d89ca580400310c01e485493bf815b2d5f
Author: Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2025-08-27 12:33:26 +0000
Commit: Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2025-08-27 12:36:51 +0000
Switch Debian version from focal to jammy in the Linuxulator
Debian Focal went EoL in May 2025. Replace references to the current
jammy version in examples and sources.list, including the uname output.
PR: 288523
Event: Oslo Hackathon 2025
---
.../content/en/books/handbook/linuxemu/_index.adoc | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/documentation/content/en/books/handbook/linuxemu/_index.adoc b/documentation/content/en/books/handbook/linuxemu/_index.adoc
index df1034c1e7..1f0c07c540 100644
--- a/documentation/content/en/books/handbook/linuxemu/_index.adoc
+++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc
@@ -119,7 +119,7 @@ In order to run Linux software a Linux userland must be installed first.
If all that is wanted is to run some software already included in the Ports tree, it can be installed via package manager and man:pkg[8] will automatically setup the required Linux userland.
For example, to install Sublime Text 4, along with all the Linux libraries it depends on, run this command:
-
+
[source,shell]
....
# pkg install linux-sublime-text4
@@ -231,7 +231,7 @@ Once enabled, execute the following command to install Ubuntu or Debian in [.fil
[source,shell]
....
-# debootstrap focal /compat/ubuntu
+# debootstrap jammy /compat/ubuntu
....
[NOTE]
@@ -244,11 +244,11 @@ The output should be similar to the following:
[.programlisting]
....
-I: Retrieving InRelease
+I: Retrieving InRelease
I: Checking Release signature
I: Valid Release signature (key id F6ECB3762474EDA9D21B7022871920D1991BC93C)
-I: Retrieving Packages
-I: Validating Packages
+I: Retrieving Packages
+I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://archive.ubuntu.com/ubuntu...
@@ -307,7 +307,7 @@ The output should be similar to the following:
[.programlisting]
....
-Linux 3.17.0 x86_64
+Linux 5.15.0 x86_64
....
Once inside the chroot, the system behaves as in a normal Ubuntu installation.
@@ -321,10 +321,10 @@ For amd64 the following example can be used:
[.programlisting]
....
-deb http://archive.ubuntu.com/ubuntu focal main universe restricted multiverse
-deb http://security.ubuntu.com/ubuntu/ focal-security universe multiverse restricted main
-deb http://archive.ubuntu.com/ubuntu focal-backports universe multiverse restricted main
-deb http://archive.ubuntu.com/ubuntu focal-updates universe multiverse restricted main
+deb http://archive.ubuntu.com/ubuntu jammy main universe restricted multiverse
+deb http://security.ubuntu.com/ubuntu/ jammy-security universe multiverse restricted main
+deb http://archive.ubuntu.com/ubuntu jammy-backports universe multiverse restricted main
+deb http://archive.ubuntu.com/ubuntu jammy-updates universe multiverse restricted main
....
For arm64 this other example can be used: