Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

baremetal: configure and persist kernel args #1489

Merged
merged 2 commits into from
Jun 17, 2021
Merged

Commits on Jun 9, 2021

  1. baremetal: use grub.cfg file for kernel arguments

    While the kernel arguments can be set for PXE, they have not been
    applied to the final installation.
    Use the /usr/share/oem/grub.cfg file to permanently set the kernel
    arguments, so that on each boot the final installation uses the
    kernel arguments provided by the user.
    pothos committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    9e58841 View commit details
    Browse the repository at this point in the history
  2. baremetal: Do not hardcode kernel console setting

    The kernel console setting was hardcoded and only used for PXE boots.
    Make the setting a variable and also apply it for the final
    installation.
    pothos committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d8d9da1 View commit details
    Browse the repository at this point in the history