Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayden committed Nov 26, 2018
1 parent b94ca72 commit 692f873
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DistroLauncher-Appx/MyDistro.appxmanifest
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp uap2 uap3 rescap desktop">
<Identity Name="WhitewaterFoundryLtd.Co.WLinuxEnterprise" Version="1.0.44.0" Publisher="CN=9879127B-9E92-4DE5-9C32-0B1F09F95DCF" ProcessorArchitecture="x64" />
<Identity Name="WhitewaterFoundryLtd.Co.WLinuxEnterprise" Version="1.0.45.0" Publisher="CN=9879127B-9E92-4DE5-9C32-0B1F09F95DCF" ProcessorArchitecture="x64" />
<mp:PhoneIdentity PhoneProductId="b3aa7b3c-ecad-4d09-9baf-ed16053e54d4" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>WLinux Enterprise</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Expand Up @@ -38,7 +38,7 @@ Components from WSL-Distro-Launcher:

Components from Whitewater Foundry, Ltd. Co.:

MIT License
MIT License

Copyright (c) 2018 Whitewater Foundry, Ltd. Co.. All rights reserved.

Expand All @@ -58,4 +58,4 @@ Components from Whitewater Foundry, Ltd. Co.:
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
SOFTWARE
13 changes: 8 additions & 5 deletions create-targz.sh
Expand Up @@ -6,14 +6,17 @@ TMPDIR=$(mktemp -d)
BUILDDIR=$(mktemp -d)

#enterprise boot ISO
BOOTISO="http://mirror.centos.org/centos/7.5.1804/os/x86_64/images/boot.iso"
BOOTISO="http://ftp1.scientificlinux.org/linux/scientific/7x/x86_64/os/images/boot.iso"

#enterprise Docker kickstart file
KSFILE="https://raw.githubusercontent.com/CentOS/sig-cloud-instance-build/master/docker/centos-7.ks"

# ARM64
# BOOTISO="http://vault.centos.org/altarch/7.3.1611/os/aarch64/images/boot.iso"
# KSFILE="https://raw.githubusercontent.com/CentOS/sig-cloud-instance-build/master/docker/centos-7arm64.ks"
#upstream enterprise boot ISO
#BOOTISO="http://mirror.centos.org/centos/7.5.1804/os/x86_64/images/boot.iso"

#ARM64
#BOOTISO="http://vault.centos.org/altarch/7.3.1611/os/aarch64/images/boot.iso"
#KSFILE="https://raw.githubusercontent.com/CentOS/sig-cloud-instance-build/master/docker/centos-7arm64.ks"

#go to our temporary directory
cd $TMPDIR
Expand All @@ -28,7 +31,7 @@ sudo yum install libvirt lorax virt-install libvirt-daemon-config-network libvir
sudo systemctl restart libvirtd

#download enterprise boot ISO
sudo curl $BOOTISO -o /tmp/install.iso
sudo curl $BOOTISO -o /tmp/install1000.iso

#download enterprise Docker kickstart file
curl $KSFILE -o install.ks
Expand Down

0 comments on commit 692f873

Please sign in to comment.