Created
March 23, 2018 04:17
-
-
Save jpadams/c43434a5286203dd4991c47eef9734f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/microkernel.ks b/microkernel.ks | |
index dbfaeba..276d6cd 100644 | |
--- a/microkernel.ks | |
+++ b/microkernel.ks | |
@@ -24,10 +24,10 @@ part / --size 1024 --fstype ext4 --ondisk sda | |
# | |
# Repositories | |
# | |
-repo --name=base --mirrorlist=http://mirrorlist.centos.org/?release=7&arch=$basearch&repo=os | |
-repo --name=updates --mirrorlist=http://mirrorlist.centos.org/?release=7&arch=$basearch&repo=updates | |
-repo --name=puppetlabs-products --baseurl=http://yum.puppetlabs.com/el/7/products/$basearch | |
-repo --name=puppetlabs-deps --baseurl=http://yum.puppetlabs.com/el/7/dependencies/$basearch | |
+repo --name=base --baseurl=http://mirror.centos.org/altarch/7/os/ppc64le | |
+repo --name=updates --baseurl=http://mirror.centos.org/altarch/7/updates/ppc64le | |
+repo --name=puppetlabs-products --baseurl=http://yum.puppetlabs.com/el/7Client/PC1/ppc64le | |
+repo --name=puppetlabs-deps --baseurl=http://yum.puppetlabs.com/el/7Client/dependencies/x86_64 | |
# | |
# Add all the packages after the base packages | |
@@ -43,12 +43,12 @@ chkconfig | |
rootfiles | |
yum | |
vim-minimal | |
-acpid | |
+#acpid | |
tar | |
# RAZOR-145 Add dmidecode for facter support | |
-dmidecode | |
+#dmidecode | |
# Additional dependency for facter support | |
-virt-what | |
+#virt-what | |
# Only needed because livecd-tools runs /usr/bin/firewall-offline-cmd | |
# unconditionally; patch submitted upstream. Remove once released version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment