missed this when separating out the images
This commit is contained in:
parent
523c405f06
commit
f2d6c92bb5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ ! -d natty-base ]; then
|
|||
debootstrap natty natty-base
|
||||
# copy kernel modules...
|
||||
# NOTE(ja): is there a better way to do this?
|
||||
cp -pr /lib/modules/`uname -r` proto/lib/modules
|
||||
cp -pr /lib/modules/`uname -r` natty-base/lib/modules
|
||||
cp files/sources.list natty-base/etc/apt/sources.list
|
||||
chroot natty-base apt-get update
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue