Made grub-menu-builder write (hd0,0) instead of hd0,0
svn path=/nixos/trunk/; revision=10101
This commit is contained in:
parent
a4ff40b158
commit
020f035a5d
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ if test -z "$1"; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
bootMount=@bootMount@
|
||||
bootMount="@bootMount@"
|
||||
if test -z "$bootMount"; then bootMount=/boot; fi
|
||||
|
||||
|
||||
|
@ -30,7 +30,7 @@ if test -n "@grubSplashImage@"; then
|
|||
# !!! image in /nix/store doesn't seem to work
|
||||
#if test -n "@copyKernels@"; then
|
||||
cp -f $splashLocation /boot/background.xpm.gz
|
||||
splashLocation=$bootMount/background.xpm.gz
|
||||
splashLocation="$bootMount/background.xpm.gz"
|
||||
#fi
|
||||
echo "splashimage $splashLocation" >> $tmp
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue