This commit is contained in:
parent
ec28047916
commit
286c75147d
2 changed files with 2 additions and 14 deletions
|
|
@ -104,8 +104,9 @@ RUN dnf install rclone -y
|
|||
|
||||
RUN dnf install https://github.com/trapexit/mergerfs/releases/download/2.41.1/mergerfs-2.41.1-1.el10.x86_64.rpm -y
|
||||
|
||||
RUN dnf install -y virt-manager
|
||||
|
||||
RUN systemctl enable docker
|
||||
RUN systemctl enable scx_loader
|
||||
|
||||
RUN echo 'kargs = ["mem_sleep_default=deep"]' > /usr/lib/bootc/kargs.d/10-mem-sleep.toml
|
||||
RUN echo 'kargs = ["rd.driver.blacklist=nouveau", "nouveau.modeset=0"]' > /usr/lib/bootc/kargs.d/20-blacklist-nouveau.toml
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
# This field specifies the scheduler that will be started automatically when scx_loader starts (e.g., on boot).
|
||||
default_sched = "scx_flash"
|
||||
|
||||
# This field specifies the mode which will be used when scx_loader starts (e.g., on boot).
|
||||
#default_mode = "Auto"
|
||||
|
||||
# This "structure" allows configuring flags for each scheduler mode of particular scx scheduler
|
||||
#[scheds.'scheduler']
|
||||
#auto_mode = []
|
||||
#gaming_mode = []
|
||||
#lowlatency_mode = []
|
||||
#powersave_mode = []
|
||||
#server_mode = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue