forgot to comment out the sed statement which is not needed for linux-rpi.

This commit is contained in:
Storm Dragon 2022-03-30 04:38:47 -04:00
parent c156bddb94
commit dc356e52ae

View File

@ -229,7 +229,7 @@ echo stormux > /etc/hostname
systemctl enable brltty.path cronie.service fenrirscreenreader.service log2ram.service NetworkManager.service ntpd.service systemctl enable brltty.path cronie.service fenrirscreenreader.service log2ram.service NetworkManager.service ntpd.service
# Update fstab for Raspberry Pi 4. # Update fstab for Raspberry Pi 4.
[[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab # [[ $imageVersion -eq 4 ]] && sed -i 's/mmcblk0/mmcblk1/g' /etc/fstab
EOF EOF
# Copy override files into place. # Copy override files into place.