File: fix-grub-boot-kernel-commandline-1f94e49884c517c0.yaml

package info (click to toggle)
python-diskimage-builder 3.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,572 kB
  • sloc: sh: 7,380; python: 6,444; makefile: 37
file content (10 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Fixes the GRUB2 bootloader kernel command line where a prior ``boot``
    parameter could cause issues with bootloader configuration when
    an image is rebuilt and the ``bootloader`` element is utilized.
    We now remove any prior ``boot`` parameter in */etc/default/grub*
    when executing the ``bootloader`` element, and then assert a
    valid entry ``boot`` parameter if a */boot* partition is defined
    as part of the image build.