Dustin B
b01a4c50ce
Update xoce-import.sh
...
Testing with another host
2020-07-29 12:43:48 -04:00
Dustin B
2846b2c7cc
Update xoce-import.sh
...
adding `--keepalive-time 5` to send a tcp notice keeping the connection active
2020-07-26 17:03:49 -04:00
Dustin B
640ba95d1b
Update xoce-import.sh
2020-07-26 16:54:03 -04:00
Dustin B
8c021409fd
Update xoce-import.sh
...
continue at random offset due to timeout
2020-07-26 16:48:38 -04:00
Dustin B
de67943d03
Update README.md
2020-07-26 14:32:45 -04:00
Dustin B
6f8fd30e78
Update README.md
...
checksum update for an updated xva
2020-07-26 14:30:36 -04:00
Dustin B
f1d4008d23
Update xoce-import.sh
...
Updated compressed- directly exported from XCP-ng shouldn't have any extra details
sha256 checksum c487d63f2eef67fcaf0e9c4e4998d4a3948fdad960cb1af5a70fcb80b07c2551
2020-07-26 14:29:54 -04:00
Dustin B
51e9248f5e
Update xoce-import.sh
...
Compressed XVA
2020-07-26 14:06:51 -04:00
Dustin B
3d1721dd69
Update xoce-import.sh
...
Updated link, not the smallest XVA, still testing. please confirm
2020-07-26 13:29:51 -04:00
Dustin B
3a635498fc
Update README.md
...
Fixed link for Import
2020-07-25 09:50:13 -04:00
Dustin B
93e0f96829
Update README.md
2020-07-25 07:10:21 -04:00
Dustin B
b720be1b1d
Update xoce-import.sh
2020-07-24 13:56:48 -04:00
Dustin B
31967f4d17
Update README.md
2020-07-24 13:56:32 -04:00
Dustin B
a8713722d4
Update README.md
2020-07-24 13:20:08 -04:00
Dustin B
957c441f4d
Update README.md
2020-07-24 13:19:44 -04:00
Dustin B
f3ef162d1f
Update README.md
2020-07-24 13:17:52 -04:00
Dustin B
574cb48d9b
Update README.md
...
Capitalization corrections
2020-07-24 13:11:57 -04:00
Dustin B
c16ee4617c
Merge pull request #80 from Jarli01/IPO
...
Installation process operations
2020-07-24 12:33:22 -04:00
Dustin B
aee34338cd
Merge pull request #82 from Jarli01/prepackaged-install
...
Update README.md
2020-07-24 12:31:39 -04:00
Dustin B
01392d4e02
Update README.md
2020-07-24 12:08:01 -04:00
Dustin B
803783403e
Update README.md
2020-07-24 12:04:19 -04:00
Dustin B
8123839694
Rename xoce to xoce-import.sh
2020-07-22 18:13:52 -04:00
Dustin B
1b0d065af8
Update README.md
2020-07-22 14:58:30 -04:00
Dustin B
7491e6a711
Update xoce
...
SHA256 checksum 0ae7e283518f9b12b9a3756c58fbf357aea852df062be842adbb45eb1e42dcec
2020-07-22 14:40:57 -04:00
Dustin B
fdead27043
Update TROUBLESHOOTING.md
...
Updated link to XCP-NG forums rather than the old link
2020-07-22 09:24:22 -04:00
Dustin B
e4efbc06c0
Update README.md
2020-07-22 09:19:19 -04:00
Dustin B
831a11ce8a
Update README.md
2020-07-22 09:13:39 -04:00
Dustin B
4e8afcf2b7
Installation process operations
...
Added clarity to the installation steps to draw attention to the order of operations required to install XOCE.
2020-07-22 09:10:59 -04:00
Dustin B
4245771e5d
Update TROUBLESHOOTING.md
2020-07-22 09:00:03 -04:00
Dan Pollak
b7419cda8b
Revert to Python 2
2020-05-31 09:34:14 -05:00
Dustin B
a54de7afba
Merge pull request #75 from Jarli01/Jarli01-patch-1
...
Dependency addition Python3-minimal
2020-05-26 09:57:21 -04:00
Dustin B
41eeb70190
Updated to Python3-minimal
...
Testing now
2020-05-26 09:02:29 -04:00
Dustin B
1ca7eed492
Update xo_install.sh
2020-05-06 15:58:14 -04:00
Dustin B
ece9445fd4
Update xo_install.sh
2020-05-06 15:55:49 -04:00
Dustin B
ea3449139a
Dependency addition
...
Python2 was removed from at least 20.04 and is replaced with Python3. Manually installing the package and then running the script works.
This change runs the installation process for it.
2020-05-06 14:57:34 -04:00
Danp2
5273ad5b09
Fix: Ignore "bad" plugins ( #70 )
2020-04-05 10:07:51 -05:00
Danp2
d15b30776a
Switch to Node LTS ( #69 )
...
* Switch to Node LTS
* Bump required memory to 3GB (build fails with only 2GB)
2020-04-04 09:48:29 -05:00
Dustin B
ef3929cbb3
Update README.md
...
typo fixes
2020-04-03 13:41:13 -04:00
Dustin B
33d4a77164
Update TROUBLESHOOTING.md
2020-04-03 13:26:24 -04:00
Dustin B
821375b674
Merge pull request #65 from braiam/patch-1
...
Don't call bash repeatedly - confirmed works
2020-01-08 08:23:10 -05:00
Braiam Peguero
b1741267b3
Don't call bash repeatedly
...
The first command started a bash shell as root, everything
below that shouldn't need sudo. But this way, we make sure
we become root at the last moment possible and prevent
using curl as root.
2020-01-01 00:09:57 -04:00
Danp2
6549f9fa8f
Add gnupg dependency, which is missing from Debian 10 netinst ISOs ( #62 )
...
* Install gnupg dependency
* Update comment
2019-09-18 11:25:58 -05:00
Dan Pollak
5c8c4c3885
Remove config file modification with sed
2019-08-31 16:28:13 -05:00
Dustin B
a3753004a9
Config Modification removal since this is now included by default
...
Removes the edit from source allowing configuration import, as this is now included in the community edition without additional customization.
2019-08-20 13:53:11 -04:00
Danp2
4e3af20bd0
Remove mod to delete banner ( #58 )
2019-08-05 17:59:07 -05:00
Dustin B
632e3e1659
Update bug_report.md
2019-06-17 11:54:22 -04:00
Dustin B
044b513dd5
Delete ISSUE_TEMPLATE.md
...
Deleting this as the updated template is better formatted to address issues.
2019-06-17 11:50:40 -04:00
Dustin B
251793d077
Merge pull request #56 from Jarli01/Declaration-Support-Conditions
...
Update README.md
2019-06-17 11:13:43 -04:00
Dustin B
b061efdf76
Update README.md
2019-06-17 09:44:41 -04:00
Dustin B
33d5e4fd39
Update README.md
2019-06-13 17:06:38 -04:00