]> TLD Linux GIT Repositories - packages/dracut.git/blobdiff - proc_sys_remount.patch
- updated to 059
[packages/dracut.git] / proc_sys_remount.patch
index 496f20b7858dfce3afbd23aaaa89c13f2463c7bc..9dc6e4eb1c6402487709b6990d5f60c50c79cb87 100644 (file)
@@ -1,7 +1,7 @@
-diff -urN dracut-037.orig/modules.d/99base/init.sh dracut-037/modules.d/99base/init.sh
---- dracut-037.orig/modules.d/99base/init.sh   2014-03-19 16:16:08.000000000 +0000
-+++ dracut-037/modules.d/99base/init.sh        2014-05-17 15:55:22.273000000 +0000
-@@ -258,6 +258,26 @@
+diff -urpa dracut-056.orig/modules.d/99base/init.sh dracut-056/modules.d/99base/init.sh
+--- dracut-056.orig/modules.d/99base/init.sh   2022-02-18 12:32:53.000000000 +0100
++++ dracut-056/modules.d/99base/init.sh        2022-08-28 19:12:37.568702916 +0200
+@@ -271,6 +271,26 @@ getarg 'rd.break=cleanup' -d 'rdbreak=cl
  source_hook cleanup
  
  # By the time we get here, the root filesystem should be mounted.
@@ -25,6 +25,6 @@ diff -urN dracut-037.orig/modules.d/99base/init.sh dracut-037/modules.d/99base/i
 +mount -o remount,$procopts /proc 2>&1
 +mount -o remount,$sysopts /sys 2>&1
 +
- # Try to find init. 
+ # Try to find init.
  for i in "$(getarg real_init=)" "$(getarg init=)" $(getargs rd.distroinit=) /sbin/init; do
      [ -n "$i" ] || continue