forked from testing/wiki
Reference to WSL docs instead of having a 2nd opinion
This commit is contained in:
parent
73cfc900b3
commit
e16e383ffb
@ -3,7 +3,7 @@ title: Create live devbox for wiki.rockylinux.org
|
|||||||
author:
|
author:
|
||||||
- Lukas Magauer
|
- Lukas Magauer
|
||||||
- Al Bowles
|
- Al Bowles
|
||||||
revision_date: 2022-05-07
|
revision_date: 2023-04-29
|
||||||
---
|
---
|
||||||
|
|
||||||
# How to create a live system to work on the documentation
|
# How to create a live system to work on the documentation
|
||||||
@ -18,11 +18,7 @@ For now here is the link to [Trevor's vagrant box setup](https://github.com/tcoo
|
|||||||
|
|
||||||
### WSL specific
|
### WSL specific
|
||||||
|
|
||||||
- Make sure the Windows Subsystem for Linux is enabled on your machine
|
Create a WSL machine like [described here](https://docs.rockylinux.org/guides/interoperability/import_rocky_to_wsl), make sure to give it a name like `rocky-wiki`.
|
||||||
- Download the [Cloud image](https://github.com/rocky-linux/sig-cloud-instance-images/actions/workflows/build.yml)
|
|
||||||
- Get the actual disk out of the image (extract rocky-8.5-docker.tar)
|
|
||||||
- Run `wsl --import <machine-name> <path-to-vm-dir> <path-to/rocky-8.5-docker.tar> --version 2` to create the machine
|
|
||||||
- Run `wsl -d <machine-name>` to initially login to the machine
|
|
||||||
|
|
||||||
### toolbox specific
|
### toolbox specific
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user