Created
July 19, 2023 15:04
-
-
Save pnsinha/f7ec46f0771b94772717a3c24b3b3468 to your computer and use it in GitHub Desktop.
gentoo in wsl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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