f5bf4978d8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/kexec-tools#041ba89902961b5490a7143d9596dc00d732cba0
11 lines
364 B
Bash
Executable File
11 lines
364 B
Bash
Executable File
#!/bin/sh
|
|
|
|
img_inst_pkg grubby\
|
|
dnsmasq\
|
|
openssh openssh-server\
|
|
dracut-network dracut-squash squashfs-tools ethtool snappy
|
|
|
|
img_run_cmd "grubby --args systemd.journald.forward_to_console=1 systemd.log_target=console --update-kernel ALL"
|
|
img_run_cmd "grubby --args selinux=0 --update-kernel ALL"
|
|
img_run_cmd "grubby --args crashkernel=224M --update-kernel ALL"
|