Magellan Linux

Diff of /mage/branches/alx-0_6_0/include/alx.minc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2079 by niro, Wed May 11 21:16:12 2011 UTC revision 2080 by niro, Wed May 11 21:49:26 2011 UTC
# Line 74  alx_grub_update() Line 74  alx_grub_update()
74   # using roots current password   # using roots current password
75   echo "password --md5 $(cat /etc/shadow | grep root | cut -d: -f2)"  >> ${grubconf}   echo "password --md5 $(cat /etc/shadow | grep root | cut -d: -f2)"  >> ${grubconf}
76   echo  >> ${grubconf}   echo  >> ${grubconf}
77   acho "# normal boot" >> ${grubconf}   echo "# normal boot" >> ${grubconf}
78   echo "title ${KERNEL_DESCRIPTION}" >> ${grubconf}   echo "title ${KERNEL_DESCRIPTION}" >> ${grubconf}
79   echo "root ${grubroot}" >> ${grubconf}   echo "root ${grubroot}" >> ${grubconf}
80   echo "kernel ${grubroot}/boot/${KERNEL_IMAGE} ${rootfs} quiet" >> ${grubconf}   echo "kernel ${grubroot}/boot/${KERNEL_IMAGE} ${rootfs} quiet" >> ${grubconf}

Legend:
Removed from v.2079  
changed lines
  Added in v.2080