Skip to content

Instantly share code, notes, and snippets.

@pnsinha
Created July 19, 2023 15:04
Show Gist options
  • Save pnsinha/f7ec46f0771b94772717a3c24b3b3468 to your computer and use it in GitHub Desktop.
Save pnsinha/f7ec46f0771b94772717a3c24b3b3468 to your computer and use it in GitHub Desktop.
gentoo in wsl
wget https://bouncer.gentoo.org/fetch/root/all/releases/amd64/autobuilds/20230716T164653Z/stage3-amd64-desktop-openrc-20230716T164653Z.tar.xz
wsl --import Gentoo C:\Users\parma\AppData\Local\Packages\Gentoo\ .\stage3-amd64-desktop-openrc-20230716T164653Z.tar.xz --version 2
wsl -d Gentoo
#start root session
wsl -u root -d Gentoo
#create non-root user
useradd -m -G wheel pnsinha
passwd pnsinha
#/etc/wsl.confLog in as user pnsinha launched on WSL
[user]
default=pnsinha
emerge-webrsync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment