From 9663a7c30c22676a64bd2ae3abc137b27a8cb8ec Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 27 Jan 2023 10:13:32 +0100 Subject: rockpi4-plus: add data partition --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.3