diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-11-14 16:33:56 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-11-14 16:33:59 +0100 |
commit | 2eba3d670589ba7bd25c77600c61052589732d05 (patch) | |
tree | 0bb3254da358c32a2060549b0c6787078c09275d /hurd | |
parent | 4eec2ca5da9f154c594db6fdf3c44d2f0459be78 (diff) |
update debootstrap command
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/chroot.mdwn | 2 | ||||
-rw-r--r-- | hurd/subhurd.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hurd/running/chroot.mdwn b/hurd/running/chroot.mdwn index eac67282..0f5ec88f 100644 --- a/hurd/running/chroot.mdwn +++ b/hurd/running/chroot.mdwn @@ -24,7 +24,7 @@ It can be a good idea to put the chroot on a separate translator, for instance: Debootstrap should be able to build the content: - # debootstrap sid chroot + # debootstrap --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg --extra-suites=unreleased sid chroot http://deb.debian.org/debian-ports/ # Tricks diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index a92a8d3f..587cc227 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -77,7 +77,7 @@ debootstrap as root: mke2fs /dev/hd0s6 settrans -ca mnt /hurd/ext2fs /dev/hd0s6 - debootstrap sid mnt/ http://httpredir.debian.org/debian + debootstrap --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg --extra-suites=unreleased sid chroot http://deb.debian.org/debian-ports/ settrans -fga mnt ## Booting |