From: Arne Fitzenreiter Date: Mon, 12 Nov 2012 22:40:17 +0000 (+0100) Subject: flash-images: fix grub path. X-Git-Tag: v2.13-beta1~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=919eb671a30a4b3d3ca6ca0886f05bf3ab1a43f0;p=people%2Fms%2Fipfire-2.x.git flash-images: fix grub path. --- diff --git a/lfs/flash-images b/lfs/flash-images index e43d53eb27..36a343dde4 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2012 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -120,7 +120,7 @@ ifneq "$(MACHINE_TYPE)" "arm" ln -s grub.conf $(MNThdd)/boot/grub/menu.lst # Copy grub files manually - cp -f $(MNThdd)/usr/share/grub/i386-pc/* $(MNThdd)/boot/grub/ + cp -f $(MNThdd)/usr/lib/grub/i386-pc/* $(MNThdd)/boot/grub/ endif # Setup symlink for partresize at first boot...