more debugging; show contents of /boot at intermediate stages
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 25 Feb 2020 10:04:47 +0000 (11:04 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 25 Feb 2020 10:08:13 +0000 (11:08 +0100)
prep.sh

diff --git a/prep.sh b/prep.sh
index 1723a2c..8c7dc01 100755 (executable)
--- 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"