aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-installer/anaconda/files/0063-update-fstab-by-appending.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes-installer/anaconda/files/0063-update-fstab-by-appending.patch b/recipes-installer/anaconda/files/0063-update-fstab-by-appending.patch
index df3e2c5..056f44f 100644
--- a/recipes-installer/anaconda/files/0063-update-fstab-by-appending.patch
+++ b/recipes-installer/anaconda/files/0063-update-fstab-by-appending.patch
@@ -1,7 +1,7 @@
-From a0ea05d9fee6467e7666353d60d07423cc2daed2 Mon Sep 17 00:00:00 2001
+From 7067614673761ddfa0bf6b6ff20dbb1f6883fb77 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
-Date: Mon, 30 Jul 2018 16:21:51 +0800
-Subject: [PATCH 63/65] update fstab by appending
+Date: Mon, 1 Jul 2019 10:49:44 +0800
+Subject: [PATCH] update fstab by appending
The 'storage.write()' has updated fstab by overwriting
the original one, we should update fstab by appending
@@ -11,14 +11,14 @@ Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
- pyanaconda/storage/osinstall.py | 2 +-
+ pyanaconda/storage/fsset.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/pyanaconda/storage/osinstall.py b/pyanaconda/storage/osinstall.py
-index 6eb2f21..5160fee 100644
---- a/pyanaconda/storage/osinstall.py
-+++ b/pyanaconda/storage/osinstall.py
-@@ -832,7 +832,7 @@ class FSSet(object):
+diff --git a/pyanaconda/storage/fsset.py b/pyanaconda/storage/fsset.py
+index 2addc56..7716e7d 100644
+--- a/pyanaconda/storage/fsset.py
++++ b/pyanaconda/storage/fsset.py
+@@ -652,7 +652,7 @@ class FSSet(object):
# /etc/fstab
fstab_path = os.path.normpath("%s/etc/fstab" % sysroot)
fstab = self.fstab()