diff options
Diffstat (limited to 'gen_iso')
-rwxr-xr-x | gen_iso | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gen_iso b/gen_iso index e4111742..a1435210 100755 --- a/gen_iso +++ b/gen_iso @@ -32,7 +32,6 @@ then fi echo "=== building kernel" -cp kernel.config kernel/.config ( cd kernel make bzImage -j $(grep ^processor /proc/cpuinfo | wc -l) ) |