Using is_live_path() in mount_images_in_directory() to avoid redundant logic.
authorMichael Stummvoll <michael@stummi.org>
Wed, 27 Mar 2013 15:33:17 +0000 (16:33 +0100)
committerDaniel Baumann <mail@daniel-baumann.ch>
Mon, 6 May 2013 11:54:16 +0000 (13:54 +0200)
commite688496fdc1baf6cc7d2b01f3752e519e038d975
tree904f0d71f97db8e92a61f8d3adce729c30e900aa
parentd93e867ac670b8345d154ccbd04b28d1c0291da1
Using is_live_path() in mount_images_in_directory() to avoid redundant logic.

mount_images_in_directory() had is own logic for checking if this is a live
path which was redundant, so I used is_live_path().
scripts/boot/9990-misc-helpers.sh