From 11588593b57ab96fc760920bef00e0b62c70291d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 21 Aug 2025 00:30:27 +0200 Subject: subhurd: Make sure to set a root password Otherwise one cannot log in... --- hurd/subhurd.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index 03807be5..9b47298d 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -82,6 +82,7 @@ debootstrap as root: mke2fs /dev/hd0s6 settrans -ca mnt /hurd/ext2fs /dev/hd0s6 debootstrap --keyring=/usr/share/keyrings/debian-ports-archive-keyring.gpg --extra-suites=unreleased sid chroot http://deb.debian.org/debian-ports/ + chroot mnt passwd settrans -fga mnt ## Booting -- cgit v1.2.3