Magellan Linux

Diff of /trunk/core/grub/grub-0.97-r13.smage2

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

revision 3203 by niro, Tue Oct 13 22:29:44 2009 UTC revision 3204 by niro, Fri Oct 16 15:41:50 2009 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   mirror://${PNAME}/${PNAME}-${PVER}-initrdmax.patch   mirror://${PNAME}/${PNAME}-${PVER}-initrdmax.patch
29   mirror://${PNAME}/${PNAME}-${PVER}-nxstack.patch   mirror://${PNAME}/${PNAME}-${PVER}-nxstack.patch
30   mirror://${PNAME}/${PNAME}-${PVER}-unsigned-addresses.patch   mirror://${PNAME}/${PNAME}-${PVER}-unsigned-addresses.patch
31   mirror://${PNAME}/${PNAME}-${PVER}-ext4.patch   mirror://${PNAME}/${PNAME}-${PVER}-ext4-3.patch
32   mirror://${PNAME}/${PNAME}-${PVER}-virtio-blk-support.patch   mirror://${PNAME}/${PNAME}-${PVER}-virtio-blk-support-2.patch
33  )  )
34    
35  # get only 0.xx versions!  # get only 0.xx versions!
# Line 61  src_prepare() Line 61  src_prepare()
61   mpatch ${PNAME}-${PVER}-unsigned-addresses.patch || die   mpatch ${PNAME}-${PVER}-unsigned-addresses.patch || die
62    
63   # support booting from ext4 filesystems   # support booting from ext4 filesystems
64   mpatch ${PNAME}-${PVER}-ext4.patch || die   mpatch ${PNAME}-${PVER}-ext4-3.patch || die
65    
66   # handle virtio_blk device names in grub-install   # handle virtio_blk device names in grub-install
67   mpatch ${PNAME}-${PVER}-virtio-blk-support.patch || die   mpatch ${PNAME}-${PVER}-virtio-blk-support-2.patch || die
68    
69   # rebuild makefiles   # rebuild makefiles
70   autoreconf --install --force || die   autoreconf --install --force || die

Legend:
Removed from v.3203  
changed lines
  Added in v.3204