Magellan Linux

Diff of /branches/magellan-next/core/grub/grub-0.97-r17.smage2

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

revision 6062 by niro, Wed Aug 18 19:02:05 2010 UTC revision 6087 by niro, Thu Aug 19 13:32:41 2010 UTC
# Line 36  SRC_URI=( Line 36  SRC_URI=(
36   mirror://${PNAME}/${PNAME}-${PVER}-more-raid.patch   mirror://${PNAME}/${PNAME}-${PVER}-more-raid.patch
37   mirror://${PNAME}/${PNAME}-${PVER}-special-devices.patch   mirror://${PNAME}/${PNAME}-${PVER}-special-devices.patch
38   mirror://${PNAME}/${PNAME}-${PVER}-inode-size.patch   mirror://${PNAME}/${PNAME}-${PVER}-inode-size.patch
39     mirror://${PNAME}/${PNAME}-${PVER}-kvm-vda.patch
40     mirror://${PNAME}/${PNAME}-${PVER}-netboot-pic.patch
41     mirror://${PNAME}/${PNAME}-${PVER}-netboot-compile-fixes.patch
42  )  )
43    
44  # get only 0.xx versions!  # get only 0.xx versions!
# Line 90  src_prepare() Line 93  src_prepare()
93   # support bigger inode sizes (dynamic/V2 inodes)   # support bigger inode sizes (dynamic/V2 inodes)
94   mpatch ${PNAME}-${PVER}-inode-size.patch || die   mpatch ${PNAME}-${PVER}-inode-size.patch || die
95    
96     # fix booting issues with kvm and virtio devices
97     mpatch ${PNAME}-${PVER}-kvm-vda.patch || die
98    
99     # fix pic issues with the net drivers
100     mpatch ${PNAME}-${PVER}-netboot-pic.patch || die
101    
102     # fix compilation issues
103     mpatch ${PNAME}-${PVER}-netboot-compile-fixes.patch || die
104    
105   # rebuild makefiles   # rebuild makefiles
106   autoreconf --install --force || die   autoreconf --install --force || die
107  }  }

Legend:
Removed from v.6062  
changed lines
  Added in v.6087