diff --git a/stage2/01-sys-tweaks/00-packages b/stage2/01-sys-tweaks/00-packages index 4020785..16e0226 100644 --- a/stage2/01-sys-tweaks/00-packages +++ b/stage2/01-sys-tweaks/00-packages @@ -3,8 +3,6 @@ console-setup keyboard-configuration debconf-utils parted build-essential manpages-dev bash-completion gdb pkg-config python-is-python3 v4l-utils -python3-spidev -python3-smbus2 avahi-daemon bluez bluez-firmware lua5.1 diff --git a/stage2/01-sys-tweaks/00-packages-arm-only b/stage2/01-sys-tweaks/00-packages-arm-only new file mode 100644 index 0000000..7ea1c63 --- /dev/null +++ b/stage2/01-sys-tweaks/00-packages-arm-only @@ -0,0 +1,2 @@ +python3-spidev +python3-smbus2 diff --git a/stage2/04-cloud-init/files/meta-data b/stage2/04-cloud-init/files/meta-data index b2be92b..c6722cc 100644 --- a/stage2/04-cloud-init/files/meta-data +++ b/stage2/04-cloud-init/files/meta-data @@ -15,4 +15,4 @@ dsmode: local # Warning: changing this will cause cloud-init to assume it is running on a # "new" instance, and to go through first time setup again (the value is # compared to a cached copy). -instance_id: rpios-image \ No newline at end of file +instance_id: chillcraftos-rpi-image \ No newline at end of file