seb view examples/initfs-scratch/etc/init.d/rcS @ rev 3

Add examples folder with initfs-scratch (like in 2007 scratchbook)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 16:31:59 2017 +0100 (2017-03-06)
parents
children
line source
1 #! /bin/sh
2 #
3 # Main boot script for your SliTaz Embedded System
4 #
5 . /lib/libseb.sh
6 . /etc/seb-os.conf
8 colorize 33 "Processing /etc/init.d/rcS..."
10 /bin/mount proc
11 /bin/mount -a
13 /sbin/mdev -s
14 /bin/hostname ${host_name}
16 /sbin/ifconfig lo 127.0.0.1 up
17 /sbin/loadkmap < /usr/share/kmap/default
19 sleep 1
20 echo -e "\nWelcome to SliTaz Embedded System"
21 boldify "Login: root"