From b59110828447f33aaacde08d71032c7bc7f0d23b Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Mon, 5 Apr 2021 22:34:43 +0700 Subject: [PATCH] 1.4.9-alt1 - build-distro: BOOT_TYPE = BOOTLOADER - Add the ability to override BOOTLOADER - grub: restrict graphics mode to architectures i586, x86_64, aarch64 - Add grub-efi support for riscv64 (thanks arei@) - New feature uuid-iso for create UUID for ISO image (thanks jqt4@) - Disable sort subprofiles (build stage1 first) - fonts: Set SYSTEM_FONTS for use/fonts/install2 again - stage2: Add cmac.ko for use SMB2 and newer - live.mk: Add distro/grub, fix allowed targets for architectures - init: Add mount-efivars for sysvinit - alt-server: fix missing packages in p9 - education: pull new commits --- .gear/mkimage-profiles.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gear/mkimage-profiles.spec b/.gear/mkimage-profiles.spec index de5b87ce..bdf461b9 100644 --- a/.gear/mkimage-profiles.spec +++ b/.gear/mkimage-profiles.spec @@ -1,5 +1,5 @@ Name: mkimage-profiles -Version: 1.4.8 +Version: 1.4.9 Release: alt1 Summary: ALT based distribution metaprofile @@ -128,6 +128,20 @@ mv %buildroot%mpdir/doc/mkimage-profiles.7 %buildroot%_man7dir/ %endif %changelog +* Mon Apr 05 2021 Anton Midyukov 1.4.9-alt1 +- build-distro: BOOT_TYPE = BOOTLOADER +- Add the ability to override BOOTLOADER +- grub: restrict graphics mode to architectures i586, x86_64, aarch64 +- Add grub-efi support for riscv64 (thanks arei@) +- New feature uuid-iso for create UUID for ISO image (thanks jqt4@) +- Disable sort subprofiles (build stage1 first) +- fonts: Set SYSTEM_FONTS for use/fonts/install2 again +- stage2: Add cmac.ko for use SMB2 and newer +- live.mk: Add distro/grub, fix allowed targets for architectures +- init: Add mount-efivars for sysvinit +- alt-server: fix missing packages in p9 +- education: pull new commits + * Mon Mar 15 2021 Anton Midyukov 1.4.8-alt1 - Set BOOT_TYPE, BOOTLOADER to efiboot for aarch64 - 'Simply Linux 9.1 (beta)' commits contained (Thanks sem@)