diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-26 10:13:26 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-26 10:13:26 +0200 |
commit | b241de46640b4f222a5ccf66b422d5635fbf407c (patch) | |
tree | 10216e73ccc23e537ad309390ad55a767492eecf /hurd/running | |
parent | f3e607067562e84ba3ff0097aa692a2041113fc5 (diff) |
Better use apt
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/qemu.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index a2ddec07..c725e32b 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -42,9 +42,9 @@ add these sources to your /etc/apt/sources.list Then, upgrade to the bleeding edge Debian GNU/Hurd: - # apt-get update - # apt-get upgrade --without-new-pkgs - # apt-get dist-upgrade + # apt update + # apt upgrade --without-new-pkgs + # apt dist-upgrade Now test to see if the rump kernel works before you make the change permanent. Manually tweak your /boot/grub/grub.cfg like so: |