Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:buildserver_virtualbox [2022/03/31 20:12] – Fix the sudo setup dbrand666docs: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 9.3) from [[http://www.osboxes.org/debian/|osboxes.org]] and unpack it using 7zip.+Download the newest VirtualBox (VDI) 64-bit Debian image (currently 11 Bullseye) from [[http://www.osboxes.org/debian/|osboxes.org]] and unpack it using 7zip.
 7zip can be downloaded from [[http://www.7-zip.org/|7-zip.org]]. 7zip can be downloaded from [[http://www.7-zip.org/|7-zip.org]].
  
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". Lines can be deleted with ctrl-k.   * Delete the lines containing "deb cdrom". Lines can be deleted with ctrl-k.
-  * 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.debian.org/debian/ stretch main contrib +  deb http://deb.debian.org/debian/ bullseye main contrib 
-  deb-src http://deb.debian.org/debian/ stretch main contrib+  deb-src http://deb.debian.org/debian/ bullseye main contrib
  
   * 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.
  • Last modified: 2022/03/31 20:12
  • by dbrand666