写点什么

使用 lxrunoffline 管理运行 wsl

用户头像
关注
发布于: 2021 年 04 月 08 日

项目地址:

https://github.com/DDoSolitary/LxRunOffline


  1. 在 release 页面,先下载 msvc 版本 release binary 文件

  2. 在 wiki 页面下载 ubuntu image

https://lxrunoffline.apphb.com/download/{distro}/{version}
对于ubuntuwget https://lxrunoffline.apphb.com/download/ubuntu/focal
复制代码

下载得到 ubuntu-focal-core-cloudimg-amd64-root.tar.gz

  1. windows 使能 wsl 虚拟支持 (在添加与删除程序中)

  2. 重启机器

  3. 创建一个 case sensitive 的文件夹,用来解压 rootfs

fsutil.exe file SetCaseSensitiveInfo D:\wsl enable
复制代码
  1. 用 lxrunoffline 安装 image

LxRunOffline.exe i -n ubuntufocal -d D:/ubuntufocal -f ubuntu-focal-core-cloudimg-amd64-root.tar.gz -s
复制代码
  1. 如果遇到已经安装的情况

LxRunOffline.exe list
LxRunOffline.exe uninstall -n XXX
复制代码


用户头像

关注

还未添加个人签名 2020.09.02 加入

还未添加个人简介

评论

发布
暂无评论
使用 lxrunoffline 管理运行wsl