[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to extract the content of the Knoppix 5.3.0 minirt.gz ?



Well I gave it a try... and then another.
Then I backed up my knoppix.img.
Then I did the commands that previously gave me all kinds of errors... as root.
Which produced only the expected output about removing leading slash...

gunzip minirt.gz
mkdir init_tmp
cd init_tmp

cpio -imvd --no-absolute-filenames -I ../minirt
yada yada yada... well all I did here was touch ./linuxrc
find . | cpio --quiet -o -H newc | gzip -9 > ../minirt.gz

and the new minirt.gz is about the same size as the original.
It booted up ok.

What's with the error about a missing selinuxfs on these minirts?
.


Reply to: