summaryrefslogtreecommitdiff
path: root/config/chroot_local-patches
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-03-04 23:25:27 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-03-04 23:25:27 +0100
commit7d46889242b05f379d425f806ee4415d83e059d5 (patch)
treec66f155df956771f800498960ecb24f002f46947 /config/chroot_local-patches
parent6a23c88f9644758efc88574a29b5a51b87bb0e79 (diff)
downloadkanotix-7d46889242b05f379d425f806ee4415d83e059d5.zip
kanotix-7d46889242b05f379d425f806ee4415d83e059d5.tar.gz
removed live-boot subdevices-order patch, added zevenos-neptune deb-src
Diffstat (limited to 'config/chroot_local-patches')
-rw-r--r--config/chroot_local-patches/live-boot_subdevices-order.patch11
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