Пакет mkimage-preinstall: Информация

  • Default inline alert: Версия в репозитории: 0.3.4-alt1

Бинарный пакет: mkimage-preinstall
Версия: 0.2.40-alt1
Архитектура: noarch
Собран:  17 февраля 2021 г. 11:44 в задании #266482
Исходный пакет: mkimage
Сообщить об ошибке в пакете
Домашняя страница: http://altlinux.org/mkimage

Лицензия: GPL-3.0-or-later
О пакете: Security setup for mkimage to function properly
Описание: 
This package contains settings allowing mkimage to operate
as intended -- it relies on hardlinks to non-owned files to
spare space for copies within and outside chroots as well as
to save time and CPU cycles on actually performing those;
either free RAM, SSD wearing or HDD bandwidth are to be
spent with care too).

Please note that this subpackage disables an otherwise reasonable
security feature that's there for a reason but is almost completely
incompatible with important part of mkimage's design and security
model.  Changes take place upon the installation of this package
and are made persistent by a configuration file held within it.

Remove mkimage-preinstall subpackage and run this to re-enable:

  echo 1 > /proc/sys/fs/protected_hardlinks

(this will break mkimage though)

Сопровождающий: Alexey Gladkov


Последнее изменение


17 февраля 2021 г. Alexey Gladkov 0.2.40-alt1
- mki-copy-grubaa64boot:
  + Fix missing escaping a variable bootaa64
12 февраля 2021 г. Alexey Gladkov 0.2.39-alt1
- Add a new type of bootable ISO with grub-pc.
- mki-copy-grubaa64boot:
  + Add support for the correct efi binary name
- mki-copy-efiboot-chrooted:
  + Replace grub-efi modules to boot/grub
  + Fix conditition for restore grub.cfg
  + Fix copy grub bootloader
  + Fix PATH to grub modules
26 января 2021 г. Alexey Gladkov 0.2.38-alt1
- mki-copy-grubaa64boot, mki-pack-efionly-isoboot:
  + Unified with mki-copy-efiboot.
  + Add EFI partition.
- mki-copy-efiboot-chrooted:
  + Copy locale for grub-efi (ALT#39587).
  + Reducing iso size with use grub-efi.
- Build iso with BOOT_TYPE=efiboot only.