You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tools/create-image.sh: update default Debian release to trixie
Debian bullseye is now oldoldstable, so update the default release to
trixie.
While we're at it, update documentation references to old Debian releases
to match.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Copy file name to clipboardExpand all lines: docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Setup: Ubuntu host, QEMU vm, x86-64 kernel
2
2
3
-
These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubuntu on the host machine and Debian Bullseye in the QEMU instances.
3
+
These are the instructions on how to fuzz the x86-64 kernel in a QEMU with Ubuntu on the host machine and Debian Trixie in the QEMU instances.
4
4
5
5
In the instructions below, the `$VAR` notation (e.g. `$GCC`, `$KERNEL`, etc.) is used to denote paths to directories that are either created when executing the instructions (e.g. when unpacking GCC archive, a directory will be created), or that you have to create yourself before running the instructions. Substitute the values for those variables manually.
6
6
@@ -136,9 +136,9 @@ Command:
136
136
sudo apt install debootstrap
137
137
```
138
138
139
-
### Create Debian Bullseye Linux image
139
+
### Create Debian Trixie Linux image
140
140
141
-
Create a Debian Bullseye Linux image with the minimal set of required packages.
141
+
Create a Debian Trixie Linux image with the minimal set of required packages.
142
142
143
143
Command:
144
144
```bash
@@ -149,15 +149,15 @@ chmod +x create-image.sh
149
149
./create-image.sh
150
150
```
151
151
152
-
The result should be `$IMAGE/bullseye.img` disk image.
152
+
The result should be `$IMAGE/trixie.img` disk image.
153
153
154
154
### OR Create Debian Linux image with a different version
155
155
156
-
To create a Debian image with a different version (e.g. buster, stretch, sid), specify the `--distribution` option.
156
+
To create a Debian image with a different version (e.g. bookworm, bullseye, sid), specify the `--distribution` option.
These are the instructions on how to fuzz the x86-64 kernel in VirtualBox with Ubuntu on the host machine and Debian Bullseye in the virtual machines.
3
+
These are the instructions on how to fuzz the x86-64 kernel in VirtualBox with Ubuntu on the host machine and Debian Trixie in the virtual machines.
4
4
5
5
In the instructions below, the `$VAR` notation (e.g. `$GCC`, `$KERNEL`, etc.) is used to denote paths to directories that are either created when executing the instructions (e.g. when unpacking GCC archive, a directory will be created), or that you have to create yourself before running the instructions. Substitute the values for those variables manually.
6
6
@@ -16,15 +16,15 @@ Install debootstrap:
16
16
sudo apt-get install debootstrap
17
17
```
18
18
19
-
To create a Debian Bullseye Linux user space in the $USERSPACE dir do:
19
+
To create a Debian Trixie Linux user space in the $USERSPACE dir do:
Copy file name to clipboardExpand all lines: docs/linux/setup_ubuntu-host_vmware-vm_x86-64-kernel.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Setup: Ubuntu host, VMware vm, x86-64 kernel
2
2
3
-
These are the instructions on how to fuzz the x86-64 kernel in VMware Workstation with Ubuntu on the host machine and Debian Bullseye in the virtual machines.
3
+
These are the instructions on how to fuzz the x86-64 kernel in VMware Workstation with Ubuntu on the host machine and Debian Trixie in the virtual machines.
4
4
5
5
In the instructions below, the `$VAR` notation (e.g. `$GCC`, `$KERNEL`, etc.) is used to denote paths to directories that are either created when executing the instructions (e.g. when unpacking GCC archive, a directory will be created), or that you have to create yourself before running the instructions. Substitute the values for those variables manually.
6
6
@@ -16,15 +16,15 @@ Install debootstrap:
16
16
sudo apt-get install debootstrap
17
17
```
18
18
19
-
To create a Debian Bullseye Linux user space in the $USERSPACE dir do:
19
+
To create a Debian Trixie Linux user space in the $USERSPACE dir do:
0 commit comments