Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:guide-developer:buildserver_virtualbox [2022/03/31 20:12] – Fix the sudo setup dbrand666 | docs:guide-developer:buildserver_virtualbox [2023/05/16 21:59] (current) – Update to Bullseye diederik | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ==== 2. Get a Debian image ==== | ==== 2. Get a Debian image ==== | ||
| - | Download the newest VirtualBox (VDI) 64-bit Debian image (currently | + | Download the newest VirtualBox (VDI) 64-bit Debian image (currently |
| 7zip can be downloaded from [[http:// | 7zip can be downloaded from [[http:// | ||
| Line 57: | Line 57: | ||
| You are now editing the list of servers to get updates from. | You are now editing the list of servers to get updates from. | ||
| * Delete the lines containing "deb cdrom" | * Delete the lines containing "deb cdrom" | ||
| - | * From the last two lines, remove the leading # and space, and the -updates after stretch. They should now look like this: | + | * From the last two lines, remove the leading # and space, and the -updates after bullseye. They should now look like this: |
| - | deb http:// | + | deb http:// |
| - | deb-src http:// | + | deb-src http:// |
| * Type ctrl-x and then y and then enter to save and exit. | * Type ctrl-x and then y and then enter to save and exit. | ||