Updated main page

This commit is contained in:
Nicklaus McClendon 2016-05-21 19:55:23 -05:00
parent b983d8913d
commit 856e4db9f9
No known key found for this signature in database
GPG Key ID: 4D4DF09C56AB4D16
2 changed files with 6 additions and 5 deletions

1
doc.md
View File

@ -71,6 +71,7 @@ Managing Operating Systems within Qubes
* [Upgrading the Fedora 21 Template](/doc/fedora-template-upgrade-21/) * [Upgrading the Fedora 21 Template](/doc/fedora-template-upgrade-21/)
* [Upgrading the Fedora 20 Template](/doc/fedora-template-upgrade-20/) * [Upgrading the Fedora 20 Template](/doc/fedora-template-upgrade-20/)
* [Upgrading the Fedora 18 Template](/doc/fedora-template-upgrade-18/) * [Upgrading the Fedora 18 Template](/doc/fedora-template-upgrade-18/)
* [Upgrading the Debian 8 Template](/doc/debian-template-upgrade-8/)
* [Tips for Using Linux in an HVM](/doc/linux-hvm-tips/) * [Tips for Using Linux in an HVM](/doc/linux-hvm-tips/)
* [Creating a NetBSD VM](/doc/netbsd/) * [Creating a NetBSD VM](/doc/netbsd/)

View File

@ -18,8 +18,8 @@ Summary: Upgrading the Standard Debian 8 Template to Debian 9
[user@dom0 ~]$ qvm-clone debian-8 debian-9 [user@dom0 ~]$ qvm-clone debian-8 debian-9
[user@dom0 ~]$ qvm-run -a debian-9 gnome-terminal [user@dom0 ~]$ qvm-run -a debian-9 gnome-terminal
[user@debian-9 ~]$ sudo sed -i.backup 's/jessie/stretch/g' /etc/apt/sources.list [user@debian-9 ~]$ sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
[user@debian-9 ~]$ sudo sed -i.backup 's/jessie/stretch/g' /etc/apt/sources.list.d/qubes-r3.list [user@debian-9 ~]$ sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list.d/qubes-r3.list
[user@debian-9 ~]$ sudo apt-get update && sudo apt-get dist-upgrade -y [user@debian-9 ~]$ sudo apt-get update && sudo apt-get dist-upgrade -y
[user@debian-9 ~]$ sudo apt-get autoremove [user@debian-9 ~]$ sudo apt-get autoremove
@ -47,10 +47,10 @@ any template based on the standard Debian 8 template.
3. Update your apt repositories to use stretch instead of jessie 3. Update your apt repositories to use stretch instead of jessie
(This can be done manually with a text editor, but sed can be used to (This can be done manually with a text editor, but sed can be used to
automatically update the files and back them up.) automatically update the files.)
[user@debian-9 ~]$ sudo sed -i.backup 's/jessie/stretch/g' /etc/apt/sources.list [user@debian-9 ~]$ sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list
[user@debian-9 ~]$ sudo sed -i.backup 's/jessie/stretch/g' /etc/apt/sources.list.d/qubes-r3.list [user@debian-9 ~]$ sudo sed -i 's/jessie/stretch/g' /etc/apt/sources.list.d/qubes-r3.list
4. Update the package lists and upgrade to Debian 9. During the process, 4. Update the package lists and upgrade to Debian 9. During the process,
it will likely prompt to overwrite two files, qubes-r3.list and it will likely prompt to overwrite two files, qubes-r3.list and