summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-09-30 13:26:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-09-30 13:26:54 +0200
commitf0cb31b66921f1c2b70c0f774086cc0c99a40920 (patch)
treef638d9a150ff3d8330cb47ac9b1ea23eb33dc770
parentb66fbd3625294684a659ed072b0e797185ae31b4 (diff)
downloadbiruda-f0cb31b66921f1c2b70c0f774086cc0c99a40920.tar.gz
biruda-f0cb31b66921f1c2b70c0f774086cc0c99a40920.tar.bz2
update Ubuntu gold image build script from 15.10 to 16.04
-rwxr-xr-xexamples/build_gold_image/build_ubuntu1604.sh (renamed from examples/build_gold_image/build_ubuntu1510.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/build_gold_image/build_ubuntu1510.sh b/examples/build_gold_image/build_ubuntu1604.sh
index 1339f0f..c84e3b2 100755
--- a/examples/build_gold_image/build_ubuntu1510.sh
+++ b/examples/build_gold_image/build_ubuntu1604.sh
@@ -33,7 +33,7 @@ rm -rf $CHROOT_DIR
mkdir $CHROOT_DIR
-debootstrap --verbose --arch=${PACKAGE_ARCH} --variant=minbase wily $CHROOT_DIR http://ch.archive.ubuntu.com/ubuntu/
+debootstrap --verbose --arch=${PACKAGE_ARCH} --variant=minbase xenial $CHROOT_DIR http://ch.archive.ubuntu.com/ubuntu/
${ARCH_SWITCH} chroot ${CHROOT_DIR} apt-key update
${ARCH_SWITCH} chroot ${CHROOT_DIR} apt-get update