Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
a4b83261
Commit
a4b83261
authored
Nov 22, 2023
by
fuyanbin
Browse files
没有mac地址的设备支持持久化mac地址
parent
887aa97f
Changes
1
Show whitespace changes
Inline
Side-by-side
pack.sh
View file @
a4b83261
...
...
@@ -11,7 +11,7 @@ smallprcfile="$(pwd)/services/smallp.rc"
starthugepfile
=
"
$(
pwd
)
/services/starthugep.sh"
uninstallpkgrc
=
"
$(
pwd
)
/services/uninstallpkg.rc"
uninstallpkgfile
=
"
$(
pwd
)
/services/uninstallpkg.sh"
setmacrc
=
"
$(
pwd
)
/services/set
-
mac.rc"
setmacrc
=
"
$(
pwd
)
/services/setmac.rc"
setmacfile
=
"
$(
pwd
)
/services/set-mac.sh"
aml_image_v2_packer
-d
"
$img
"
"./
$build_dir
"
...
...
@@ -38,6 +38,10 @@ sudo cp -f "$uninstallpkgrc" "$build_dir/system/etc/init"
sudo cp
-f
"
$uninstallpkgfile
"
"
$build_dir
/system/bin"
sudo chcon
u:object_r:drmserver_exec:s0
"
$build_dir
/system/bin/
$(
basename
"
$uninstallpkgfile
"
)
"
sudo cp
-f
"
$setmacrc
"
"
$build_dir
/system/etc/init"
sudo cp
-f
"
$setmacfile
"
"
$build_dir
/system/bin"
sudo chcon
u:object_r:drmserver_exec:s0
"
$build_dir
/system/bin/
$(
basename
"
$setmacfile
"
)
"
sudo
umount
"
$loopdev
"
sudo
losetup
-d
"
$loopdev
"
sync
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment