Accepting request 1200820 from devel:microos:aeon:images

- Create ignition directory on ignition partiton, reduces steps
  needed to be done by users to use ignition/combustion configs

OBS-URL: https://build.opensuse.org/request/show/1200820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openSUSE-Aeon?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-09-15 10:35:52 +00:00 committed by Git OBS Bridge
commit 9a4a46ec15
3 changed files with 9 additions and 1 deletions

View File

@ -234,4 +234,3 @@ mkdir -p /home/tik/.config/gtk-3.0
echo "file:///ignition" >> /home/tik/.config/gtk-3.0/bookmarks echo "file:///ignition" >> /home/tik/.config/gtk-3.0/bookmarks
sed -i 's/DISPLAYMANAGER_AUTOLOGIN=""/DISPLAYMANAGER_AUTOLOGIN="tik"/' /etc/sysconfig/displaymanager sed -i 's/DISPLAYMANAGER_AUTOLOGIN=""/DISPLAYMANAGER_AUTOLOGIN="tik"/' /etc/sysconfig/displaymanager

View File

@ -2,3 +2,6 @@
set -euxo pipefail set -euxo pipefail
# Fix the filesystem label of the ignition partition, uppercase doesn't work with ignition # Fix the filesystem label of the ignition partition, uppercase doesn't work with ignition
e2label /dev/loop0p3 ignition e2label /dev/loop0p3 ignition
# Create ignition directory
mkdir /ignition/ignition
chown -R tik:users /ignition

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 13 12:04:01 UTC 2024 - Richard Brown <rbrown@suse.com>
- Create ignition directory on ignition partiton, reduces steps
needed to be done by users to use ignition/combustion configs
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 7 17:12:23 UTC 2024 - Richard Brown <rbrown@suse.com> Wed Aug 7 17:12:23 UTC 2024 - Richard Brown <rbrown@suse.com>