summaryrefslogtreecommitdiff
path: root/vmdb/plugins/grub_plugin.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-23Pass correct install target to grub-install for grub-ieee1275Victor Westerhuis1-1/+11
2023-07-14grub_plugin.py: mount /proc before calling get_image_loop_devicertkapiper1-1/+1
2023-07-14grub_plugin virtualfs_plugin: only mount virtual filesystems oncertkapiper1-6/+9
2023-05-31Bugfix /etc/default/grub could end up with remnant of previous contents.Tim Small1-0/+1
2023-05-12feat: add more debugging to when state.arch is setLars Wirzenius1-8/+16
2023-04-07Allow customisation of hard-coded grub Linux kernel params.Tim Small1-6/+3
2023-04-07Use set_grub_default() for all grub defaults edits.Tim Small1-25/+5
2023-04-07Don't duplicate GRUB_TIMEOUT= in /etc/default/grubTim Small1-3/+24
2021-11-22grub_plugin: add support for the root filesystem on a logical volume.Andy Piper1-11/+77
2021-11-22grub_plugin.py: run apt-get update before installing grubAndy Piper1-0/+1
2021-10-15grub_plugin.py: detect grub-install --no-extra-removableZygmunt Krynicki1-1/+2
2021-09-30grub_plugin.py: set grub option systemd.show_status only onceFlorian La Roche1-2/+6
2021-01-16feat: Set the ESP flag when using UEFIRyutaroh Matsumoto1-0/+2
2021-01-16fix: PowerPC-specific serial console settingsRyutaroh Matsumoto1-1/+5
2021-01-16feat: Add support for IEEE1275 bootingChristian Kastner1-1/+20
2021-01-16fix: ARM-specific serial console settingsRyutaroh Matsumoto1-3/+9
2021-01-11feat: Add support for more architectures (UEFI)Christian Kastner1-0/+2
2020-11-02feat(grub): add support for multiple architecturesDavid Edmondson1-5/+16
2020-09-05refactor(plugins): replace cliapp's plugin infra with a custom oneLars Wirzenius1-4/+1
2020-05-25feat(grub): add timeout settingLars Wirzenius1-0/+7
2020-05-25feat(grub): add optional quiet setting to grub stepLars Wirzenius1-88/+94
2020-03-21Change: make step runners check the values for the step at initLars Wirzenius1-25/+35
2020-03-21Change: always mount /proc in chrootLars Wirzenius1-2/+2
2019-12-26Refactor: rename get_mount_point to set_builder_mount_pointLars Wirzenius1-1/+1
2018-12-26Drop: forced running of 'apt-get update' in grub stepLars Wirzenius1-6/+0
2018-12-26Fix: run 'apt-get update' before installing grubLars Wirzenius1-0/+6
2018-09-03TEMP: disable grub unmounting at endLars Wirzenius1-1/+1
2018-08-29Add: lvm2, luks pluginsLars Wirzenius1-0/+6
2018-08-19Fix: bugs, plus put back compatibiliy with old tag field namesLars Wirzenius1-3/+8
2018-08-19Drop: pointless progress reportingLars Wirzenius1-1/+0
2018-08-18Change: systematize how tags are usedLars Wirzenius1-26/+17
2018-08-18Change: use vmdb.unmount to unmountLars Wirzenius1-1/+4
2018-08-16Change: allow setting the image dev in the .vmdb fileLars Wirzenius1-1/+3
2018-08-14Fix: typo in error messageLars Wirzenius1-1/+1
2018-07-28Add: depend on qemu-utils (for qemu-img)Lars Wirzenius1-2/+5
2017-10-07Fix: call runcmd_chroot via the correct nameLars Wirzenius1-2/+2
2017-09-24Add: vmdb.runcmd_chroot functionLars Wirzenius1-6/+3
2017-07-23Fix grub plugin documentation and examplesRiccardo Scartozzi risca1-4/+3
2017-06-18Add: Run pylint in check; fix problems it findsLars Wirzenius1-5/+2
2017-06-16Add: some hardcoded kernel paramsLars Wirzenius1-0/+3
2017-05-29Enable serial console for grub installsLars Wirzenius1-0/+21
2017-05-21Refactor: Make UEFI and BIOS flavor use common codeLars Wirzenius1-42/+16
2017-05-21Add: BIOS installing flavor for GRUB pluginLars Wirzenius1-6/+59
2017-05-13Add grub UEFI pluginLars Wirzenius1-0/+210