diff options
author | Arian <arian.kulmer@web.de> | 2019-11-14 15:40:31 +0100 |
---|---|---|
committer | Ćukasz Patron <priv.luk@gmail.com> | 2019-11-14 17:00:40 +0200 |
commit | c743e451f29c1fe9107b0403407bea6a95af71d8 (patch) | |
tree | 53a9e3c4cd543f900b7fd02fec46c3b00adc95ce /rootdir | |
parent | 1a0482e42c806497d90402d02df1cf6fb44b974c (diff) |
shinano-common: Drop useless lta-label mount
Change-Id: Ifb8bb7161a04f17f93922d4df80fc50cb348d72c
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/etc/fstab.qcom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/etc/fstab.qcom b/rootdir/etc/fstab.qcom index e8602de..4972569 100644 --- a/rootdir/etc/fstab.qcom +++ b/rootdir/etc/fstab.qcom @@ -5,7 +5,6 @@ /dev/block/bootdevice/by-name/boot /boot emmc defaults recoveryonly /dev/block/bootdevice/by-name/FOTAKernel /recovery emmc defaults recoveryonly /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1 wait,recoveryonly -/dev/block/bootdevice/by-name/LTALabel /lta-label ext4 noatime,nosuid,nodev,noexec,ro,barrier=0 defaults /dev/block/bootdevice/by-name/cache /cache f2fs noatime,nosuid,nodev,rw,inline_xattr wait,check /dev/block/bootdevice/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc wait,check /dev/block/bootdevice/by-name/userdata /data f2fs noatime,nosuid,nodev,rw,inline_xattr wait,check,formattable,encryptable=footer,length=-16384 |