File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ It creates a VM to run openSUSE MicroOS + docker-compose to use [this image](htt
66```
77yum upgrade -y && yum autoremove -y #update to get the correct guest-util ISO version
88/opt/xensource/libexec/xen-cmdline --set-xen dom0_mem=2048M,max:2048M && reboot #set dom0 memory
9- curl -O https://raw.githubusercontent.com/HPPinata /Xen-Orchestra-Install/main/createXO.bash
9+ curl -O https://raw.githubusercontent.com/Momi-V /Xen-Orchestra-Install/main/createXO.bash
1010cat createXO.bash #look at the things you download
1111bash createXO.bash
1212```
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ sed -i "s+SELINUX=enforcing+SELINUX=permissive+g" /etc/selinux/config
2828
2929mkdir /var/orchestra
3030cd /var/orchestra
31- curl -O https://raw.githubusercontent.com/HPPinata /Xen-Orchestra-Install/main/compose.yml
31+ curl -O https://raw.githubusercontent.com/Momi-V /Xen-Orchestra-Install/main/compose.yml
3232
3333cat << 'EOL ' > /var/orchestra/update.bash
3434#!/bin/bash
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ combustion-ISO () {
1313 mkdir -p /var/opt/xen/ISO_Store
1414 isoSR=$( xe sr-create name-label=LocalISO type=iso device-config:location=/var/opt/xen/ISO_Store device-config:legacy_mode=true content-type=iso)
1515
16- curl -O https://raw.githubusercontent.com/HPPinata /Xen-Orchestra-Install/main/combustion.bash
16+ curl -O https://raw.githubusercontent.com/Momi-V /Xen-Orchestra-Install/main/combustion.bash
1717
1818 while [ -z " $hashed_password " ]; do echo " Password previously unset or input inconsistent." ; \
1919 hashed_password=" $( python3 -c ' import crypt; import getpass; \
You can’t perform that action at this time.
0 commit comments