Magellan Linux

Contents of /trunk/dracut/patches/dracut-044-dmsquash-live-root-fixed-typo.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2750 - (show annotations) (download)
Thu Jan 14 10:48:57 2016 UTC (8 years, 3 months ago) by niro
File size: 968 byte(s)
-added upstream dmsquash-live-root fixes
1 From 6ed1d9fd07d7b081296aab687e07653f0eb295e3 Mon Sep 17 00:00:00 2001
2 From: Harald Hoyer <harald@redhat.com>
3 Date: Thu, 26 Nov 2015 15:50:39 +0100
4 Subject: dmsquash-live/dmsquash-live-root.sh: fixed typo
5
6 ---
7 modules.d/90dmsquash-live/dmsquash-live-root.sh | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh b/modules.d/90dmsquash-live/dmsquash-live-root.sh
11 index ffa1e7a..fa44a03 100755
12 --- a/modules.d/90dmsquash-live/dmsquash-live-root.sh
13 +++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh
14 @@ -249,7 +249,7 @@ if [ -n "$FSIMG" ] ; then
15 else
16 unpack_archive $FSIMG /run/initramfs/fsimg/
17 fi
18 - FSIMG = /run/initramfs/fsimg/rootfs.img
19 + FSIMG=/run/initramfs/fsimg/rootfs.img
20 fi
21 if [ -n "$writable_fsimg" ] || [ -z "$SQUASHED" -a -n "$live_ram" ] ||
22 [ "$overlay" = none -o "$overlay" = None -o "$overlay" = NONE ]; then
23 --
24 cgit v0.11.2
25