diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-08-21 00:30:27 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-08-21 00:30:30 +0200 |
commit | 11588593b57ab96fc760920bef00e0b62c70291d (patch) | |
tree | bb1c34403bfa971b146d77441892c05db85da00a | |
parent | 9af74fe47234bd9af7fac51b917ee0b30c677a74 (diff) |
subhurd: Make sure to set a root password
Otherwise one cannot log in...
-rw-r--r-- | hurd/subhurd.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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 |