commit | f2d6c92bb5f196ca8fbb0ed0219988fe5cb48d65 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Wed Sep 28 17:50:40 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Wed Sep 28 17:50:40 2011 -0700 |
tree | 267517607fdd66b5238f3143113a7349a38ff520 | |
parent | 523c405f0670ea839e73f661477c4c31b853b04e [diff] [blame] |
missed this when separating out the images
diff --git a/build_pxe_ramdisk.sh b/build_pxe_ramdisk.sh index 0f598f8..fb95e3f 100755 --- a/build_pxe_ramdisk.sh +++ b/build_pxe_ramdisk.sh
@@ -14,7 +14,7 @@ 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