소스 검색

Increase boot partition to 4G

Viktor Grahn 1 년 전
부모
커밋
284acd8136
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      archInstall.sh

+ 1 - 1
archInstall.sh

@@ -73,7 +73,7 @@ function preChrootStep {
     echo p      # Primary partition
     echo 1      # Partition number
     echo        # First sector (use default)
-    echo +1024M # Last sector
+    echo +4096M # Last sector
     echo n      # New partition
     echo p      # Primary partition
     echo 2      # Partition number