slitaz-boot-scripts annotate etc/init.d/local.sh @ rev 299

No more locale/keymap config at boot! Use syslinux menu. and fix opt wm=
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 17 15:56:40 2012 +0200 (2012-04-17)
parents a052c0a3dd7f
children 175315b7699d
rev   line source
pankso@9 1 #!/bin/sh
pankso@9 2 # /etc/init.d/local.sh - Local startup commands.
pankso@153 3 #
pankso@9 4 # All commands here will be executed at boot time.
pankso@9 5 #
pankso@9 6 . /etc/init.d/rc.functions
pankso@9 7
pankso@9 8 echo "Starting local startup commands... "
pankso@9 9