summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-27 10:13:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-27 10:13:32 +0100
commit9663a7c30c22676a64bd2ae3abc137b27a8cb8ec (patch)
treecdd567fb1379675b373726ba86e0d85b62217956 /scripts
parentc2994edc3f89198ac60121250b391bbcecf4b255 (diff)
rockpi4-plus: add data partition
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.sh b/scripts/install.sh
index 4a90c28e2..f62486155 100755
--- a/scripts/install.sh
+++ b/scripts/install.sh
@@ -586,7 +586,7 @@ if (( datafssz )); then
(raspberry-pi|raspberry-pi0|raspberry-pi2|raspberry-pi3|raspberry-pi3-64|raspberry-pi4|raspberry-pi4-64|phytec-wega)
echo "/dev/mmcblk0p3 /data ext4 rw 0 0" >> "$R"/etc/fstab
;;
- (banana-pro|orange-pi0|solidrun-clearfog)
+ (banana-pro|orange-pi0|solidrun-clearfog|rockpi4-plus)
echo "/dev/mmcblk0p2 /data ext4 rw 0 0" >> "$R"/etc/fstab
;;
(solidrun-imx6|phytec-imx6)