From 824c21a381830d6a4b862581ae60826a36ddb217 Mon Sep 17 00:00:00 2001 From: nic Date: Tue, 29 Jul 2025 15:42:01 -0400 Subject: Auto from nzxt - Tue 29 Jul 2025 03:42:01 PM EDT --- .../Asahi - Gentoo - Wayland - Suckless Setup.md | 26 +++++++++------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'cs') diff --git a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md index 8e8e9f6..d883ee2 100644 --- a/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md +++ b/cs/Gentoo/Asahi - Gentoo - Wayland - Suckless Setup.md @@ -21,8 +21,12 @@ mkdir -p /mnt/gentoo/boot/ mount /dev/nvmeEFI /mnt/gentoo/boot/ > vendorfw ? +cp -r /usr/lib/modules /mnt/gentoo/usr/lib +cp -r /usr/lib/firmware /mnt/gentoo/usr/lib wget stage3 +> arm openrc desktop or not ? +> https://www.gentoo.org/downloads/#arm64-advanced tar xpvf stage3-X.tar.xz --xattrs-include='*.*' --numeric-owner -C /mnt/gentoo nano /mnt/gentoo/etc/portage/make.conf @@ -50,21 +54,12 @@ VIDEO_CARDS="asahi" ???????????? # Keep a newline at the end! Important! ``` -> ? necessary ? - -cp -r /boot /mnt/gentoo -cp -r /usr/lib/modules /mnt/gentoo/usr/lib -cp -r /usr/lib/firmware /mnt/gentoo/usr/lib - -> ? The --make-rslave operations are needed for systemd support later in the installation. +cp --dereference /etc/resolv.conf /mnt/gentoo/etc/ mount --types proc /proc /mnt/gentoo/proc mount --rbind /sys /mnt/gentoo/sys -mount --make-rslave /mnt/gentoo/sys mount --rbind /dev /mnt/gentoo/dev -mount --make-rslave /mnt/gentoo/dev mount --bind /run /mnt/gentoo/run -mount --make-slave /mnt/gentoo/run chroot /mnt/gentoo /bin/bash @@ -77,6 +72,10 @@ emerge -1 sys-apps/portage eselect profile +>? +emerge -avuND @world - or not because not runninf update-m1n1 again before reboot ... +>? + emerge -av dev-vcs/git git clone https://github.com/chadmed/asahi-gentoosupport cd asahi-gentoosupport @@ -191,15 +190,10 @@ eselect locale set x env-update && source /etc/profile -emerge -av sys-fs/dosfstools +emerge -av sys-fs/dosfstools sys-fs/btrfs-progs app-portage/gentoolkit echo 'dev-lang/rust' >> /etc/portage/package.mask ->? -emerge -avuND @world - or not because not runninf update-m1n1 again before reboot ... -OPENRC or Systemd ???? ->? - exit umount -l /mnt/gentoo/dev{/shm,/pts,} -- cgit v1.2.3