Skip to content

Commit

Permalink
also update at apk
Browse files Browse the repository at this point in the history
  • Loading branch information
milkpirate authored and knoopx committed Mar 13, 2022
1 parent 67d325b commit 4860ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/00-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -xe

apk add linux-rpi linux-rpi4 raspberrypi-bootloader zram-init
apk add --update linux-rpi linux-rpi4 raspberrypi-bootloader zram-init
rc-update add zram-init boot

echo "modules=loop,squashfs,sd-mod,usb-storage root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes console=tty1 rootwait quiet" > /boot/cmdline.txt
Expand Down Expand Up @@ -42,7 +42,7 @@ EOF
cat <<EOF >> /etc/local.d/cpufreq.start
#!/bin/sh
for cpu in /sys/devices/system/cpu/cpufreq/policy*; do
echo performance > ${cpu}/scaling_governor
echo performance > ${cpu}/scaling_governor
done
EOF

Expand Down

0 comments on commit 4860ddd

Please sign in to comment.