]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
installer: Disable seperate boot partition
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 25 Feb 2024 10:48:57 +0000 (11:48 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 25 Feb 2024 10:48:57 +0000 (11:48 +0100)
This will merge /boot and / to be on the same partition.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/installer/hw.c

index b9ed924591660e0aedec30f4cf2f2a151a7a2e1a..81be874716915de93a3a78a7da2bf325366babef 100644 (file)
@@ -490,7 +490,7 @@ static unsigned long long hw_swap_size(struct hw_destination* dest) {
 }
 
 static unsigned long long hw_boot_size(struct hw_destination* dest) {
-       return MB2BYTES(512);
+       return 0;
 }
 
 static int hw_device_has_p_suffix(const struct hw_destination* dest) {