On 12/07/2013 10:24 PM, Jason Keltz wrote:
I'm wondering if it's possible to modify the kernel line (in
my case,
appending "biosdevname=0") on an installed ovirt-node? Adding it
during boot works - I'd just like to know how to make the change
persistent.
I'm not sure if this is the "right" way to do it, but I was able to:
# mount -o rw,remount /run/initramfs/live
# cd /run/initramfs/lib/grub
edit grub.cfg and add biosdevname=0 to kernel line
Jason.