diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/chroot_local-patches/live-boot_subdevices-order.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/chroot_local-patches/live-boot_subdevices-order.patch b/config/chroot_local-patches/live-boot_subdevices-order.patch new file mode 100644 index 0000000..2c0e03c --- /dev/null +++ b/config/chroot_local-patches/live-boot_subdevices-order.patch @@ -0,0 +1,11 @@ +--- 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 |