Skip to content

Commit 1f83b0a

Browse files
authored
Update devuan-rpi-sd-builder.sh
1 parent 4ed14d4 commit 1f83b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devuan-rpi-sd-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ raspberrypi_hwmon
267267
EOF
268268

269269
if [ "$SWAPGB" -gt 0 ]; then
270-
echo 'RESUME="LABEL=RASPISWAP"' >${MNTROOT}/etc/initramfs-tools/conf.d/resume
270+
echo 'RESUME="none"' >${MNTROOT}/etc/initramfs-tools/conf.d/resume
271271
else
272272
echo 'RESUME="none"' >${MNTROOT}/etc/initramfs-tools/conf.d/resume
273273
fi

0 commit comments

Comments
 (0)