tazinst rev 109

Tazinst: fix iso already mounted error (thanks ben)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:57:25 2021 +0000 (2021-01-16)
parents 292c3fdb9769
children 5de73d81809b
files tazinst
line diff
     1.1 --- a/tazinst	Sat Oct 31 16:21:10 2020 +0000
     1.2 +++ b/tazinst	Sat Jan 16 10:57:25 2021 +0000
     1.3 @@ -1901,7 +1901,7 @@
     1.4  		  cat "$i" ) 2>>"$LOG" | /bin/busybox cpio -idu
     1.5  	done 2>>"$LOG" > /dev/null
     1.6  	fi
     1.7 -	install -m 644 /etc/keymap.conf /etc/locale.conf /etc/TZ /etc/network.conf etc
     1.8 +	/usr/sbin/install -m 644 /etc/keymap.conf /etc/locale.conf /etc/TZ /etc/network.conf etc
     1.9  	# unpack /usr (double check...)
    1.10  	if ls etc/tazlito | grep -q ".extract"; then
    1.11  		for i in etc/tazlito/*.extract; do