#message "${MESSAGE_COLOR}Remember to add \"initrd=/boot/initrd.splash\" to your bootloader${DEFAULT_COLOR}" && rm_source_dir ${BUILD_DIRECTORY}/initrd ## I'm just putting this back in here temporarily for a place holder. ## I will add options for doing it & for not doing it and for grub & lilo later. ## Please don't remove it. -- Jason Flatt #update_lilo() #{ # cp /etc/lilo.conf /etc/lilo.conf.old || return 1 # grep -q initrd /etc/lilo.conf # # if [ $? -ne "0" ]; then # echo -e "initrd=/boot/initrd.splash" > /etc/lilo.conf && # cat /etc/lilo.conf.old >> /etc/lilo.conf # else # echo "** lilo already has an initrd directive **" # fi #} # #update_lilo && #lilo .