File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -288,10 +288,10 @@ public class InstallerDaemon.Daemon : GLib.Object {
288288 value = 278
289289 };
290290
291- // 512MB /boot partition that's created if we're doing encryption
291+ // 1024MB /boot partition that's created if we're doing encryption
292292 var boot_sector = Distinst . Sector () {
293293 flag = Distinst . SectorKind . MEGABYTE ,
294- value = efi_sector. value + 512
294+ value = efi_sector. value + 1024
295295 };
296296
297297 // 4GB swap partition at the end
Original file line number Diff line number Diff line change 1010 <p >Step by step installer for elementary OS itself.</p >
1111 </description >
1212 <releases >
13+ <release version =" 1.0.5" date =" 2021-12-16" urgency =" medium" >
14+ <p >Improvements:</p >
15+ <ul >
16+ <li >Double the boot partition size for encrypted installs</li >
17+ <li >Updated translations</li >
18+ </ul >
19+ </release >
1320 <release version =" 1.0.4" date =" 2021-12-13" urgency =" medium" >
1421 <p >Improvements:</p >
1522 <ul >
You can’t perform that action at this time.
0 commit comments