From 194d65db6b477808a346ec3134f6f7a267a464f4 Mon Sep 17 00:00:00 2001 From: oxmc7769 Date: Thu, 5 Mar 2026 03:20:02 -0800 Subject: [PATCH] ISO Base? --- stage2/01-sys-tweaks/00-packages | 2 -- stage2/01-sys-tweaks/00-packages-arm-only | 2 ++ stage2/04-cloud-init/files/meta-data | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 stage2/01-sys-tweaks/00-packages-arm-only 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