slitaz-boot-scripts diff etc/init.d/rcS @ rev 466

bootopts.sh: ensure keyboard is defined (for uefi case)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 15 15:00:15 2020 +0000 (2020-09-15)
parents 01ab2b1d9b4d
children
line diff
     1.1 --- a/etc/init.d/rcS	Tue Feb 26 08:21:44 2019 +0100
     1.2 +++ b/etc/init.d/rcS	Tue Sep 15 15:00:15 2020 +0000
     1.3 @@ -143,7 +143,7 @@
     1.4  
     1.5  		# Start syslogd and klogd
     1.6  		action 'Starting system log daemon: syslogd...'
     1.7 -		syslogd -s $SYSLOGD_ROTATED_SIZE; status
     1.8 +		syslogd -s ${SYSLOGD_ROTATED_SIZE:-60}; status
     1.9  		action 'Starting kernel log daemon: klogd...'
    1.10  		klogd; status
    1.11