From ccea277caf476cdfef4c0f953df5a97062d8be42 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 23 Sep 2007 14:46:37 +0200 Subject: Adding live-initramfs 1.87.4-1. --- scripts/live-helpers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/live-helpers') diff --git a/scripts/live-helpers b/scripts/live-helpers index eac2175..8f28f3b 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -204,7 +204,7 @@ find_cow_device() { } find_files() -# return the first of $filenames found on vfat and ext2 devices +# return the first of $filenames found on vfat and ext2/ext3 devices # FIXME: merge with above function { filenames="${1}" @@ -213,7 +213,7 @@ find_files() for dev in $(subdevices "${sysblock}"); do devname=$(sys2dev "${dev}") devfstype="$(get_fstype ${devname})" - if [ "${devfstype}" = "vfat" ] || [ "${devfstype}" = "ext2" ] ; then # FIXME: all supported block devices should be scanned + if [ "${devfstype}" = "vfat" ] || [ "${devfstype}" = "ext2" ] || [ "${devfstype}" = "ext3" ]; then # FIXME: all supported block devices should be scanned mkdir -p "${snap_backing}" try_mount "${devname}" "${snap_backing}" "ro" for filename in ${filenames}; do -- cgit v1.2.3