[WIP] Gentoo / Sway

This commit is contained in:
Damien Broqua 2021-01-06 08:41:25 +01:00
parent 9969d212cc
commit c97df6b70a
12 changed files with 385 additions and 51 deletions

9
Bin/build-kernel.sh Executable file
View file

@ -0,0 +1,9 @@
#! /bin/bash
cd /usr/src/linux
make menuconfig
make -j17
make modules_install
make install

4
Bin/rebuild-world.sh Executable file
View file

@ -0,0 +1,4 @@
#! /bin/bash
emerge --ask --verbose --update --changed-use --deep @world