Sha256: 70255c6d543cd8d998072ea2e1d5786e12ce5479727a37a12598b5481c3e0ce8
Contents?: true
Size: 351 Bytes
Versions: 56
Compression:
Stored size: 351 Bytes
Contents
# Base install # Enable updates-testing repo sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/fedora-updates-testing.repo # Must exclude kernel for now. Otherwise, kernel gets upgraded before reboot, # but VirtualBox tools get compiled against the old kernel, so the fresh # image will refuse to start under Vagrant. yum -y update --exclude kernel*
Version data entries
56 entries across 16 versions & 1 rubygems