add roles/toxcore
This commit is contained in:
parent
c8610f9ded
commit
7e491f4b8c
51 changed files with 1665 additions and 770 deletions
|
@ -32,21 +32,24 @@ AGI_install_syslog_daemon: syslog-ng # sysklogd
|
|||
AGI_install_cron_daemon: cronie #
|
||||
AGI_install_bootloader: syslinux # grub:2
|
||||
|
||||
AGI_install_syslinux_kernel_line:
|
||||
# this is required I think
|
||||
- console=tty1
|
||||
# this is required I think
|
||||
- text
|
||||
# adjust these to suit
|
||||
- lang=en
|
||||
- keymap=us
|
||||
AGI_syslinux_date: 2023_09_30
|
||||
AGI_syslinux_vmlinuz: vmlinuz-6.1.52-pentoo
|
||||
AGI_syslinux_initramfs: initramfs-pentoo-x86_64-6.1.52-pentoo
|
||||
AGI_syslinux_vga: "0x037f" # 0x37f?
|
||||
AGI_syslinux_ipv6disable: 1
|
||||
AGI_syslinux_cmdline:
|
||||
- rootfstype=ext2
|
||||
# remove this if you want IPV6
|
||||
- ipv6.disable=1
|
||||
# fsck should NOT be done by the bootloader
|
||||
- rd.skipfsck=1
|
||||
# =0x37f works too
|
||||
- vga=789
|
||||
# remove this if you want IPV6
|
||||
- ipv6.disable=1
|
||||
# this is required I think
|
||||
- console=ttyS0
|
||||
- lang=en
|
||||
- keymap=us
|
||||
- vga={{AGI_syslinux_vga}}
|
||||
# this is required I think
|
||||
- text
|
||||
# these may not all be needed or useful in a container
|
||||
# - pti=on
|
||||
# - iommu=pt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue