Closed firecyberice closed 6 years ago
Works for me with https://github.com/DieterReuter/image-builder-rpi64. Only the python package was missed. May you add it
@@ -24,7 +24,7 @@ HYPRIOT_OS_VERSION="${HYPRIOT_OS_VERSION:-dirty}"
ROOTFS_DIR="/debian-${BUILD_ARCH}"
DEBOOTSTRAP_URL="http://ftp.debian.org/debian"
DEBOOTSTRAP_KEYRING_OPTION=""
-DEFAULT_PACKAGES_INCLUDE="apt-transport-https,avahi-daemon,bash-completion,binutils,ca-certificates,curl,git-core,htop,locales,net-tools,ntp,openssh-server,parted,sudo,usbutils,wget,libpam-systemd"
+DEFAULT_PACKAGES_INCLUDE="apt-transport-https,avahi-daemon,bash-completion,binutils,ca-certificates,curl,git-core,htop,locales,net-tools,ntp,openssh-server,parted,sudo,usbutils,wget,libpam-systemd,python"
DEFAULT_PACKAGES_EXCLUDE="debfoster"
if [[ "${VARIANT}" = "raspbian" ]]; then
(END)
ping @DieterReuter
@kraeml I think the base rootfs should stay as small as possible. The python package can be added in the rpi-image-builder64 repository.
I would also prefer to keep additional packages, like python, out of the base os-rootfs. These packages can be easily added later on!
@firecyberice I will send this in rpi-image-builder64.
Thumps up for merging.
Can we merge this? @DieterReuter
This is waiting for: image-builder PR2