Browse Source

Increase boot partition to 4G

Viktor Grahn 1 năm trước cách đây
mục cha
commit
284acd8136
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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