375fc509c5
- Mark all scripts as executable (bnc#887010) * Remove: 0116-81cio_ignore-Mark-scripts-as-executable * Add: 0116-Mark-scripts-as-executable.patch - 95dasd_rules: Enable device before checking type * Add: 0117-95dasd_rules-Enable-the-device-before-checking-devic.patch - 95zfcp_rules: Enable device before checking type * Add: 0118-95zfcp_rules-Enable-the-device-before-checking-devic.patch - Reset IFS variable * Add: 0119-Reset-IFS-variable.patch - Handle module alias properly (bnc#886839) * Add: 0115-Handle-module-alias-properly.patch - 81cio_ignore: Mark scripts as executable (bnc#887010) * Add: 0116-81cio_ignore-Mark-scripts-as-executable.patch - 91zipl: Translate 'ext2' into 'ext4' module * Add: 0114-91zipl-Translate-ext2-3-into-ext4.patch - Enable converting of directory /var/run /var/lock to symlinks (bnc#877680) * Add: 0106-dracut-Enable-converting-of-directory-var-run-var-lo.patch - Fixup typo 'firmare' instead of 'firmware' * Add: 0107-Fixup-typo-firmare-instead-of-firmware.patch - 91zipl: Store commandline correctly * Add: 0108-91zipl-Store-commandline-correctly.patch - 95dasd_rules: Store all devices in commandline * 0109-95dasd_rules-Store-all-devices-in-commandline.patch - 95zfcp_rules: Store all devices in commandline * Add: 0110-95zfcp_rules-Store-all-devices-in-commandline.patch - 90mdraid: Remove line for 'offroot' detection OBS-URL: https://build.opensuse.org/request/show/240885 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=171
48 lines
1.8 KiB
Diff
48 lines
1.8 KiB
Diff
From 941b55f8d9d50b3ba20ba0a2bb64c7509d38ee72 Mon Sep 17 00:00:00 2001
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
Date: Sat, 12 Jul 2014 14:55:35 +0200
|
|
Subject: Mark scripts as executable
|
|
|
|
All scripts need to be marked as executable, otherwise dracut
|
|
won't be running them.
|
|
|
|
References: bnc#887010
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
---
|
|
modules.d/81cio_ignore/module-setup.sh | 0
|
|
modules.d/81cio_ignore/parse-cio_accept.sh | 0
|
|
modules.d/91crypt-loop/module-setup.sh | 0
|
|
modules.d/91zipl/module-setup.sh | 0
|
|
modules.d/91zipl/parse-zipl.sh | 0
|
|
modules.d/95fcoe/lldpad.sh | 0
|
|
6 files changed, 0 insertions(+), 0 deletions(-)
|
|
mode change 100644 => 100755 modules.d/81cio_ignore/module-setup.sh
|
|
mode change 100644 => 100755 modules.d/81cio_ignore/parse-cio_accept.sh
|
|
mode change 100644 => 100755 modules.d/91crypt-loop/module-setup.sh
|
|
mode change 100644 => 100755 modules.d/91zipl/module-setup.sh
|
|
mode change 100644 => 100755 modules.d/91zipl/parse-zipl.sh
|
|
mode change 100644 => 100755 modules.d/95fcoe/lldpad.sh
|
|
|
|
diff --git a/modules.d/81cio_ignore/module-setup.sh b/modules.d/81cio_ignore/module-setup.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/81cio_ignore/parse-cio_accept.sh b/modules.d/81cio_ignore/parse-cio_accept.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/91crypt-loop/module-setup.sh b/modules.d/91crypt-loop/module-setup.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/91zipl/module-setup.sh b/modules.d/91zipl/module-setup.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/91zipl/parse-zipl.sh b/modules.d/91zipl/parse-zipl.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/95fcoe/lldpad.sh b/modules.d/95fcoe/lldpad.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
--
|
|
1.8.4.5
|
|
|