From 87dc0cd26474b166c7f15489dc05a1ce364dcd90 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 4 May 2011 02:25:20 +0200 Subject: [PATCH] mambawelcome: don't probe for floppy when running grub-mkdevicemap --- mambawelcome/mambawelcome.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mambawelcome/mambawelcome.sh b/mambawelcome/mambawelcome.sh index fb30af9..a0a1d59 100755 --- a/mambawelcome/mambawelcome.sh +++ b/mambawelcome/mambawelcome.sh @@ -150,7 +150,7 @@ sh -c "echo $INSTALL_ROOT_PASSWORD | passwd --stdin" || { } # update grub device mappings and config -/usr/sbin/grub-mkdevicemap +/usr/sbin/grub-mkdevicemap -n /usr/sbin/update-grub # configure suspend (from suspend rpm post script) and recreate mkinitramfs