We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c405 commit f2d6c92Copy full SHA for f2d6c92
1 file changed
build_pxe_ramdisk.sh
@@ -14,7 +14,7 @@ if [ ! -d natty-base ]; then
14
debootstrap natty natty-base
15
# copy kernel modules...
16
# NOTE(ja): is there a better way to do this?
17
- cp -pr /lib/modules/`uname -r` proto/lib/modules
+ cp -pr /lib/modules/`uname -r` natty-base/lib/modules
18
cp files/sources.list natty-base/etc/apt/sources.list
19
chroot natty-base apt-get update
20
fi
0 commit comments