소스 검색

Fix archinstall.sh

Viktor Grahn 1 년 전
부모
커밋
151524c8e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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