diff --git a/README.md b/README.md index 4e6ae63..70e78e9 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ Both packages are on the AUR. Keys and mirrors. # Tip -Sometime a "proc" folder stays mounted. +Sometimes a "proc" folder stays mounted. Unmount it with this diff --git a/installation-scripts/30-build-the-iso-the-first-time.sh b/installation-scripts/30-build-the-iso-the-first-time.sh index 4268221..c93c4d1 100755 --- a/installation-scripts/30-build-the-iso-the-first-time.sh +++ b/installation-scripts/30-build-the-iso-the-first-time.sh @@ -280,11 +280,11 @@ echo # echo "Building md5sum" # echo "########################" # md5sum $isoLabel | tee $isoLabel.md5 -# echo -# echo "Moving pkglist.x86_64.txt" -# echo "########################" -# cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt" -# + echo + echo "Moving pkglist.x86_64.txt" + echo "########################" + cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt" + echo echo "##################################################################"