alpstrap/mk/uefi.mk

22 lines
619 B
Makefile
Raw Normal View History

PLATFORM_PHONYS := partition kernel
PLATFORM_PKGS := linux-lts
BOOTFS_PART := 1
ROOTFS_PART := 2
RUNLEVEL_BOOT ?= hwclock modules bootmisc hostname networking seedrng swap
RUNLEVEL_DEFAULT ?= acpid crond
partition: blkcheck
$(DOSU) fdisk $(BLKDEV) <<<$$'g\nw\n'
$(DOSU) sfdisk $(BLKDEV) <<<$$',1G,C12A7328-F81F-11D2-BA4B-00A0C93EC93B,*\n,,0FC63DAF-8483-4772-8E79-3D69D8477DE4,\n'
$(MOUNTPOINT)/boot/grub:
$(MAKE) $(ACHROOT)
$(ACHROOTI_CMD)' && grub-install --target=x86_64-efi --efi-directory=/boot'
$(MOUNTPOINT)/.bootloader-done: $(MOUNTPOINT)/boot/grub
touch $@
bootloader: $(MOUNTPOINT)/.bootloader-done