blacklist nouveau via kernel args instead
All checks were successful
os / build (push) Successful in 1h2m27s
All checks were successful
os / build (push) Successful in 1h2m27s
This commit is contained in:
parent
5ae8348a8c
commit
576e7c2d61
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ ENV KERNEL=${KERNEL}
|
|||
|
||||
RUN dnf upgrade -y
|
||||
|
||||
RUN echo 'omit_drivers+=" nouveau "' | tee /etc/dracut.conf.d/blacklist-nouveau.conf
|
||||
|
||||
COPY bin/set_next_version.sh /tmp
|
||||
RUN /tmp/set_next_version.sh
|
||||
|
||||
|
|
@ -101,6 +99,7 @@ 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
|
||||
RUN printf '[connection]\nwifi.powersave=2\n' > /usr/lib/NetworkManager/conf.d/disable-wifi-powersave.conf
|
||||
|
||||
COPY etc /etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue