--- mage/branches/alx-0_6_0/include/alx.minc 2011/05/12 00:57:07 2091 +++ mage/branches/alx-0_6_0/include/alx.minc 2011/05/12 00:57:40 2092 @@ -20,6 +20,16 @@ done } +add_conf_prot_ignore() +{ + local i + + for i in $@ + do + export CONFIG_PROTECT_IGNORE="${CONFIG_PROTECT_IGNORE} ${i}" + done +} + # updates /boot/grub/grub.conf with given params # example: alx_grub_update kernel-image-name description alx_grub_update()