]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blobdiff - scripts/ovh_vps_ssd/arch_chroot_script.sh
Move todos to readme.md and add first documentation
[perso/Immae/Projets/Puppet.git] / scripts / ovh_vps_ssd / arch_chroot_script.sh
index 7b7887fd873f1f40e840383c05d31d6dc2bcd15f..57e793bfe9bd51a12059463d4ce9896743525b5a 100755 (executable)
@@ -10,7 +10,7 @@ DEVICE=$(realpath "$PART")
 # mkfs.ext4 -F -U "$UUID" "$DEVICE"
 mount "$DEVICE" /mnt
 
-##### FIXME: mkfs.ext4 would be better ####
+##### mkfs.ext4 would be better ####
 for i in /mnt/*; do
   if [ "$i" = "/mnt/boot" ]; then
     # keep /boot/grub
@@ -19,7 +19,7 @@ for i in /mnt/*; do
     rm -rf $i
   fi
 done
-##### /FIXME ####
+##### / ####
 
 pacstrap -G /mnt base git puppet