summaryrefslogtreecommitdiff
path: root/cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs')
-rw-r--r--cs/Gentoo/Installation.md2
-rw-r--r--cs/Gentoo/Kernel.md15
-rw-r--r--cs/Gentoo/Userland.md3
-rw-r--r--cs/Gentoo/index.md4
4 files changed, 6 insertions, 18 deletions
diff --git a/cs/Gentoo/Installation.md b/cs/Gentoo/Installation.md
index d390269..99057be 100644
--- a/cs/Gentoo/Installation.md
+++ b/cs/Gentoo/Installation.md
@@ -34,7 +34,7 @@ tar xpvf stage3-8.tar.xz --xattrs-include='8.8' --numeric-owner
vim or nano /mnt/gentoo/etc/portage/[make.conf](make.conf)
mkdir --parents /mnt/gentoo/etc/portage/repos.conf
-# using git to sync repos instead of rsync - /var/db/repos/gentoo
+## using git to sync repos instead of rsync - /var/db/repos/gentoo
vim /mnt/gentoo/etc/portage/repos.conf/[gentoo.conf](gentoo.conf)
# Chroot
diff --git a/cs/Gentoo/Kernel.md b/cs/Gentoo/Kernel.md
index 1f0a1f4..139597f 100644
--- a/cs/Gentoo/Kernel.md
+++ b/cs/Gentoo/Kernel.md
@@ -1,17 +1,2 @@
-
-[[gentoo-kernel-bin]]
-
-
-# will not use initramfs use flag on linux-firmware because will be loading initramfs in kernel directly
-USE="static" emerge sys-apps/busybox
-vim /usr/src/initramfs/[initramfs_list](initramfs_list)
-vim /usr/src/initramfs/[[init](init)
-# Build Kernel
-emerge --oneshot gentoo-sources
-cd /usr/src/linux
-lspci -k | grep "use"
-make [menuconfig](menuconfig)
-make -j$(nproc) && make modules_install install
----
diff --git a/cs/Gentoo/Userland.md b/cs/Gentoo/Userland.md
index d0e6609..86e34c5 100644
--- a/cs/Gentoo/Userland.md
+++ b/cs/Gentoo/Userland.md
@@ -95,3 +95,6 @@ emerge -av app-office/calcurse app-misc/abook mail-client/mutt-wizard mail-clie
[[networkmanager]]
[[wpa_supplicant]]
+
+[[Qemu]]
+
diff --git a/cs/Gentoo/index.md b/cs/Gentoo/index.md
index 7cd0d4a..2eefb8f 100644
--- a/cs/Gentoo/index.md
+++ b/cs/Gentoo/index.md
@@ -3,11 +3,11 @@
[[Userland]]
-[[Qemu]]
[[Custom Ebuild Repo]]
-[[Kernel]]
+
+[[gentoo-kernel-bin]]
what is /var/cache/distfiles/...