Explorar o código

Fix archinstall.sh

Viktor Grahn hai 1 ano
pai
achega
151524c8e8
Modificáronse 1 ficheiros con 1 adicións e 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