tazusb rev 201

Move rootfs.gz to /home/boot with bzImage64
author Richard Dunbar <mojo@slitaz.org>
date Thu Sep 20 12:02:06 2018 -0400 (2018-09-20)
parents 04d84507e873
children ed82aa3f1853
files tazusb
line diff
     1.1 --- a/tazusb	Tue Jan 30 12:20:07 2018 +0200
     1.2 +++ b/tazusb	Thu Sep 20 12:02:06 2018 -0400
     1.3 @@ -521,7 +521,7 @@
     1.4  		size=$(du -sh "$ROOTFS_PATH" | cut -f1)
     1.5  
     1.6  		# If the bootable medium is where it should be, copy across
     1.7 -		if [ -e /home/boot/bzImage ]; then
     1.8 +		if [ -e /home/boot/bzImage* ]; then
     1.9  			longline "$(_ 'Moving %s to media. Remember to unmount for delayed writes!' "$ROOTFS")"
    1.10  
    1.11  			# Move the old filesystem with the unix timestamp for reference