Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
kernel-compression [2022/12/19 05:02] snacsnockernel-compression [2022/12/19 05:03] snacsnoc
Line 46: Line 46:
  
  
-[easto@cupcake][~/snacklinux]$ cd /opt/snacklinux_rootfs/; time find . -print | cpio -o -H newc --quiet | gzip > /home/easto/snacklinux/rootfs.gz+  [easto@cupcake][~/snacklinux]$ cd /opt/snacklinux_rootfs/; time find . -print | cpio -o -H newc --quiet | gzip > /home/easto/snacklinux/rootfs.gz 
 +   
 +  real    0m0.661s 
 +  user    0m0.607s 
 +  sys     0m0.052s
  
-real    0m0.661s +  [easto@cupcake][/opt/snacklinux_rootfs]$ cd /opt/snacklinux_rootfs/; time find . -print | cpio -o -H newc --quiet | xz > /home/easto/snacklinux/rootfs.xz 
-user    0m0.607s +   
-sys     0m0.052s +  real    0m4.697s 
- +  user    0m4.521s 
-[easto@cupcake][/opt/snacklinux_rootfs]$ cd /opt/snacklinux_rootfs/; time find . -print | cpio -o -H newc --quiet | xz > /home/easto/snacklinux/rootfs.xz +  sys     0m0.162s
- +
-real    0m4.697s +
-user    0m4.521s +
-sys     0m0.162s+