sudo -i
modprobe bcache
partprobe
#Now, /dev/bcache* should be present, and you can carry on mounting, reformatting, etc. from here.
lvmdiskscan
lvdisplay
#give you the name of the lvm2 device
#install chroot script
pacman -Sy arch-install-scripts
arch-chroot /mnt /bin/bash
#update mkinitcpio
mkinitcpio -p linux
pacman -Sy linux
#DONE !
https://www.youtube.com/watch?v=AMPKmh98XLY
Les CSS Grids (et un peu de Flex)
Ça dure une heure mais ça vaut VRAIMENT le coup : au début elle parle sémantique HTML, et ensuite elle montre comment le design web peut redevenir souple et s'adapter au besoin design plutôt qu'aux « boîtes » des frameworks.