Skip to content

Commit

Permalink
meta: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dewey authored and tdewey-rpi committed Feb 3, 2025
1 parent 5be7312 commit 7b062c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
17 changes: 16 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
pi-gen-micro (0.3.0) bookworm; urgency=critical

* Non-maintainer upload

[ Tom Dewey ]
* fastboot-tcp: Add automatic IPv4, V6 address variables
* fastboot-tcp: Include v1.0.2 in Packages.gz
* fastboot: Disable SSH
* fastboot: Enable networking
* cryptroot: Add support for Zero 2 W
* bug: Incorrect network systemd unit symlink
* security: Delete passwordless root access

-- Tom Dewey <tom.dewey@raspberrypi.com> Mon, 03 Feb 2025 12:00:00 +0000

pi-gen-micro (0.2.0-1) bookworm; urgency=medium

[ Tom Dewey ]
Expand Down Expand Up @@ -36,4 +51,4 @@ pi-gen-micro (0.0.1-1) unstable; urgency=low

* Initial packaging

-- Richard Oliver <richard.oliver@raspberrypi.com> Mon, 30 Sep 2024 14:48:00 +0100
-- Richard Oliver <richard.oliver@raspberrypi.com> Mon, 30 Sep 2024 14:48:00 +0100
5 changes: 5 additions & 0 deletions pi-gen-micro
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,15 @@ then
then
echo "Installing & Enabling networking"
cp "${PREBUILTS_DIR}"/20-wired.network build/etc/systemd/network/20-wired.network
mkdir -p build/etc/systemd/system
ln -s /lib/systemd/system/systemd-networkd.service build/etc/systemd/system/dbus-org.freedesktop.network1.service
mkdir -p build/etc/systemd/system/multi-user.target.wants
ln -s /lib/systemd/system/systemd-networkd.service build/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
mkdir -p build/etc/systemd/system/sockets.target.wants
ln -s /lib/systemd/system/systemd-networkd.socket build/etc/systemd/system/sockets.target.wants/systemd-networkd.socket
mkdir -p build/etc/systemd/system/sysinit.target.wants
ln -s /lib/systemd/system/systemd-network-generator.service build/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
mkdir -p build/etc/systemd/system/network-online.target.wants
ln -s /lib/systemd/system/systemd-networkd-wait-online.service build/etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service
else
echo "--------------- ERROR - Network cannot be installed without UDEV Support. This component will not work! --------------------"
Expand Down

0 comments on commit 7b062c6

Please sign in to comment.