Updated steam on gentoo article
This commit is contained in:
parent
1d94546a96
commit
2b7afd8e7b
1 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,8 @@ cd /usr/local/steam
|
||||||
wget http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/stage3-amd64-20190122T214501Z.tar.xz
|
wget http://distfiles.gentoo.org/releases/amd64/autobuilds/current-stage3-amd64/stage3-amd64-20190122T214501Z.tar.xz
|
||||||
tar -xvpf stage3*
|
tar -xvpf stage3*
|
||||||
rm stage3*
|
rm stage3*
|
||||||
cp -L /etc/resolv.conf etc
|
cp -L /etc/resolv.conf etc/
|
||||||
|
cp -L /etc/locale.gen etc/
|
||||||
mkdir usr/portage
|
mkdir usr/portage
|
||||||
mkdir -p srv/gentoo-distfiles
|
mkdir -p srv/gentoo-distfiles
|
||||||
mount -R /dev dev
|
mount -R /dev dev
|
||||||
|
@ -32,14 +33,13 @@ mount -R /srv/gentoo-distfiles/ srv/gentoo-distfiles/
|
||||||
mount -R /run run
|
mount -R /run run
|
||||||
cp /etc/portage/make.conf etc/portage/
|
cp /etc/portage/make.conf etc/portage/
|
||||||
sed -e '/LLVM_TARGETS/d' -e '/getbinpkg/d' -i etc/portage/make.conf
|
sed -e '/LLVM_TARGETS/d' -e '/getbinpkg/d' -i etc/portage/make.conf
|
||||||
rm -rf etc/portage/package.use
|
|
||||||
cp /etc/portage/package.use etc/portage/
|
|
||||||
cp /etc/portage/package.accept_keywords etc/portage/
|
|
||||||
chroot .
|
chroot .
|
||||||
|
locale-gen
|
||||||
env-update && source /etc/profile
|
env-update && source /etc/profile
|
||||||
|
eselect profile set default/linux/amd64/17.1
|
||||||
|
emerge dev-vcs/git -q
|
||||||
wget -P /etc/portage/repos.conf/ https://raw.githubusercontent.com/anyc/steam-overlay/master/steam-overlay.conf
|
wget -P /etc/portage/repos.conf/ https://raw.githubusercontent.com/anyc/steam-overlay/master/steam-overlay.conf
|
||||||
emaint sync --repo steam-overlay
|
emaint sync --repo steam-overlay
|
||||||
emerge dev-vcs/git -q
|
|
||||||
emerge --ask games-util/steam-launcher
|
emerge --ask games-util/steam-launcher
|
||||||
useradd -m -G audio,video steam
|
useradd -m -G audio,video steam
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue