Skip to content

Instantly share code, notes, and snippets.

@mvidner
Created March 1, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvidner/94b7bbf77ee5a09b0ca5 to your computer and use it in GitHub Desktop.
Save mvidner/94b7bbf77ee5a09b0ca5 to your computer and use it in GitHub Desktop.
bootloader proposal specification by jreidinger
#propose
proposes timeout to 8 seconds
proposes gfx mode to auto
proposes to disable recovery boot entry
proposes empty distributor entry
proposes serial console from its usage on kernel command line
os_prober proposal
on s390
disable os probing
on Power PC
disable os probing
when Product explicitelly disable os prober
disable os probing
otherwise
proposes using os probing
terminal proposal
on s390
proposes console terminal
otherwise
proposes gfx terminal
kernel parameters proposal
on x86_64
proposes kernel parameters used in installation
adds the biggest available swap partition as resume device
adds additional kernel parameters for given product
removes splash argument and always add splash=silent
adds quiet and showopts arguments
on s390
adds additional kernel parameters for given product
adds the biggest available swap partition as resume device
with TERM="linux"
proposes to use serial console with "TERM=linux console=ttyS0 console=ttyS1"
on other TERM
proposes dumb term and sets 8 iuvc terminals
on other architectures
proposes kernel parameters used in installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment