mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
flash-images: fix grub path.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
# #
|
# #
|
||||||
# IPFire.org - A linux based firewall #
|
# IPFire.org - A linux based firewall #
|
||||||
# Copyright (C) 2007-2011 IPFire Team <info@ipfire.org> #
|
# Copyright (C) 2007-2012 IPFire Team <info@ipfire.org> #
|
||||||
# #
|
# #
|
||||||
# This program is free software: you can redistribute it and/or modify #
|
# 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 #
|
# 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
|
ln -s grub.conf $(MNThdd)/boot/grub/menu.lst
|
||||||
|
|
||||||
# Copy grub files manually
|
# 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
|
endif
|
||||||
|
|
||||||
# Setup symlink for partresize at first boot...
|
# Setup symlink for partresize at first boot...
|
||||||
|
|||||||
Reference in New Issue
Block a user