Skip to content

Commit 178fcc9

Browse files
author
Mingshen Sun
committed
rootfs should be .tar.xz
1 parent 0b45650 commit 178fcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ packages, live ISO, and rootfs.
123123
- Build the container rootfs: `./mesalockrootfs`
124124
- Build a specific package only: `./mkpkg <package_name>`
125125

126-
The live ISO (`mesalock-linux.iso`) and rootfs (`rootfs.tar.gz`) can be found
126+
The live ISO (`mesalock-linux.iso`) and rootfs (`rootfs.tar.xz`) can be found
127127
in the `build` directory.
128128

129129
## Trying
@@ -145,7 +145,7 @@ steps to try MesaLock Linux in VirtualBox.
145145
We provide a simple `Dockerfile` for MesaLock Linux. Here are steps to try
146146
MesaLock Linux in a docker container.
147147

148-
1. Copy rootfs into the docker directory: `cp build/rootfs.tar.gz mesalockrootfs-dockerfile/`
148+
1. Copy rootfs into the docker directory: `cp build/rootfs.tar.xz mesalockrootfs-dockerfile/`
149149
2. Build the docker image: `docker build --rm -t mesalocklinux/mesalock-linux mesalockrootfs-dockerfile`
150150
3. Run the image and expeience MesaLock Linux: `docker run --rm -it mesalocklinux/mesalock-linux`
151151

0 commit comments

Comments
 (0)