#!/bin/sh
# VLocity Linux Config LILO
# Just call lilo after initialization
#
# (c) Eko M. Budi, 2004
# (c) VLocity Linux, 2004
#
# Released under GNU GPL

# load libraries
ldconfig

# go for it
exec /sbin/vliloconf
