make_single &&
make DESTDIR="$INSTALL_ROOT" install &&
make_normal &&

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.example.conf &&

cp -av sample/*.conf "$INSTALL_ROOT/etc" &&
cp -av "$SPELL_DIRECTORY/boot.bmp" "$INSTALL_ROOT/boot/boot.bmp" &&

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