mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
12 lines
215 B
Diff
12 lines
215 B
Diff
--- a/usr/sbin/init.post
|
|
+++ b/usr/sbin/init.post
|
|
@@ -23,6 +23,8 @@
|
|
|
|
Mount "$(GetRootMountOpt)" "$(GetRootMountPath)" /tmpRoot
|
|
|
|
+/addons/addons.sh late
|
|
+
|
|
Mkdir -p /tmpRoot/initrd
|
|
|
|
Umount /proc >/dev/null 2>&1
|