seb diff seb @ rev 23

Tiny edits
author Paul Issott <paul@slitaz.org>
date Wed Mar 08 19:55:08 2017 +0000 (2017-03-08)
parents 313cfea052a5
children 33333de28e73
line diff
     1.1 --- a/seb	Tue Mar 07 23:54:38 2017 +0100
     1.2 +++ b/seb	Wed Mar 08 19:55:08 2017 +0000
     1.3 @@ -294,7 +294,8 @@
     1.4  
     1.5  	# Linux Kernel
     1.6  	echo -n "Copying the Linux kernel..."
     1.7 -	cp ${linux} ${rootiso}/boot/bzImage; check
     1.8 +	cp ${linux} ${rootiso}/boot/bzImage
     1.9 +	info 035 "$(du -mh $linux | awk '{print $1}')"
    1.10  
    1.11  	# Bootloader
    1.12  	echo -n "Copying the bootloader (isolinux)..."