diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 15:36:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-10 15:36:44 +0200 |
commit | cbce24b80358c0eb4968139c7695dd8eb2bb5378 (patch) | |
tree | 9fae6e7c8cddfbd675ebe8aaddfe488b3d001829 /package | |
parent | f9a94113d9ca3caf4c5a20b2db9d4b0af3846b2b (diff) |
try to use new grub2
Diffstat (limited to 'package')
-rw-r--r-- | package/grub/Makefile | 4 | ||||
-rw-r--r-- | package/grub/files/core.img.i386-pc | bin | 0 -> 33638 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/grub/Makefile b/package/grub/Makefile index 663d02d72..8d0b9ed48 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= grub PKG_VERSION:= 2.00 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= e927540b6eda8b024fb0391eeaa4091c PKG_DESCR:= GRUB2 bootloader (source package) PKG_SECTION:= boot @@ -50,5 +50,7 @@ grub-install: $(IDIR_GRUB)/usr/lib/grub/${GRUB_ARCH}/ ${INSTALL_BIN} ${WRKINST}/usr/bin/* $(IDIR_GRUB)/usr/bin ${INSTALL_BIN} ${WRKINST}/usr/sbin/* $(IDIR_GRUB)/usr/sbin + ${CP} ./files/core.img.${GRUB_ARCH} \ + $(IDIR_GRUB)/usr/lib/grub/core.img include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/grub/files/core.img.i386-pc b/package/grub/files/core.img.i386-pc Binary files differnew file mode 100644 index 000000000..7cde2740d --- /dev/null +++ b/package/grub/files/core.img.i386-pc |