summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-23 10:38:21 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-08-23 10:38:21 +0200
commit7f0e9342d66ef5847a2f16a7ba7e1718e1319eb8 (patch)
treeb421b5ac09c9a853753f965160f3383bbda47f70
parentf2ab6bd2b032d224c80b331d3196e6f732fc6f6b (diff)
mmdebstrap: make sure to specify the keyring
-rw-r--r--hurd/subhurd.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn
index 5277a937..5bd81425 100644
--- a/hurd/subhurd.mdwn
+++ b/hurd/subhurd.mdwn
@@ -89,7 +89,7 @@ debootstrap as root:
One can also use mmdebstrap:
- mmdebstrap --mode=chrootless --variant=required '' rootfs.tar.gz 'deb http://deb.debian.org/debian-ports unreleased main' 'deb http://deb.debian.org/debian-ports/ unstable main'
+ mmdebstrap --mode=chrootless --variant=required --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg '' rootfs.tar.gz 'deb http://deb.debian.org/debian-ports unreleased main' 'deb http://deb.debian.org/debian-ports/ unstable main'
mke2fs /dev/hd0s6 -d rootfs.tar.gz
## Booting