correction archgenfstab >> -> >

This commit is contained in:
MatMoul 2015-11-01 18:07:21 +01:00
parent 4040beed64
commit c0da47c6af

4
archfi
View file

@ -945,8 +945,8 @@ archsetrootpasswordchroot(){
archgenfstab(){
clear
echo "genfstab -U -p /mnt >> /mnt/etc/fstab"
genfstab -U -p /mnt >> /mnt/etc/fstab
echo "genfstab -U -p /mnt > /mnt/etc/fstab"
genfstab -U -p /mnt > /mnt/etc/fstab
pressanykey
}