--- mage/branches/alx-0_6_0/include/alx.minc 2011/05/11 21:16:12 2067 +++ mage/branches/alx-0_6_0/include/alx.minc 2011/05/11 21:49:26 2080 @@ -74,7 +74,7 @@ # using roots current password echo "password --md5 $(cat /etc/shadow | grep root | cut -d: -f2)" >> ${grubconf} echo >> ${grubconf} - acho "# normal boot" >> ${grubconf} + echo "# normal boot" >> ${grubconf} echo "title ${KERNEL_DESCRIPTION}" >> ${grubconf} echo "root ${grubroot}" >> ${grubconf} echo "kernel ${grubroot}/boot/${KERNEL_IMAGE} ${rootfs} quiet" >> ${grubconf}