there are some other exe files inside the installer, but how would I use those in Linux?
there are some other exe files inside the installer, but how would I use those in Linux?
rpm-ostree install, where you need to run rpm-ostree kargs manually..exe you found requires some undocumented arguments.set-kargs:
rpm-ostree kargs \
--append=rd.driver.blacklist=nouveau \
--append=modprobe.blacklist=nouveau \
--append=nvidia-drm.modeset=1

rpm-ostree kargs to add boot arguments./etc/default/grub via the RPM setup scripts in the NVIDIA driver. Yet they STILL tell people to manually run rpm-ostree kargs.rpm-ostree kargs command lists the same kernel arguments. So I suspect they are just using this as a method to update the cfg file that is symlinked to /boot/loader/grub.cfgostree as "user edited". I guess they wanted to avoid that.rpm-ostree kargs is most likely just a tool for quickly editing the etc file.
It doesn’t attempt to understand the contents of files – if you have modified a config file in any way, that wins
nvidiakargskargscmdlineos-isogenerator/installer/kickstart/ublue-os-nvidia.ks
7:bootloader --append="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"just set-kargs/etc//etc//etc//etc//etc//usr/etc//usr/etc//etc/kernel/cmdline