diff --git a/export-noobs/00-release/files/release_notes.txt b/export-noobs/00-release/files/release_notes.txt index ed3ab10..f4e1810 100644 --- a/export-noobs/00-release/files/release_notes.txt +++ b/export-noobs/00-release/files/release_notes.txt @@ -1,6 +1,7 @@ UNRELEASED: * Install NetworkManager * Install OpenJDK 17 rather than OpenJDK 11 on full images + * Install picamera2 * Format the root partition with the metadata_csum option * Format the boot partition with 4 sectors per cluster for a slight performance boost * Remove 'flush' mount option from the boot partition diff --git a/stage2/01-sys-tweaks/00-packages-nr b/stage2/01-sys-tweaks/00-packages-nr index 6bdb600..453ada8 100644 --- a/stage2/01-sys-tweaks/00-packages-nr +++ b/stage2/01-sys-tweaks/00-packages-nr @@ -1,3 +1,4 @@ cifs-utils libcamera-apps-lite mkvtoolnix +python3-picamera2 diff --git a/stage3/00-install-packages/00-packages b/stage3/00-install-packages/00-packages index e04dbd7..d8a272f 100644 --- a/stage3/00-install-packages/00-packages +++ b/stage3/00-install-packages/00-packages @@ -13,3 +13,5 @@ obconf arandr libcamera-tools libcamera-apps +python3-pyqt5 +python3-opengl diff --git a/stage3/00-install-packages/01-run.sh b/stage3/00-install-packages/01-run.sh index d768747..0e8248d 100755 --- a/stage3/00-install-packages/01-run.sh +++ b/stage3/00-install-packages/01-run.sh @@ -5,4 +5,5 @@ update-alternatives --install /usr/bin/x-www-browser \ x-www-browser /usr/bin/chromium-browser 86 update-alternatives --install /usr/bin/gnome-www-browser \ gnome-www-browser /usr/bin/chromium-browser 86 + apt-mark auto python3-pyqt5 python3-opengl EOF