commit | 97c84744cee0c70036ad0ebc89d634a9720b6293 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 31 11:45:17 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 31 11:45:27 2011 -0700 |
tree | 031f7e00da743ba5d372aed250b1bc2386939b16 | |
parent | 95156a4e603a5a32a754307b666f010514b0384b [diff] [blame] |
sources.list needs to support multiple dists - #124
diff --git a/tools/get_uec_image.sh b/tools/get_uec_image.sh index 526fb44..82bc9a6 100755 --- a/tools/get_uec_image.sh +++ b/tools/get_uec_image.sh
@@ -109,6 +109,7 @@ # Install our required packages cp -p files/sources.list $MNTDIR/etc/apt/sources.list + sed -e "s,%DIST%,$DIST_NAME,g" -i $MNTDIR/etc/apt/sources.list cp -p /etc/resolv.conf $MNTDIR/etc/resolv.conf chroot $MNTDIR apt-get update chroot $MNTDIR apt-get install -y $MIN_PKGS