pmaports/device/device-zuk-z2-row/device-zuk-z2-row.post-install
2020-01-28 02:13:31 +03:00

8 lines
150 B
Bash

#!/bin/sh
dir="/mnt/vendor"
if ! grep -q "$dir" /etc/fstab; then
mkdir -p "$dir"
echo "PARTLABEL=persist $dir ext4 ro 0 2" >> /etc/fstab
fi