hypriot / os-rootfs

The root filesystem of HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
68 stars 40 forks source link

Upgrade to stretch #59

Closed firecyberice closed 6 years ago

firecyberice commented 6 years ago

This is waiting for: image-builder PR2

kraeml commented 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)
firecyberice commented 6 years ago

ping @DieterReuter

firecyberice commented 6 years ago

@kraeml I think the base rootfs should stay as small as possible. The python package can be added in the rpi-image-builder64 repository.

DieterReuter commented 6 years ago

I would also prefer to keep additional packages, like python, out of the base os-rootfs. These packages can be easily added later on!

kraeml commented 6 years ago

@firecyberice I will send this in rpi-image-builder64.

Thumps up for merging.

firecyberice commented 6 years ago

Can we merge this? @DieterReuter