diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-22 16:54:23 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-22 16:54:23 +0100 |
| commit | ff7c92a7c79661a42fbdff232dba5b9fe3349ccd (patch) | |
| tree | 0605ae2e3e9990cbc2626e134d71b0273c20b668 /config | |
| parent | e7c525e1c1a8c0ca0df184bc4f80e67e0d5d07f2 (diff) | |
Increase default boot size & hostname
Diffstat (limited to 'config')
| -rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
