diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-27 10:13:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-27 10:13:32 +0100 |
commit | 9663a7c30c22676a64bd2ae3abc137b27a8cb8ec (patch) | |
tree | cdd567fb1379675b373726ba86e0d85b62217956 /scripts | |
parent | c2994edc3f89198ac60121250b391bbcecf4b255 (diff) |
rockpi4-plus: add data partition
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.sh | 2 |
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) |