Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jperrin committed Jul 18, 2016
1 parent 2aa1c5d commit 36473e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/centos-6.ks
Expand Up @@ -63,8 +63,8 @@ yum -y remove dhclient dhcp-libs dracut grubby kmod grub2 centos-logos \

yum -y remove firewalld dbus-glib dbus-python ebtables \
gobject-introspection libselinux-python pygobject3-base \
python-decorator python-slip python-slip-dbus kpartx linux-firmware \
device-mapper* e2fsprogs-libs sysvinit-tools
python-decorator python-slip python-slip-dbus kpartx kernel-firmware \
device-mapper* e2fsprogs-libs sysvinit-tools kbd-misc

#clean up unused directories
rm -rf /boot
Expand Down
2 changes: 2 additions & 0 deletions docker/centos-7.ks
Expand Up @@ -107,6 +107,8 @@ rm -rf /etc/sysconfig/network-scripts/ifcfg-*
# Fix /run/lock breakage since it's not tmpfs in docker
umount /run
systemd-tmpfiles --create --boot
# Make sure login works
rm /var/run/nologin


#Generate installtime file record
Expand Down

0 comments on commit 36473e7

Please sign in to comment.