diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2023-05-25 21:00:24 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-26 03:09:58 +0200 |
commit | 5ae82e4bd68e085a2cdabed21eaecc2f76d97b9f (patch) | |
tree | 78e273b6276a8cf715f30997dc3bba97735faadd /hurd/running | |
parent | 98a0c4c5e969e1593af010277543d1857f1a8af1 (diff) |
hurd/running/qemu.mdwn: add recent debian sources to apt.
Message-Id: <20230526010024.1347-1-jbranso@dismail.de>
Diffstat (limited to 'hurd/running')
-rw-r--r-- | hurd/running/qemu.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index 8ebd32e2..82c3f43d 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -34,7 +34,13 @@ bleeding edge Debian. Once you have your latest qemu Debian GNU/Hurd image running, then you can try the rumpdisk (be sure to pass "-m 2GB" or more). First, -upgrade to the bleeding edge Debian GNU/Hurd: +add these sources to your /etc/apt/sources.list + + deb http://deb.debian.org/debian-ports unstable main + deb-src http://deb.debian.org/debian unstable main + deb http://deb.debian.org/debian-ports unreleased main + +Then, upgrade to the bleeding edge Debian GNU/Hurd: # apt-get update # apt-get dist-upgrade |