make  ROOT=$INSTALL_ROOT  install  		&&

sed -i '/install\ =\ menu/a\
\
#Uncomment the following lines and comment the line above if you want to see a\
#beautiful SMGL logo at boot :-)\
\
#install=\/boot\/boot-bmp.b\
#bitmap=\/boot\/boot.bmp\
#bmp-table=227p,233p,1,7\
#bmp-colors=13,0,,11,0,13\
#bmp-timer=76,30,11,0\
' sample/lilo.sample.conf			&&

cp  sample/*.conf  /etc				&&
cp  $SCRIPT_DIRECTORY/boot.bmp /boot

message "A sample lilo.conf file has been installed as /etc/lilo.sample.conf"
