Lineage 17.1
Change-Id: Iaf3b75e49677b616a19431da8087c338ee7eb8da
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# ADDOND_VERSION=2
|
||||
#
|
||||
# /system/addon.d/50-lineage.sh
|
||||
# During a LineageOS 17.0 upgrade, this script backs up /system/etc/hosts,
|
||||
# During a LineageOS 17.1 upgrade, this script backs up /system/etc/hosts,
|
||||
# /system is formatted and reinstalled, then the file is restored.
|
||||
#
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
export C=/tmp/backupdir
|
||||
export S=$2
|
||||
export V=17.0
|
||||
export V=17.1
|
||||
|
||||
export ADDOND_VERSION=1
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
export S=/system
|
||||
export C=/postinstall/tmp/backupdir
|
||||
export V=17.0
|
||||
export V=17.1
|
||||
export backuptool_ab=true
|
||||
|
||||
copy_file() {
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
export S=/system
|
||||
export C=/postinstall/tmp/backupdir
|
||||
export V=17.0
|
||||
export V=17.1
|
||||
|
||||
export ADDOND_VERSION=2
|
||||
|
||||
|
Reference in New Issue
Block a user