Bläddra i källkod

Increase boot partition to 4G

Viktor Grahn 1 år sedan
förälder
incheckning
284acd8136
1 ändrade filer med 1 tillägg och 1 borttagningar
  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