[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#131030: Please check this patch



On Tue, Mar 05, 2002 at 08:12:16AM -0800, Matt Kraai wrote:
> On Mon, Mar 04, 2002 at 03:41:54PM -0700, Chris Tillman wrote:
> > I saw your post in January where you checked and fixed up the kernel 
> > script bootprep.sh for boot-floppies. Would you check this patch which 
> > I think might close bug #131030?
> > 
> > I suppose bootprep.sh itself wouldn't need to change; I just thought 
> > it might be well to carry the changed variable name through.
> 
> This patch will try to grab kernel-source-2.2.20-prep.tar.gz,
> which doesn't exist.
> 
> I think the following patch is sufficient.
> 
> Matt
> 
> Index: bootprep.sh
> ===================================================================
> RCS file: /cvs/debian-boot/boot-floppies/bootprep.sh,v
> retrieving revision 1.15
> diff -u -r1.15 bootprep.sh
> --- bootprep.sh	2001/05/30 14:51:23	1.15
> +++ bootprep.sh	2002/03/05 16:09:19
> @@ -78,6 +78,10 @@
>  sed 's:CONFIG_NFS_FS=y:CONFIG_NFS_FS=y \
>  CONFIG_ROOT_NFS=y:' \
>  .config.ipauto > .config
> +
> +# Set the subarch
> +sed 's:EXTRAVERSION =:EXTRAVERSION = prep:' Makefile > Makefile.new
> +mv Makefile.new Makefile
>   
>  # Build CD/net kernel boot image
>  make oldconfig && make dep && make clean && make zImage.initrd

Thanks, Matt, shall I apply it?

-- 
*------v--------- Installing Debian GNU/Linux 3.0 --------v------*
|      <http://www.debian.org/releases/woody/installmanual>      |
|   debian-imac (potato): <http://debian-imac.sourceforge.net>   |
|            Chris Tillman        tillman@voicetrak.com          |
|                   May the Source be with you                   |
*----------------------------------------------------------------*




Reply to: