diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-07 00:54:52 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-03-07 00:54:52 +0100 |
commit | c0186754062c6c8380ce5a17a1cdc32092d504eb (patch) | |
tree | 2fcdf2e6b47afe736c62a2f1230893e6b998b6ba /config/chroot_local-patches | |
parent | 08eb9168f73c76680b6fc257bc904bd24e688c5f (diff) | |
parent | 67531aca58d5eed1253cb54e422b712c23144f87 (diff) | |
download | kanotix-c0186754062c6c8380ce5a17a1cdc32092d504eb.zip kanotix-c0186754062c6c8380ce5a17a1cdc32092d504eb.tar.gz |
Merge branch 'master' of ssh://git.acritox.com/kanotix
Diffstat (limited to 'config/chroot_local-patches')
-rw-r--r-- | config/chroot_local-patches/live-boot_subdevices-order.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/chroot_local-patches/live-boot_subdevices-order.patch b/config/chroot_local-patches/live-boot_subdevices-order.patch deleted file mode 100644 index 2c0e03c..0000000 --- a/config/chroot_local-patches/live-boot_subdevices-order.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- live-boot-2.0.15.orig/scripts/live-helpers -+++ /usr/share/initramfs-tools/scripts/live-helpers -@@ -26,7 +26,7 @@ - sysblock=${1} - r="" - -- for dev in "${sysblock}" "${sysblock}"/* -+ for dev in "${sysblock}"/* "${sysblock}" - do - if [ -e "${dev}/dev" ] - then |