forgot to comment out the sed statement which is not needed for linux-rpi.
This commit is contained in:
parent
c156bddb94
commit
dc356e52ae
@ -229,7 +229,7 @@ echo stormux > /etc/hostname
|
||||
systemctl enable brltty.path cronie.service fenrirscreenreader.service log2ram.service NetworkManager.service ntpd.service
|
||||
|
||||
# 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
|
||||
|
||||
# Copy override files into place.
|
||||
|
Loading…
Reference in New Issue
Block a user