Skip to content

Commit

Permalink
Upgrade mess (#11)
Browse files Browse the repository at this point in the history
* don't restart dphys-swapfile

* v1.7.4-1
  • Loading branch information
jxmx authored Jul 7, 2024
1 parent 2fa4f35 commit e5010ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#
SRCNAME = asl3-pi-appliance
PKGNAME = $(SRCNAME)
RELVER = 1.7.3
DEBVER = 3
RELVER = 1.7.4
DEBVER = 1
RELPLAT ?= deb$(shell lsb_release -rs 2> /dev/null)

prefix ?= /usr
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
asl3-pi-appliance (1.7.4-1) stable; urgency=medium

* Don't restart dphys-swapfile either
* Prep for prod release

-- Jason McCormick <[email protected]> Sun, 07 Jul 2024 08:37:32 -0400

asl3-pi-appliance (1.7.3-3) stable; urgency=medium

* Don't restart cockpit in postinst
Expand Down
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ EOF
if [[ $RAMK -lt 512000 ]]; then
if ! grep -q -E '^CONF_SWAPFACTOR' /etc/dphys-swapfile; then
echo "CONF_SWAPFACTOR=4" >> /etc/dphys-swapfile
echo "NOTICE: changed /etc/dphys-swapfile; reboot required!"
fi
fi
deb-systemd-invoke enable dphys-swapfile
deb-systemd-invoke restart dphys-swapfile

# Enable the Pi UART as /dev/serial0
/usr/bin/asl-enable-pi-serial
Expand Down

0 comments on commit e5010ed

Please sign in to comment.