forked from srbala/fedora-kickstarts
Revert "Revert "Merge branch 'master' into pull_request_workflow""
This reverts commit 04ff19c726
.
This commit is contained in:
parent
04ff19c726
commit
b4acbdc337
@ -24,7 +24,7 @@ passwd -u root
|
||||
|
||||
# Vagrant setup
|
||||
sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
|
||||
echo 'vagrant ALL=NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
||||
mkdir -m 0700 -p ~vagrant/.ssh
|
||||
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
||||
|
@ -18,15 +18,20 @@ hexchat
|
||||
transmission
|
||||
parole
|
||||
|
||||
# mp3 support
|
||||
gstreamer1-plugin-mpg123
|
||||
|
||||
# make sure we have a graphical installer
|
||||
yumex-dnf
|
||||
gnome-software # for update-notification
|
||||
dnfdragora # for graphical (GTK and ncurses) package-management
|
||||
libyui-mga-gtk # GTK3-frontend for dnfdragora (graphical use)
|
||||
libyui-mga-ncurses # Ncurses-frontend for dnfdragora (text-mode use)
|
||||
|
||||
# nifty for installing not-found cli-commands
|
||||
PackageKit-command-not-found
|
||||
|
||||
# extra backgrounds
|
||||
desktop-backgrounds-basic
|
||||
f25-backgrounds-extras-gnome
|
||||
|
||||
# save some space
|
||||
-fedora-icon-theme
|
||||
-PackageKit* # we switched to yumex, so we don't need this
|
||||
|
||||
%end
|
||||
|
@ -45,7 +45,7 @@ systemctl mask cloud-init cloud-init-local cloud-config cloud-final
|
||||
|
||||
# Vagrant setup
|
||||
sed -i 's,Defaults\\s*requiretty,Defaults !requiretty,' /etc/sudoers
|
||||
echo 'vagrant ALL=NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||
echo 'vagrant ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/vagrant-nopasswd
|
||||
sed -i 's/.*UseDNS.*/UseDNS no/' /etc/ssh/sshd_config
|
||||
mkdir -m 0700 -p ~vagrant/.ssh
|
||||
cat > ~vagrant/.ssh/authorized_keys << EOKEYS
|
||||
|
Loading…
Reference in New Issue
Block a user