mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-01-31 08:55:27 +00:00
atomic: update link and revert some of the cherry-pick
Update the trac link to point to the pagure issue. Also we don't actually want to enable legacy network service. This was also reverted for f25 in 6f3661e. (cherry picked from commit c49c95145d230d63a9ba1bd638f5cdb0d8fc2e5b)
This commit is contained in:
parent
0c7d01ca5e
commit
fa047a1949
@ -127,15 +127,15 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || :
|
||||
rm -f /var/tmp/zeros
|
||||
echo "(Don't worry -- that out-of-space error was expected.)"
|
||||
|
||||
# For trac ticket https://fedorahosted.org/cloud/ticket/128
|
||||
# For trac ticket https://pagure.io/atomic-wg/issue/128
|
||||
rm -f /etc/sysconfig/network-scripts/ifcfg-ens3
|
||||
|
||||
echo "Adding Developer Mode GRUB2 menu item."
|
||||
/usr/libexec/atomic-devmode/bootentry add
|
||||
|
||||
# enable network service here, as doing it in the services line
|
||||
# Disable network service here, as doing it in the services line
|
||||
# fails due to RHBZ #1369794
|
||||
/sbin/chkconfig network on
|
||||
/sbin/chkconfig network off
|
||||
|
||||
# Anaconda is writing an /etc/resolv.conf from the install environment.
|
||||
# The system should start out with an empty file, otherwise cloud-init
|
||||
|
Loading…
x
Reference in New Issue
Block a user