26 lines
712 B
Diff
26 lines
712 B
Diff
|
From 7ee039e026fe02e01dd4c7fd2b18682b8737697c Mon Sep 17 00:00:00 2001
|
||
|
From: marcosfrm <marcosfrm@users.noreply.github.com>
|
||
|
Date: Tue, 6 Oct 2015 08:40:44 -0300
|
||
|
Subject: [PATCH 18/55] Add missing space
|
||
|
|
||
|
---
|
||
|
new-kernel-pkg | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/new-kernel-pkg b/new-kernel-pkg
|
||
|
index 997fb1f4987..9f56c470b4a 100755
|
||
|
--- a/new-kernel-pkg
|
||
|
+++ b/new-kernel-pkg
|
||
|
@@ -925,7 +925,7 @@ fi
|
||
|
# to by-pass writeback delay.
|
||
|
# PPC64LE-only to deal with Petitboot issues
|
||
|
if [ "$ARCH" = "ppc64le" ]; then
|
||
|
- sync && mountpoint -q /boot &&fsfreeze -f /boot && fsfreeze -u /boot
|
||
|
+ sync && mountpoint -q /boot && fsfreeze -f /boot && fsfreeze -u /boot
|
||
|
fi
|
||
|
|
||
|
exit 0
|
||
|
--
|
||
|
2.17.1
|
||
|
|