mirror of
https://github.com/AuxXxilium/arc-patches.git
synced 2024-11-23 14:50:55 +07:00
295b51231f
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
--- a/usr/sbin/init.post
|
|
+++ b/usr/sbin/init.post
|
|
@@ -18,6 +18,29 @@
|
|
fi
|
|
mount $RootDevice /tmpRoot -o barrier=1
|
|
|
|
+############################################################################################
|
|
+SED_PATH='/tmpRoot/usr/bin/sed'
|
|
+
|
|
+@@@CONFIG-MANIPULATORS-TOOLS@@@
|
|
+
|
|
+@@@CONFIG-GENERATED@@@
|
|
+
|
|
+UPSTART="/tmpRoot/usr/share/init"
|
|
+
|
|
+if ! echo; then
|
|
+ _replace_in_file '^start on' '#start on' $UPSTART/tty.conf
|
|
+ _replace_in_file "console output" "console none" $UPSTART/syno_poweroff_task.conf
|
|
+ _replace_in_file "console output" "console none" $UPSTART/burnin_loader.conf
|
|
+ _replace_in_file "console output" "console none" $UPSTART/udevtrigger.conf
|
|
+ _replace_in_file "console output" "console none" $UPSTART/bs-poweroff.conf
|
|
+ _replace_in_file "console output" "console none" $UPSTART/udevd.conf
|
|
+else
|
|
+ _replace_in_file '^#start on' 'start on' $UPSTART/tty.conf
|
|
+fi
|
|
+
|
|
+/addons/addons.sh late
|
|
+############################################################################################
|
|
+
|
|
mkdir -p /tmpRoot/initrd
|
|
|
|
umount /proc &> /dev/null
|