pmaports/device/testing/device-zuk-z2-row/device-zuk-z2-row.post-install

9 lines
150 B
Text
Raw Normal View History

2020-01-20 05:26:24 +00:00
#!/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