Browse code

missed this when separating out the images

Jesse Andrews authored on 2011/09/29 09:50:40
Showing 1 changed files
... ...
@@ -14,7 +14,7 @@ if [ ! -d natty-base ]; then
14 14
     debootstrap natty natty-base
15 15
     # copy kernel modules...  
16 16
     # NOTE(ja): is there a better way to do this?
17
-    cp -pr /lib/modules/`uname -r` proto/lib/modules
17
+    cp -pr /lib/modules/`uname -r` natty-base/lib/modules
18 18
     cp files/sources.list natty-base/etc/apt/sources.list
19 19
     chroot natty-base apt-get update
20 20
 fi