Przeglądaj źródła

Fix archinstall.sh

Viktor Grahn 1 rok temu
rodzic
commit
151524c8e8
1 zmienionych plików z 1 dodań i 1 usunięć
  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