From 2c343a24298da4b846e0578e616638b9d42fe98d 2016-09-19 14:08:42 From: Michal Svamberg Date: 2016-09-19 14:08:42 Subject: [PATCH] Merge branch 'master' of https://github.com/svamberg/rpi23-gen-image Conflicts: files/firstboot/25-create-resolv-symlink.sh --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index e66b297..d2a977e 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -175,7 +175,7 @@ APT_INCLUDES=${APT_INCLUDES:=""} APT_INCLUDES="${APT_INCLUDES},apt-transport-https,apt-utils,ca-certificates,debian-archive-keyring,dialog,sudo,systemd,sysvinit-utils" # Packages required for bootstrapping -REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git" +REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-support dosfstools rsync bmap-tools whois git bc" MISSING_PACKAGES="" set +x