X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=prep.sh;h=8c7dc013ce79f67b800fe3954b632a2fd580875f;hb=refs%2Fheads%2Fmaster;hp=1723a2c0c516ea2d580b056a2def667917c3a06a;hpb=769e092954710140014dc3c9652b4c414cfbba5f;p=bootcd.git 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"