# execute the script that builds the kernel
cmd("/bin/bash "+self.settings["livecd/runscript"]+" kernel "+list_bashify(args),
"Runscript kernel build failed")
--