sdm710-common: init: Add /boot to fstab
Build process errors out without this. Traceback (most recent call last): File "build/make/tools/releasetools/ota_from_target_files", line 2455, in <module> main(sys.argv[1:]) File "build/make/tools/releasetools/ota_from_target_files", line 2429, in main output_file=args[1]) File "build/make/tools/releasetools/ota_from_target_files", line 1103, in WriteFullOTAPackage common.CheckSize(boot_img.data, "boot.img", target_info) File "/home/aicp-dev/rom/lineage-17.1/build/make/tools/releasetools/common.py", line 1190, in CheckSize p = info_dict["fstab"][mount_point] KeyError: '/boot' - also reformat and fix some fstab intendation Change-Id: I30a396ea62e6e48420c0dd41533c156e90032929
This commit is contained in:
parent
e1cc9860f7
commit
63c205630e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ system_ext /system_ext
|
|||
product /product ext4 ro wait,logical,first_stage_mount
|
||||
vendor /vendor ext4 ro wait,logical,first_stage_mount
|
||||
odm /odm ext4 ro wait,logical,first_stage_mount
|
||||
/dev/block/bootdevice/by-name/boot /boot emmc defaults defaults
|
||||
/dev/block/bootdevice/by-name/logdump /metadata ext4 nosuid,nodev,noatime,discard wait,check,formattable,first_stage_mount
|
||||
/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,noatime,nodev,barrier=1,noauto_da_alloc,discard,lazytime latemount,wait,check,fileencryption=ice,reservedsize=128M
|
||||
/dev/block/bootdevice/by-name/cache /cache ext4 nosuid,noatime,nodev,barrier=1 wait
|
||||
|
|
Loading…
Reference in a new issue