summaryrefslogtreecommitdiffstats
path: root/hooks/filesystems
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2006-05-05 18:36:55 +0200
committerAaron Griffin <aaron@archlinux.org>2006-05-05 18:36:55 +0200
commitf486b7ed6f8e289c8d897fcaeac7a0f52c7493c0 (patch)
treeb2128c29643067a0edbc734a8565d58b5928dd43 /hooks/filesystems
parent2c6b8367f0f526c6a12b91b85f2f7f3ef35b5559 (diff)
downloadmkinitcpio-f486b7ed6f8e289c8d897fcaeac7a0f52c7493c0.tar.gz
mkinitcpio-f486b7ed6f8e289c8d897fcaeac7a0f52c7493c0.tar.xz
kinit param handling change to match kinit patch (cmdline.patch)
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@68 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'hooks/filesystems')
-rw-r--r--hooks/filesystems1
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/filesystems b/hooks/filesystems
index 4fe655c..55d6725 100644
--- a/hooks/filesystems
+++ b/hooks/filesystems
@@ -22,5 +22,6 @@ run_hook ()
fi
fi
msg " ${FSTYPE}"
+ kinit_params="${kinit_params} rootfstype=${FSTYPE}"
/bin/modprobe -q "${FSTYPE}" >/dev/null 2>&1
}