From: Thierry Parmentelat Date: Tue, 25 Feb 2020 10:04:47 +0000 (+0100) Subject: more debugging; show contents of /boot at intermediate stages X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=976d12b1ac57cd0700da7d74657bfd5f2215dc25 more debugging; show contents of /boot at intermediate stages --- diff --git a/prep.sh b/prep.sh index 1723a2c..8c7dc01 100755 --- a/prep.sh +++ b/prep.sh @@ -48,7 +48,11 @@ echo "* Creating fedora root image" pl_root_makedevs $bootcd pkgsfile=$(pl_locateDistroFile ../build/ $pldistro bootcd.pkgs) pl_root_mkfedora $bootcd $pldistro $pkgsfile +echo "** DBG1 - contents of /boot after mkfedora" +ls -R $bootcd/boot pl_root_tune_image $bootcd +echo "** DBG2 - contents of /boot after tune_image" +ls -R $bootcd/boot # Add site_admin console account to BootCD: with root priv, and self passwd echo "* Creating site_admin account"