correction archgenfstab >> -> >
This commit is contained in:
parent
4040beed64
commit
c0da47c6af
1 changed files with 2 additions and 2 deletions
4
archfi
4
archfi
|
@ -945,8 +945,8 @@ archsetrootpasswordchroot(){
|
||||||
|
|
||||||
archgenfstab(){
|
archgenfstab(){
|
||||||
clear
|
clear
|
||||||
echo "genfstab -U -p /mnt >> /mnt/etc/fstab"
|
echo "genfstab -U -p /mnt > /mnt/etc/fstab"
|
||||||
genfstab -U -p /mnt >> /mnt/etc/fstab
|
genfstab -U -p /mnt > /mnt/etc/fstab
|
||||||
pressanykey
|
pressanykey
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue