diff options
-rw-r--r-- | hurd/subhurd.mdwn | 2 |
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 |