diff --git a/Containerfile b/Containerfile index 9baed74..f83c311 100644 --- a/Containerfile +++ b/Containerfile @@ -64,6 +64,7 @@ COPY systemd/* /usr/lib/systemd/system/ COPY desktops/* /usr/share/applications/ COPY misc/seagl-state-dir.conf /usr/lib/tmpfiles.d/ COPY icon/seagl-logo-icon.svg /usr/share/icons/hicolor/scalable/places/ +COPY etc/* /etc/ RUN mkdir -p /var/lib/alternatives && \ /tmp/build.sh && \ diff --git a/build.sh b/build.sh index 5e4a22e..3eb91db 100755 --- a/build.sh +++ b/build.sh @@ -24,6 +24,9 @@ rpm-ostree install libreoffice nextcloud-client nextcloud-client-nautilus ### Configure system +systemctl set-default graphical.target +systemd-firstboot --locale="en_US.UTF-8" --timezone=America/Los_Angeles --hostname seagl-unconfigured --root-password=password + sed -i 's/\[daemon\]/[daemon]\nAutomaticLoginEnable=true\nAutomaticLogin=seagloperator/' /etc/gdm/custom.conf systemctl enable seagl-reset-users.service diff --git a/etc/adjtime b/etc/adjtime new file mode 100644 index 0000000..5a8bf80 --- /dev/null +++ b/etc/adjtime @@ -0,0 +1,3 @@ +0.0 0 0.0 +0 +UTC diff --git a/etc/crypttab b/etc/crypttab new file mode 100644 index 0000000..e69de29 diff --git a/etc/sysconfig/network b/etc/sysconfig/network new file mode 100644 index 0000000..345fe0a --- /dev/null +++ b/etc/sysconfig/network @@ -0,0 +1 @@ +# Created by Anaconda diff --git a/etc/vconsole.conf b/etc/vconsole.conf new file mode 100644 index 0000000..b477c51 --- /dev/null +++ b/etc/vconsole.conf @@ -0,0 +1,2 @@ +KEYMAP="us" +FONT="eurlatgr"