From e16e383ffb026ce3e3ae578ccb9b865b26fcda19 Mon Sep 17 00:00:00 2001 From: lumarel Date: Sat, 29 Apr 2023 20:32:46 +0200 Subject: [PATCH] Reference to WSL docs instead of having a 2nd opinion --- dev_guides/wiki_development_boxes.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev_guides/wiki_development_boxes.md b/dev_guides/wiki_development_boxes.md index dacd8fa..a2b4aeb 100644 --- a/dev_guides/wiki_development_boxes.md +++ b/dev_guides/wiki_development_boxes.md @@ -3,7 +3,7 @@ title: Create live devbox for wiki.rockylinux.org author: - Lukas Magauer - Al Bowles -revision_date: 2022-05-07 +revision_date: 2023-04-29 --- # 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 -- Make sure the Windows Subsystem for Linux is enabled on your machine -- 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 --version 2` to create the machine -- Run `wsl -d ` to initially login to the 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`. ### toolbox specific