- Update with patches from git repository: * kernel-modules: add ohci-pci to the list of forced module installs * Run 'xz' and 'lzma' with multiple threads * systemd: do not exit the initqueue, if systemd asks a password * iscsi,nbd: do not fail in hostonly mode * dracut-functions.sh: Avoid loading unnecessary 32-bit libraries for 64-bit initrds * fips: also install /etc/system-fips in the initramfs * dracut.modules.7.asc: removed empty section * dracut.sh: fixed PATH shortener * dracut.spec: move /sbin/dracut to /usr/sbin/dracut * iscsi/nbd: do not try to mount the whole disk, if root= is missing * fips: include crct10dif_generic * Handle crypto modules with and without modaliases * usrmount/module-setup.sh: fixed typo * lvm: always install thin utils for lvm * kernel-modules(ARM): add mmc_block usb_storage to static list of kernel mods * dracut-functions.sh:check_block_and_slaves*() skip LVM internal devs * mkdir basic dirs in /run * network/fcoe: only redirect output to loginit.pipe, if exists * dracut.sh: no need to make subdirs in run * dracut.sh: also mkdir /run/lock, which is copied to * lvm: fix thin recognition * Add lzo, lz4 compression and read INITRD_COMPRESS * remove resume-genrules.sh * resume: fix swap detection in hostonly * base/init.sh: also mkdir /run/lock * dmsquash-live: add /dev/mapper/live-base * Doc: cleanup, extend and split and reuse OBS-URL: https://build.opensuse.org/request/show/208892 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=82
50 lines
1.9 KiB
Diff
50 lines
1.9 KiB
Diff
From 96a44d8e982838a01e3d8f2a62941a9af0952b95 Mon Sep 17 00:00:00 2001
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
Date: Fri, 29 Nov 2013 11:36:02 +0100
|
|
Subject: [PATCH] Fixup script permissions
|
|
|
|
Scripts with a shebang should be marked as executable.
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
---
|
|
modules.d/03modsign/load-modsign-keys.sh | 0
|
|
modules.d/03modsign/module-setup.sh | 0
|
|
modules.d/40network/net-lib.sh | 0
|
|
modules.d/40network/parse-vlan.sh | 0
|
|
modules.d/50drm/module-setup.sh | 0
|
|
modules.d/91crypt-loop/crypt-loop-lib.sh | 0
|
|
modules.d/98pollcdrom/pollcdrom.sh | 0
|
|
7 files changed, 0 insertions(+), 0 deletions(-)
|
|
mode change 100644 => 100755 modules.d/03modsign/load-modsign-keys.sh
|
|
mode change 100644 => 100755 modules.d/03modsign/module-setup.sh
|
|
mode change 100644 => 100755 modules.d/40network/net-lib.sh
|
|
mode change 100644 => 100755 modules.d/40network/parse-vlan.sh
|
|
mode change 100644 => 100755 modules.d/50drm/module-setup.sh
|
|
mode change 100644 => 100755 modules.d/91crypt-loop/crypt-loop-lib.sh
|
|
mode change 100644 => 100755 modules.d/98pollcdrom/pollcdrom.sh
|
|
|
|
diff --git a/modules.d/03modsign/load-modsign-keys.sh b/modules.d/03modsign/load-modsign-keys.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/03modsign/module-setup.sh b/modules.d/03modsign/module-setup.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/40network/net-lib.sh b/modules.d/40network/net-lib.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/40network/parse-vlan.sh b/modules.d/40network/parse-vlan.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/50drm/module-setup.sh b/modules.d/50drm/module-setup.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/91crypt-loop/crypt-loop-lib.sh b/modules.d/91crypt-loop/crypt-loop-lib.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
diff --git a/modules.d/98pollcdrom/pollcdrom.sh b/modules.d/98pollcdrom/pollcdrom.sh
|
|
old mode 100644
|
|
new mode 100755
|
|
--
|
|
1.8.1.4
|
|
|