Skip to content

Commit e85747e

Browse files
committed
Add the "Gentoo" page.
1 parent e5b629d commit e85747e

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

content/notes/Gentoo.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
+++
2+
title = "Gentoo"
3+
+++
4+
5+
Gentoo Linux is a Linux distribution built using the Portage package management system.
6+
7+
Links:
8+
9+
- [Official website](https://www.gentoo.org)
10+
- [Gentoo Development Guide](https://devmanual.gentoo.org)
11+
- [Gentoo Forums](https://forums.gentoo.org)
12+
- [Gentoo Packages](https://packages.gentoo.org)
13+
- [Gentoo Wiki](https://wiki.gentoo.org/wiki/Main_Page)
14+
- [Gentoo's Bugzilla](https://bugs.gentoo.org)
15+
- [Wikipedia](https://en.wikipedia.org/wiki/Gentoo_Linux)
16+
17+
Subpages:
18+
19+
- [Filesystem](@/notes/Gentoo_Filesystem.md)
20+
- [Update workflow](@/notes/Gentoo_Update_workflow.md)

content/notes/Gentoo_Filesystem.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ On most Gentoo systems, though, some of those paths will be symlinks. For exampl
3131
## References
3232

3333
- [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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,7 @@ Typical system update procedure:
135135
3. Synchronize the system repositories with `emerge --sync`.
136136

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

0 commit comments

Comments
 (0)