diff --git a/base_install_01.md b/base_install_01.md index ca6df73..f71932e 100644 --- a/base_install_01.md +++ b/base_install_01.md @@ -20,6 +20,7 @@ cfdisk /dev/sda ``` Schéma de partition + part | size | mountpoint | filesys | boot flag :-:|:-:|:-:|:-:|:-: /dev/sda1 | 521M | /boot | ext4 | oui @@ -183,9 +184,6 @@ Server = https://repo.herecura.be/$repo/$arch [sergej-repo] Server = http://repo.p5n.pp.ru/$repo/os/$arch -[sublime-text] -Server = https://download.sublimetext.com/arch/stable/x86_64 - [archlinuxfr] SigLevel = Never Server = https://repo.archlinux.fr/$arch @@ -236,10 +234,10 @@ pacman -Syy ## Redémarrer -La première étape est terminée, on quite le chroot, on démonte les partitions et on reboot +La première étape est terminée, on quite le chroot, on démonte les partitions et on reboot. ```shell exit umount -R /mnt reboot -``` \ No newline at end of file +```