Browse Source

compare folders

master
Erik Dubois 4 years ago
parent
commit
8e8af73635
  1. 2
      README.md
  2. 10
      installation-scripts/30-build-the-iso-the-first-time.sh

2
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

10
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 "##################################################################"

Loading…
Cancel
Save