Regenerate all image test cases with the enhanced image-info

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2022-02-15 11:34:13 +01:00 committed by Achilleas Koutsou
parent 2182996aae
commit 1273ef7b35
186 changed files with 18317 additions and 44 deletions

View file

@ -9639,6 +9639,17 @@
}
},
"default-target": "graphical.target",
"dnf": {
"dnf.conf": {
"main": {
"best": "True",
"clean_requirements_on_remove": "True",
"gpgcheck": "1",
"installonly_limit": "3",
"skip_if_unavailable": "False"
}
}
},
"dracut": {
"/usr/lib/dracut/dracut.conf.d": {
"01-dist.conf": {
@ -10230,7 +10241,7 @@
"bootable": false,
"fstype": "vfat",
"label": "EFI\\ System",
"partuuid": "24057256-3BD7-2746-98C8-C1DACD7D1E7A",
"partuuid": "26279506-8D85-534C-B2D3-051E3FE19E1A",
"size": 498073600,
"start": 1048576,
"type": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
@ -10240,7 +10251,7 @@
"bootable": false,
"fstype": "xfs",
"label": null,
"partuuid": "D7E7C8A2-E6A5-D246-A4F9-643ED968F48C",
"partuuid": "468A705D-7634-B040-9F79-1A976E043FEF",
"size": 3794779648,
"start": 500170752,
"type": "0FC63DAF-8483-4772-8E79-3D69D8477DE4",
@ -10431,6 +10442,49 @@
"tuned.service",
"unbound-anchor.timer"
],
"ssh_config": {
"/etc/ssh": {
"ssh_config": [
"Include /etc/ssh/ssh_config.d/*.conf"
]
},
"/etc/ssh/ssh_config.d": {
"05-redhat.conf": [
"Match final all",
"Include /etc/crypto-policies/back-ends/openssh.config",
"GSSAPIAuthentication yes",
"ForwardX11Trusted yes",
"SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
"SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
"SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
"SendEnv XMODIFIERS"
]
}
},
"sshd_config": {
"/etc/ssh": {
"sshd_config": [
"HostKey /etc/ssh/ssh_host_rsa_key",
"HostKey /etc/ssh/ssh_host_ecdsa_key",
"HostKey /etc/ssh/ssh_host_ed25519_key",
"SyslogFacility AUTHPRIV",
"PermitRootLogin yes",
"AuthorizedKeysFile\t.ssh/authorized_keys",
"PasswordAuthentication yes",
"ChallengeResponseAuthentication no",
"GSSAPIAuthentication yes",
"GSSAPICleanupCredentials no",
"UsePAM yes",
"X11Forwarding yes",
"PrintMotd no",
"AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES",
"AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT",
"AcceptEnv LC_IDENTIFICATION LC_ALL LANGUAGE",
"AcceptEnv XMODIFIERS",
"Subsystem\tsftp\t/usr/libexec/openssh/sftp-server"
]
}
},
"sudoers": {
"/etc/sudoers": [
"Defaults !visiblepw",