mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
287 B

if [ x"$ROCKCFG_PKG_LINUX_BOOTSPLASH" == x'1' ]; then
for x in CONFIG_{FRAMEBUFFER_CONSOLE,FBCON_SPLASHSCREEN,BOOTSPLASH}; do
sed -i "/$x/d" $1
echo "$x=y" >> $1
done
else
for x in CONFIG_{FRAMEBUFFER_CONSOLE,FBCON_SPLASHSCREEN,BOOTSPLASH}; do
sed -i "/$x/d" $1
done
fi