From ff7c92a7c79661a42fbdff232dba5b9fe3349ccd Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 22 Oct 2025 16:54:23 +0100 Subject: Increase default boot size & hostname --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index f684f9d..d3983b9 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ root="${drive}2" swap_size=auto # Boot size (e.g: 256M, 512M, 1G) -boot_size=512M +boot_size=1G # Duel-boot (i.e. a shared BOOT partition is used) # Caution: @@ -33,7 +33,7 @@ user=blake user_groups=wheel,video,audio,input,log # System name -hostname=ArtixPC +hostname=pc # timezones are available in the /usr/share/zoneinfo/ directory timezone=Europe/London -- cgit