about summary refs log tree commit diff stats
path: root/gen_iso
diff options
context:
space:
mode:
Diffstat (limited to 'gen_iso')
-rwxr-xr-xgen_iso1
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)
 )