Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

dracut/autoinstaller: Remove rc.conf changes #404

Open
wants to merge 1 commit into
base: auto
Choose a base branch
from
Open

Conversation

the-maldridge
Copy link
Member

rc.conf really isn't where most of these settings should be set anymore. This change removes these settings from the autoinstaller.

@classabbyamp
Copy link
Member

i think keymap is still useful to change in rc.conf (i use a non-default one), but timezone could still be done by linking it to /etc/localtime

@the-maldridge the-maldridge force-pushed the auto2 branch 3 times, most recently from fdd3c95 to 518b926 Compare March 6, 2025 02:52
sed -i "s:#KEYMAP:KEYMAP:" "${target}/etc/rc.conf"
fi

ln -s "/usr/share/zoneinfo/${timezone}" /etc/localtime
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ln -s "/usr/share/zoneinfo/${timezone}" /etc/localtime
ln -s "/usr/share/zoneinfo/${timezone}" "${target}/etc/localtime"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants