Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

3 changed files with 1 additions and 9 deletions

View File

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

View File

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

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
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>