Explorar el Código

Fix archinstall.sh

Viktor Grahn hace 1 año
padre
commit
151524c8e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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