|
Re: F16,F15 & F14 Nvidia driver guides
Hi,
Maybe silly but I don't get this bit
su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
At step 2 we've just moved the relevant initramfs-xxxx.img to initramfs-xxxx-nouveau.img, so how can we then run a dracut against the same file given its now got a name of initramfs-xxxx-nouveau.img ?
|