some tweaks to the configuration

This commit is contained in:
Cory Sanin 2025-04-20 10:35:40 -05:00
parent b32412314d
commit f5e9a950be
3 changed files with 8 additions and 4 deletions

9
config
View File

@ -1,10 +1,15 @@
IMG_NAME="showpieceos"
IMG_NAME="showpieceos-bookworm-arm64"
PI_GEN_RELEASE="Showpiece OS Bookworm"
RELEASE="bookworm"
DEPLOY_COMPRESSION="none"
COMPRESSION_LEVEL=0
LOCALE_DEFAULT="en_US.UTF-8"
TARGET_HOSTNAME="showpiece"
KEYBOARD_KEYMAP="English (US)"
KEYBOARD_KEYMAP="us"
KEYBOARD_LAYOUT="English (US)"
TIMEZONE_DEFAULT="America/Chicago"
FIRST_USER_NAME="pi"
FIRST_USER_PASS="letmein"
DISABLE_FIRST_BOOT_USER_RENAME=1
WPA_COUNTRY=US
ENABLE_SSH=0

View File

@ -1,5 +1,5 @@
xserver-xorg xinit
xrandr
x11-xserver-utils
mousepad
eom
vim

View File

@ -1,6 +1,5 @@
#!/bin/bash
systemctl enable docker
systemctl start docker
groupadd docker
gpasswd -a pi docker
newgrp docker