Browse Source

Fix archinstall.sh

Viktor Grahn 1 năm trước cách đây
mục cha
commit
151524c8e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      archInstall.sh

+ 1 - 1
archInstall.sh

@@ -105,7 +105,7 @@ function preChrootStep {
 
   printf "Creating filesystems\n" | tee -a $LOGFILE
   mkfs.fat -F32 ${BOOTPART} >> $LOGFILE 2>&1 || exit $?
-  mkfs.ext4 /dev/Volgroup1/root >> $LOGFILE 2>&1 || exit $?
+  mkfs.ext4 /dev/VolGroup1/root >> $LOGFILE 2>&1 || exit $?
 
   printf "Mount filesystems\n" | tee -a $LOGFILE
   mount /dev/VolGroup1/root /mnt