Disable --slowusb option for calckernel.

Mike Hiretsky 13 years ago
parent d9eb5d0b91
commit df4ac52d5c

@ -66,7 +66,7 @@ class cl_kernel(color_print):
clVars = self.clVars
standardParams = ["--splash=tty1", "--unionfs",
"--all-ramdisk-modules","--disklabel",
"--slowusb", "--no-save-config"]
"--no-save-config"]
kernelDir = ["--kerneldir=%s"%clVars.Get('cl_kernel_src_path')]
kernelDestination = clVars.Get('cl_kernel_install_path')
modulePrefix = ["--module-prefix=%s"%kernelDestination]

Loading…
Cancel
Save