From f69e5f5dcaedc5ef09f5283c4258e95903d64666 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Apr 2026 02:42:50 +0100 Subject: Remove duel-boot option --- config | 7 ------- 1 file changed, 7 deletions(-) (limited to 'config') diff --git a/config b/config index 7ce261f..6e4170a 100644 --- a/config +++ b/config @@ -17,13 +17,6 @@ swap_size=auto # Boot size (e.g: 256M, 512M, 1G) boot_size=1G -# Duel-boot (i.e. a shared BOOT partition is used) -# Caution: -# - DRIVE must be separate from BOOT as DRIVE will be wiped/formatted -# - BOOT will NOT be formatted but used to install linux & bootloader -# - BOOT partition must already be setup, e.g. partitioned/formatted -duel_boot=false - # System user=blake -- cgit