From: Paul Hänsch Date: Tue, 26 Jun 2018 21:09:08 +0000 (+0200) Subject: EFI / BIOS dual configuration X-Git-Url: http://git.plutz.net/?p=bootimage;a=commitdiff_plain;h=5315a152cc4087cb6269a60eb413cc91d21b95b4 EFI / BIOS dual configuration --- diff --git a/Makefile b/Makefile index 1e5afbb..493495c 100644 --- a/Makefile +++ b/Makefile @@ -49,26 +49,31 @@ stretch_%.squashfs: stretch_%_config/ mksquashfs "$<" "$@" -comp xz vmlinuz: stretch_*_root/ - ln -s '$<$@' ./ + ln -fs '$<$@' ./ initrd.img: stretch_*_root/ - ln -s '$<$@' ./ + ln -fs '$<$@' ./ /dev/sd%: partitions .FORCE sfdisk ${@}