From 01cf64a72b4359c721c1c82c6373802bf013a9c3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 23 Feb 2010 11:20:01 +0100 Subject: [PATCH] Force creation of /sbin/mount.ntfs symlink. --- etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives b/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives index 5dc1c67..bc6c508 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives +++ b/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives @@ -60,7 +60,7 @@ fi # sadly isn't available via update-alternates, anyway - use # ntfs-3g (if available) as default for ntfs if [ -r $target/sbin/mount.ntfs-3g ] || [ -L $target/sbin/mount.ntfs-3g ] ; then - $ROOTCMD ln -s /sbin/mount.ntfs-3g /sbin/mount.ntfs + $ROOTCMD ln -sf /sbin/mount.ntfs-3g /sbin/mount.ntfs fi ## END OF FILE ################################################################# -- 2.1.4