We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365a2c7 commit 0dc43ceCopy full SHA for 0dc43ce
customize.sh
@@ -1,6 +1,2 @@
1
mkdir -p "$MODPATH/system/etc"
2
-cp -af /system/etc/hosts "$MODPATH/system/etc/hosts"
3
-chcon -r u:object_r:system_file:s0 "$MODPATH/system"
4
-chmod 644 "$MODPATH/system/etc/hosts"
5
-mkdir "$MODPATH/worker"
6
-touch "$MODPATH/skip_mount"
+cp -af /system/etc/hosts "$MODPATH/system/etc"
0 commit comments