move INITRAMFS to bootloader

This commit is contained in:
Tobias Powalowski 2022-03-22 08:50:02 +01:00
parent ac18b7dacc
commit 6a61a8df88

View file

@ -6,6 +6,8 @@ INTEL_UCODE="intel-ucode.img"
AMD_UCODE="amd-ucode.img"
PART_ROOT=""
ROOTFS=""
# name of the initramfs filesystem
INITRAMFS="initramfs-${KERNELPKG}"
getrootfstype() {
ROOTFS="$(getfstype "${PART_ROOT}")"