Skip to content

Commit 14eb55c

Browse files
committed
Move "Gentoo" notes into a folder.
1 parent cb7b08b commit 14eb55c

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

content/notes/Gentoo_Filesystem.md renamed to content/notes/Gentoo/Filesystem.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
+++
2-
title = "Gentoo: Filesystem"
2+
title = "Gentoo > Filesystem"
33
+++
44

5+
See also the [parent note](@/notes/Gentoo/_index.md).
6+
57
Gentoo adheres to the following filesystem layout:
68

79
- `/bin`: Boot-critical applications
@@ -31,7 +33,3 @@ On most Gentoo systems, though, some of those paths will be symlinks. For exampl
3133
## References
3234

3335
- [Gentoo Development Guide: Filesystem](https://devmanual.gentoo.org/general-concepts/filesystem/index.html)
34-
35-
## See also
36-
37-
- [Gentoo](@/notes/Gentoo.md)

content/notes/Gentoo_Update_workflow.md renamed to content/notes/Gentoo/Update_workflow.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
+++
2-
title = "Gentoo: Update workflow"
2+
title = "Gentoo > Update workflow"
33
+++
44

5+
See also the [parent note](@/notes/Gentoo/_index.md).
6+
57
There are two local repositories, `gentoo` and `guru`.
68

79
Here's how the remotes are set up for `gentoo`:
@@ -135,7 +137,3 @@ Typical system update procedure:
135137
3. Synchronize the system repositories with `emerge --sync`.
136138

137139
4. Update the system with `emerge -uND @world`.
138-
139-
## See also
140-
141-
- [Gentoo](@/notes/Gentoo.md)

content/notes/Gentoo.md renamed to content/notes/Gentoo/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Links:
1414
- [Gentoo's Bugzilla](https://bugs.gentoo.org)
1515
- [Wikipedia](https://en.wikipedia.org/wiki/Gentoo_Linux)
1616

17-
Subpages:
17+
Child notes:
1818

19-
- [Filesystem](@/notes/Gentoo_Filesystem.md)
20-
- [Update workflow](@/notes/Gentoo_Update_workflow.md)
19+
- [Filesystem](@/notes/Gentoo/Filesystem.md)
20+
- [Update workflow](@/notes/Gentoo/Update_workflow.md)

0 commit comments

Comments
 (0)