diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-05-30 14:56:01 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-05-30 14:56:01 +0200 |
commit | 5fb07552a0ce6ba57ac402cc448383b31dca6487 (patch) | |
tree | 3ec72edcdb9ff7fe8d4b842dbfa42912f266dd0a /open_issues | |
parent | 3bbdbe744833d600f1cd0448f300c97b0443a8a7 (diff) | |
download | web-5fb07552a0ce6ba57ac402cc448383b31dca6487.tar.gz web-5fb07552a0ce6ba57ac402cc448383b31dca6487.tar.bz2 web-5fb07552a0ce6ba57ac402cc448383b31dca6487.zip |
mke2fs is in /sbin/
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/64-bit_port.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/open_issues/64-bit_port.mdwn b/open_issues/64-bit_port.mdwn index aa49e64b..77b0632e 100644 --- a/open_issues/64-bit_port.mdwn +++ b/open_issues/64-bit_port.mdwn @@ -86,7 +86,7 @@ To make a bootable system we really better make the disk image partitioned, and # create a new primary partition spanning the whole disk: n p and just accept the defaults, and finish with w settrans -ca disk /hurd/storeio -T typed file:disk.img settrans -ca disk1 /hurd/storeio -T typed part:1:file:disk.img - mke2fs disk1 + /sbin/mke2fs disk1 settrans -ca chroot-hurd-amd64 /hurd/ext2fs disk1 (here we assume that fdisk puts the partition at sector 2048, that's indeed the |