fbs view themes/default/init.sh @ rev 6

Add a minimal rcS boot script for example (from ARM version but usable on a desktop)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 14:14:56 2014 +0200 (2014-05-02)
parents
children
line source
1 #!/bin/sh
2 # Expand the progress bar
4 width=$(fbset | fgrep "geometry" | cut -d " " -f 2)
5 bar_width=$(($width - 160))
7 sed -i s"/BAR_WIDTH=.*/BAR_WIDTH=$bar_width/" \
8 $(dirname $0)/splash.cfg