tiny-slitaz rev 4

helper: add log.gz in iso image
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 03 10:21:46 2012 +0200 (2012-09-03)
parents 88f125559bc3
children 577e6e91216d
files helper
line diff
     1.1 --- a/helper	Tue Aug 21 18:17:22 2012 +0200
     1.2 +++ b/helper	Mon Sep 03 10:21:46 2012 +0200
     1.3 @@ -330,6 +330,7 @@
     1.4  	cat $tmp/fs/boot/System.map | gzip -9 > $tmp/iso/data/sysmap.gz
     1.5  	cat $tmp/fs/boot/config | gzip -9 > $tmp/iso/data/linconf.gz
     1.6  	cat $tmp/fs/boot/config-busybox | gzip -9 > $tmp/iso/data/bbconf.gz
     1.7 +	cat $tmp/post_install.log | gzip -9 > $tmp/iso/data/log.gz
     1.8  	cp $tmp/config_files $tmp/iso/data/files.cnf
     1.9  	cp $tmp/fs/etc/packages.conf $tmp/iso/data/packages.cnf
    1.10  	cp $tmp/fs/boot/bzImage $tmp/iso/boot/bzImage