Closed ghost closed 3 years ago
Hello, which Linux distribution are you looking for ? Some vendors provide rootfs files.
I'm not specifying any distro and was looking for a universal solution to my question.
Compress root directory to tar.gz e.g. https://github.com/yuk7/AlpineWSL/blob/master/Makefile#L35
How about distros that don't give you the rootfs? Should I compress /
from a clean installation by myself?
yes.
The docs say you have to place the compressed root filesystem(
rootfs.tar.gz
) in the same repository aswsldl
, but how do you get therootfs.tar.gz
in the first place?(I have absolutely no knowledge of what arootfs
contains, so I'm sorry if this is a stupid question.)