From 742bdfa1407b2b030720934ab877b84e15dbb368 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Sat, 8 Sep 2007 21:56:44 +0200 Subject: hook-functions: don't force load rootfs fstype just detects fine the fs, even when running without udev. --- hook-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hook-functions') diff --git a/hook-functions b/hook-functions index 07e5cda..0c27755 100644 --- a/hook-functions +++ b/hook-functions @@ -222,7 +222,7 @@ dep_add_modules() fi # Add rootfs - force_load "${FSTYPE}" + manual_add_modules "${FSTYPE}" # lvm luks root if [ "${root#/dev/mapper/}" != "${root}" ]; then -- cgit v1.2.3