[WIP] Gentoo / Sway
This commit is contained in:
parent
9969d212cc
commit
c97df6b70a
12 changed files with 385 additions and 51 deletions
9
Bin/build-kernel.sh
Executable file
9
Bin/build-kernel.sh
Executable 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
4
Bin/rebuild-world.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/bash
|
||||
|
||||
emerge --ask --verbose --update --changed-use --deep @world
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue