diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-03-23 12:25:34 +0000 |
---|---|---|
committer | Peter Mikus <peter.mikus@protonmail.ch> | 2023-03-23 13:10:14 +0000 |
commit | de72298ead9d9564f7c2b9647226f48c47e9e0bf (patch) | |
tree | b6c6e5bc2a0ca428bb325b145e12e1517dc38978 /docs/content/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg.md | |
parent | 7df3ef0a7b23614ef3329061be184cf25f8fa21f (diff) |
feat(docs): Add missing infra sections
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: I46008fa035418fb4bc0445b43403847a1e6a288e
Diffstat (limited to 'docs/content/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg.md')
-rw-r--r-- | docs/content/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/content/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg.md b/docs/content/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg.md new file mode 100644 index 0000000000..e02c642e6e --- /dev/null +++ b/docs/content/infrastructure/testbed_configuration/ami_alt_hw_bios_cfg.md @@ -0,0 +1,12 @@ +--- +bookToc: true +title: "MegaRac Altra" +--- + +# MegaRac Altra + +## Linux cmdline + +``` +BOOT_IMAGE=/boot/vmlinuz-5.15.0-46-generic root=UUID=7d1d0e77-4df0-43df-9619-a99db29ffb83 ro audit=0 default_hugepagesz=2M hugepagesz=1G hugepages=32 hugepagesz=2M hugepages=32768 iommu.passthrough=1 isolcpus=1-10,29-38 nmi_watchdog=0 nohz_full=1-10,29-38 nosoftlockup processor.max_cstate=1 rcu_nocbs=1-10,29-38 console=ttyAMA0,115200n8 quiet +``` |