diff options
| -rw-r--r-- | hurd/subhurd.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hurd/subhurd.mdwn b/hurd/subhurd.mdwn index 9b47298d..2c2c75e9 100644 --- a/hurd/subhurd.mdwn +++ b/hurd/subhurd.mdwn @@ -85,6 +85,13 @@ debootstrap as root: chroot mnt passwd settrans -fga mnt +## Using mmdebstrap + +One can also use mmdebstrap: + + mmdebstrap --mode=chrootless --variant=required --setup-hook='echo "deb http://deb.debian.org/debian-ports unreleased main" >> "$1"/etc/apt/sources.list.d/unreleased.list' sid rootfs.tar.gz http://deb.debian.org/debian-ports + mke2fs /dev/hd0s6 -d rootfs.tar.gz + ## Booting If you are using a recent version of the Hurd (>= 0.9), then you can |
