X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=fe3818d8407267a524b156ac1ea5d897efa3f260;hb=0386045b1beb231cb30ddabcbb7d7b2f329e2791;hp=727f8d1bc4b47b3b5799eb08e8a3871859684f7d;hpb=b1e7395a26349487365c641136435a4a50dac7e6;p=zfs-grub.git diff --git a/Makefile b/Makefile index 727f8d1..fe3818d 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -RELEASE=3.3 +RELEASE=4.0 -GRUB_DIR=grub-2.02~beta2 -GRUB_SRC=grub2_2.02~beta2.orig.tar.xz -GRUB_DEB_SRC=grub2_2.02~beta2-19.debian.tar.xz +GRUB_DIR=grub +GRUB_SRC=${GRUB_DIR}.tar.gz +SNAPVER=2.02-beta2.9-ZOL11-7aa9f6 # update/sync changelog.pve -DEBVER=2.02~bpo70+3 +DEBVER=2.02-pve3 PC_DEBS= \ grub2-common_${DEBVER}_amd64.deb \ @@ -25,22 +25,6 @@ grub-efi-ia32-bin_${DEBVER}_amd64.deb \ DEBS=${PC_DEBS} ${EFI_DEBS} - -#grub2_${DEBVER}_amd64.deb -#grub-coreboot_${DEBVER}_amd64.deb -#grub-coreboot-bin_${DEBVER}_amd64.deb -#grub-coreboot-dbg_${DEBVER}_amd64.deb -#grub-efi-amd64-dbg_${DEBVER}_amd64.deb -#grub-efi-ia32-dbg_${DEBVER}_amd64.deb -#grub-emu_${DEBVER}_amd64.deb -#grub-emu-dbg_${DEBVER}_amd64.deb -#grub-firmware-qemu_${DEBVER}_amd64.deb -#grub-ieee1275_${DEBVER}_amd64.deb -#grub-ieee1275-bin_${DEBVER}_amd64.deb -#grub-ieee1275-dbg_${DEBVER}_amd64.deb -#grub-linuxbios_${DEBVER}_amd64.deb - - all: ${DEBS} .PHONY: dinstall @@ -51,7 +35,6 @@ dinstall: ${DEBS} grub ${DEBS}: rm -rf ${GRUB_DIR} tar xf ${GRUB_SRC} - cd ${GRUB_DIR}; tar xf ../${GRUB_DEB_SRC} mv ${GRUB_DIR}/debian/changelog ${GRUB_DIR}/debian/changelog.org cat changelog.pve ${GRUB_DIR}/debian/changelog.org > ${GRUB_DIR}/debian/changelog cd ${GRUB_DIR}; ln -s ../pvepatches patches @@ -63,8 +46,11 @@ grub ${DEBS}: .PHONY: download download: - wget http://ftp.de.debian.org/debian/pool/main/g/grub2/grub2_2.02~beta2-19.debian.tar.xz - wget http://ftp.de.debian.org/debian/pool/main/g/grub2/grub2_2.02~beta2.orig.tar.xz + rm -rf grub ${GRUB_SRC} ${GRUB_SRC}.tmp + git clone https://github.com/zfsonlinux/grub + cd grub; git checkout snapshot/debian/jessie/${SNAPVER} + tar czf ${GRUB_SRC}.tmp grub + mv ${GRUB_SRC}.tmp ${GRUB_SRC} .PHONY: upload upload: ${DEBS}