Bug 39786 - Обеспечить возможность сборки iso с загрузчиком grub-pc вместо isolinux
Summary: Обеспечить возможность сборки iso с загрузчиком grub-pc вместо isolinux
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mkimage-profiles (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Антон Мидюков
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-11 08:42 MSK by Антон Мидюков
Modified: 2021-03-16 14:27 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2021-03-11 08:42:55 MSK
Необходимо обеспечить возможность сборки iso с загрузчиком grub-pc вместо isolinux.

На данный момент такая возможность реализована в mkimage 0.2.40-alt1, смотреть коммит:
http://git.altlinux.org/gears/m/mkimage.git?p=mkimage.git;a=commit;h=ab8efc1c9d13fa0969ed71e5901b88040941face

В mkimage-profiles 1.4.7-alt1 реализовано частично. Нужно сделать переключатель между isolinux и grubpcboot для переменых BOOTLOADER (задаётся в lib/boot.mk) и BOOT_TYPE (задаётся в features.in/build-distro/lib/90-build-distro.mk).
Comment 1 Антон Мидюков 2021-03-16 14:15:37 MSK
Цель достигнута:
http://git.altlinux.org/people/antohami/packages/mkimage-profiles.git?p=mkimage-profiles.git;a=commitdiff;h=f40fe0ebc5089a8520a942aeecf398983c94234d

Переход состоит в добавлении:

Цель:
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
       @$(call set,BOOTLOADER,grubpcboot)
endif
Comment 2 Sergey V Turchin 2021-03-16 14:27:05 MSK
Уря!