diff options
| author | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-16 21:35:22 +0200 |
|---|---|---|
| committer | Arne Babenhauserheide <arne_bab@web.de> | 2009-06-16 21:35:22 +0200 |
| commit | 8da018fafbaa48a65b757d9bce29a316d722619e (patch) | |
| tree | f6491e7d6c1033a3bf62cbf4adb30eb7ab9ab4ec /user | |
| parent | f85d8d27a530e75fb91ade0ef464486def092cf3 (diff) | |
| parent | cc989b7700a472d2f65e7fcf6c24acdfe541dd1d (diff) | |
fix merge
Diffstat (limited to 'user')
| -rw-r--r-- | user/scolobb.mdwn | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/user/scolobb.mdwn b/user/scolobb.mdwn index 2182f12e..2f8ea542 100644 --- a/user/scolobb.mdwn +++ b/user/scolobb.mdwn @@ -82,20 +82,25 @@ For documentation, see [[hurd/translator/unionmount]]. by the comments in the sources. The goal is to write a more coherent documentation. +* **Start with a clean unionfs and implement the `--mount` argument** + *(11 Jun)* It was suggested to implement the union mount + functionality first, instead of doing some partial adaptation of + `unionfs` to `unionmount` and leaving the complete adaptation for + the future. + +* **Compile GNU/Hurd from source to be able to study + eth-multiplexer.** *(16 Jun)* On my way to getting a working + instance of eth-multiplexer I learnt how I could compile GNU/Hurd in + a Debian GNU/Hurd system. + ### TODO (Dates in brackets show the *expected* completion date) -* **Study eth-multiplexer.** *(12 Jun)* In order to get an idea of +* **Study eth-multiplexer.** *(19 Jun)* In order to get an idea of what should the rules for eth-multipexer be, I will have to study the current state of eth-multiplexer. -* **Start with a clean unionfs and implement the `--mount` argument** - *(12 Jun)* It was suggested to implement the union mount - functionality first, instead of doing some partial adaptation of - `unionfs` to `unionmount` and leaving the complete adaptation for - the future. - * **Implement merging rules.** *(25 Jul)* Some details are still awaiting discovery by me. |
