Skip to content
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.

How to create CentOS8.2.zip? #49

Open
devlocalca opened this issue Aug 17, 2020 · 3 comments
Open

How to create CentOS8.2.zip? #49

devlocalca opened this issue Aug 17, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@devlocalca
Copy link

What would I need to download, and what steps would I need to follow to recreate the CentOS8.zip that is downloadable here, except do this with the newest release of CentOS 8.2?

I want to run CentOS 8.2 under WSL,

thank you for the instructions.

@beardedeagle
Copy link

beardedeagle commented Aug 18, 2020

@devlocalca I'm not the owner, or a contributor, but looks like the relevant files to figure that out are the .travis.yml and Makefile files. Should just need to update the Makefile and build, with the deps from the .travis.yml being installed first of course. Well and this I believe: wsldl.

@mishamosher
Copy link

@devlocalca You can also check this bash script: https://github.com/mishamosher/CentOS-WSL/blob/99cdb8a362b6359fc23b344e0f7ee44581cb4029/build.sh

It does not have much science to it, other than a couple specifics for the QCOW2 image handling logic.

Please note that the linked bash script does not recreate the CentOS 8 image available in this repo, as the one in this repo is based on the docker (container) CentOS 8 images, and the linked one is based on the "generic cloud" CentOS 8 images.

Also, wsldl is not a requirement, but it makes it easier to install the WSL instance and manage various settings related to it.

@beardedeagle
Copy link

@mishamosher I ran across your repo yesterday around the time I commented, good stuff.

@yuk7 yuk7 added the enhancement New feature or request label Nov 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants