diff --git a/src/sbin/lorax b/src/sbin/lorax index e1c6b4ad..bdb42821 100755 --- a/src/sbin/lorax +++ b/src/sbin/lorax @@ -113,6 +113,7 @@ def main(): parser.error("config file %s doesn't exist." % opts.config) setup_logging(opts) + log.debug(opts) log_selinux_state() diff --git a/src/sbin/mkefiboot b/src/sbin/mkefiboot index 76d69c34..6e3f7d00 100755 --- a/src/sbin/mkefiboot +++ b/src/sbin/mkefiboot @@ -152,6 +152,7 @@ def main(): print("Warning: --icon is only useful for Apple EFI images") if opt.diskname and not opt.imgtype == "apple": print("Warning: --diskname is only useful for Apple EFI images") + log.debug(opt) # do the thing! if opt.imgtype == "apple": mkmacboot(opt.bootdir, opt.outfile, opt.label, opt.icon, opt.product,