Группа :: Система/Настройка/Прочее
Пакет: alterator-grub
Главная Изменения Спек Патчи Sources Загрузить Gear Bugs and FR Repocop
20 февраля 2023 Anton Midyukov <antohami at altlinux.org> 0.20-alt1
- grub-disk: fix wrong indent
- Show disk with mountpoint '/boot' or '/' is first place (Legacy BIOS)
- backend3/grub: don't show other variants of bootloader list, if EFI boot mode
- grub-disk: hide partition dm-*, md* from list bootloader places
- grub-disk: don't show drives that can't install grub-pc
- grub-disk: remove duplicate item "Skip bootloader install" for ppc
- grub-disk: show all devices with detect mdraid
- grub-raid-boot: select first /boot on RAID
- backend3/grub: refactoring list_devices function
- fix EFI mode boot variable creation for some malformed UEFI firmwares
+ backend: make default EFI loader option to create EFI\BOOT also
+ backend: make EFI (removable) SB compatible
- Fix: Show the password input fields if checkbox is preset.
- Handle "setpass" X-Alterator-URI parameter allowing to pre-check
the password reset checkbox.
- backend: added variant removable device for EFI (needed Secure Boot disabled)
- fix grub bootloader installation failure if a LUKS encryption
is chosen for root partition (closes: #28225)
- Added ppc64le support.
- backend: add workarounds to avoid UEFI/NVRAM hardware problems
- bin/grub-disk and backend: more friendly for l10n translations
- list devices and set/reset password in web-ui fixed (closes: #34208)
- do not require grub-pc on non-pc
- added display of the default username (closes: #33098, #34249)
- disabled web-ui (until solved #34208)
- update requires (grub2 -> grub)
- added test to exclude hybrid installation media
(usually USB Flash drive with ISO written onto it)
from bootloader installation targets
- added GRUB2 hashed password support
- NB: depends on fixes made after grub-2.00-alt20 to *not* require
boot password given default boot options for a menuentry
- care for efivars
- convert GRUB_AUTOUPDATE_DEVICE members to stable symlinks (closes: #29546)
- force shim installation even if SecureBoot is not there
during install (so that the bootloader doesn't turn into
a pumpkin when SB is suddenly turned on or the disk is
moved into another system)
- do not force ESP subdir name onto grub-install;
thus it's changed from "ALT Linux" to "altlinux"
given the fixes in grub2-2.00-alt12
- fixed install-to-partition by working around i18n (see also #28600)
- backend: use LANG variable
- fix adding BIOS boot targets in EFI mode
- make temporary file in proper location (thanks sem@
- filter out boot device
- add BIOS boot targets even in EFI case
- added arch-specific grub2-efi dependency
- dropped EVMS specific hacks (see also #28181)
- amended EFI support (closes: #27972)
- added initial EFI support
- replace symlink with bindmount for grub 2.00
- add hack for luks devices
- mike@: set default input focus to the combobox
- fix grub install into partition (ALT #25628)
- add /dev/emvs/md hackaround
- rebuild with new libdevmapper versioning
- install into partition in installer fixed (ALT #24617)
- fisttime script moved to the grub2 package
- "one time system" effect fixed
- typo fixed
- firttime script added
- localize backend scripts
- allow grub install on partition using blocklists (ALT #24197)
- set GRUB_AUTOUPDATE_DEVICE and GRUB_AUTOUPDATE_FORCE options
- Add dirty hack to install grub2 on lvm
- do not try to install bootloader on floppy (ALT #23687)
- do not try to install bootloader on cd/dvdrom
- include removable devices in proposed locations
- avoid conflict with alterator-lilo
- reuse devmap_name from alterator-lilo
- "skip bootloader install" added
- fix 'set bootable'
- fix typo
- simplify raid handling
- another fox for raid install
- more verbose error handling
- fix raid install
- fix grub-install fail on some devices
- just another possible installer fix
- possible installer fix
- step file packaged
- step file added
- Initial