From: Paul Hänsch Date: Tue, 26 Jun 2018 11:41:59 +0000 (+0200) Subject: Merge branch 'master' into uefi X-Git-Url: http://git.plutz.net/?p=bootimage;a=commitdiff_plain;h=f0d58488893d101cd696826d9825b4713a11161f;hp=-c Merge branch 'master' into uefi --- f0d58488893d101cd696826d9825b4713a11161f diff --combined Makefile index 0d6dd25,2843f5d..1e5afbb --- a/Makefile +++ b/Makefile @@@ -7,7 -7,7 +7,7 @@@ GROUPS := sud ARCH := amd64 CONFIG := config_base/ -PACKAGES := apt bilibop-lockfs btrfs-tools busybox-static bzip2 ca-certificates cron deborphan gzip htop ifupdown init iputils-ping irqbalance isc-dhcp-client less live-boot live-boot-initramfs-tools make man-db nbd-client net-tools nmap ntpdate openssh-client openssh-server p7zip-full pciutils rsync squashfs-tools sshfs sudo syslinux syslinux-common syslinux-efi systemd unace unrar-free unzip vim wget wireless-tools wpasupplicant xz-utils zip +PACKAGES := apt bilibop-lockfs btrfs-tools busybox-static bzip2 ca-certificates cron deborphan efibootmgr firmware-linux-free gzip htop ifupdown init iputils-ping irqbalance isc-dhcp-client less live-boot live-boot-initramfs-tools make man-db nbd-client net-tools nmap ntpdate openssh-client openssh-server p7zip-full pciutils rsync squashfs-tools sshfs sudo syslinux syslinux-common syslinux-efi systemd unace unrar-free unzip vim wget wireless-tools wpasupplicant xz-utils zip include *.mk @@@ -48,6 -48,12 +48,12 @@@ stretch_%.squashfs: stretch_%_config rm "$@" || true mksquashfs "$<" "$@" -comp xz + vmlinuz: stretch_*_root/ + ln -s '$<$@' ./ + + initrd.img: stretch_*_root/ + ln -s '$<$@' ./ + /dev/sd%: partitions .FORCE sfdisk ${@}