j
k
j a
j l
private def set_kernel self["kernel"] = "kernel #{vmlinuz()}" end
That's counter intuitive. job.kernel should be the kernel, not some initrd string.
self["initrds"] = temp_initrds.join(" ")
Why not use Array?
Thanks, Fengguang
Back to the thread
Back to the list