mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-07 23:00:30 +08:00
Switch out references to fedora in initscript and username to be generic
This commit is contained in:
@@ -18,9 +18,9 @@ timezone Europe/Zurich
|
||||
# set up localized keyboard since it is not used in /etc/X11/xorg.conf anymore and
|
||||
# KDE don't use /etc/sysconfig/keyboard.
|
||||
# Replace "sg-latin1-nodeadkeys" with the keyboard layout you have used above
|
||||
mkdir -p /home/fedora/.kde/env
|
||||
echo "system-config-keyboard --noui sg-latin1-nodeadkeys" > /home/fedora/.kde/env/keyboard.sh
|
||||
chmod +x /home/fedora/.kde/env/keyboard.sh
|
||||
chown -R fedora:fedora /home/fedora/.kde/env/
|
||||
mkdir -p /home/liveuser/.kde/env
|
||||
echo "system-config-keyboard --noui sg-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
|
||||
chmod +x /home/liveuser/.kde/env/keyboard.sh
|
||||
chown -R fedora:fedora /home/liveuser/.kde/env/
|
||||
|
||||
%end
|
||||
|
||||
Reference in New Issue
Block a user