Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -234,3 +234,4 @@ 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
|
||||||
|
|
||||||
|
3
disk.sh
3
disk.sh
@ -2,6 +2,3 @@
|
|||||||
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
|
|
||||||
|
@ -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>
|
Wed Aug 7 17:12:23 UTC 2024 - Richard Brown <rbrown@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user