query oem and boot_args config

This commit is contained in:
Bernhard Landauer 2019-12-15 00:34:37 +01:00
parent 3c355c7093
commit b3ed15d0fe

View file

@ -33,8 +33,10 @@ show_profile(){
msg2 "chrootcfg: %s" "${chrootcfg}"
${netinstall} && msg2 "netgroups: %s" "$(get_yaml)"
msg2 "geoip: %s" "${geoip}"
msg2 "oem_used: %s" "${oem_used}"
msg2 "efi_boot_loader: %s" "${efi_boot_loader}"
msg2 "custom_boot_args: %s" "${custom_boot_args}"
msg2 "hostname: %s" "${hostname}"
msg2 "username: %s" "${username}"