forked from ChimeraOS/chimeraos
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/honjow/chimeraos into dev
- Loading branch information
Showing
6 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ LABEL contributor="[email protected]" | |
COPY rootfs/etc/pacman.conf /etc/pacman.conf | ||
RUN echo -e "keyserver-options auto-key-retrieve" >> /etc/pacman.d/gnupg/gpg.conf && \ | ||
pacman-key --init && \ | ||
pacman --noconfirm -Syyuu && \ | ||
pacman --noconfirm -Syy && \ | ||
pacman --noconfirm -S \ | ||
arch-install-scripts \ | ||
btrfs-progs \ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,7 @@ export PACKAGES="\ | |
xf86-video-amdgpu \ | ||
xorg-server \ | ||
xfsprogs \ | ||
zram-generator \ | ||
zsh \ | ||
" | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
vm.swappiness = 180 | ||
vm.watermark_boost_factor = 0 | ||
vm.watermark_scale_factor = 125 | ||
vm.page-cluster = 0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[zram0] | ||
zram-size = max(ram / 4, 8192) | ||
compression-algorithm = zst | ||
swap-priority = 100 | ||
fs-type = swap |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ibt=off pci=noaer split_lock_detect=off iomem=relaxed amd-pstate=passive nowatchdog | ||
ibt=off pci=noaer split_lock_detect=off iomem=relaxed amd-pstate=passive zswap.enabled=0 nowatchdog |