├── CHANGELOG ├── LICENSE ├── README.md ├── annexe-bios.md ├── annexe-reseau.md ├── install.md └── pictures ├── .gitkeep ├── alsamixer.png ├── bootscreen.png ├── cfdisk-bios.png ├── cfdisk2-bios.png ├── cgdisk.png ├── cinnamon.png ├── gnome.png ├── lxqt.png ├── mate.png ├── plasma.png └── xfce.png /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/CHANGELOG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/README.md -------------------------------------------------------------------------------- /annexe-bios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/annexe-bios.md -------------------------------------------------------------------------------- /annexe-reseau.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/annexe-reseau.md -------------------------------------------------------------------------------- /install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/install.md -------------------------------------------------------------------------------- /pictures/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pictures/alsamixer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/alsamixer.png -------------------------------------------------------------------------------- /pictures/bootscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/bootscreen.png -------------------------------------------------------------------------------- /pictures/cfdisk-bios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/cfdisk-bios.png -------------------------------------------------------------------------------- /pictures/cfdisk2-bios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/cfdisk2-bios.png -------------------------------------------------------------------------------- /pictures/cgdisk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/cgdisk.png -------------------------------------------------------------------------------- /pictures/cinnamon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/cinnamon.png -------------------------------------------------------------------------------- /pictures/gnome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/gnome.png -------------------------------------------------------------------------------- /pictures/lxqt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/lxqt.png -------------------------------------------------------------------------------- /pictures/mate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/mate.png -------------------------------------------------------------------------------- /pictures/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/plasma.png -------------------------------------------------------------------------------- /pictures/xfce.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chennux/arch-tuto-installation/HEAD/pictures/xfce.png --------------------------------------------------------------------------------