diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-05-06 15:50:28 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-05-06 15:50:28 +0200 |
commit | 219f457016d666499d8fe42a20f8816e1d199243 (patch) | |
tree | 4c3e9be1be75f329419e51706fab75d5fcc0cff2 /hurd | |
parent | 51be2dee214da567a1558bfbd321c5a7dc08f3e2 (diff) |
separate storage is not actually needed for translator startup with chroots
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/chroot.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hurd/running/chroot.mdwn b/hurd/running/chroot.mdwn index 38bab04e..67e030cd 100644 --- a/hurd/running/chroot.mdwn +++ b/hurd/running/chroot.mdwn @@ -13,8 +13,7 @@ This documents the currently-needed tricks to successfully build a # Preparation -For proper translator startup, the chroot storage needs to be handled by a -separate translator, for instance: +It can be a good idea to put the chroot on a separate translator, for instance: # dd [...] < /dev/zero > storage # mke2fs storage |