diff options
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 77b0632e..75756199 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 - /sbin/mke2fs disk1 + /sbin/mke2fs -E root_owner=$UID:0 disk1 settrans -ca chroot-hurd-amd64 /hurd/ext2fs disk1 (here we assume that fdisk puts the partition at sector 2048, that's indeed the |