RROrg-rr/files/initrd/opt/rr/patch/ramdisk-post-init-script-42951.patch

12 lines
254 B
Diff

--- a/usr/sbin/init.post
+++ b/usr/sbin/init.post
@@ -32,6 +32,8 @@
# shellcheck disable=SC2046
Mount "${RootMountPath}" /tmpRoot -o barrier=1,noatime ${OptPrjQuota}
+/addons/addons.sh late
+
Mkdir -p /tmpRoot/initrd
Umount /proc >/dev/null 2>&1