lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 4 Jan 2008 10:00:43 +0100
From:	Sam Ravnborg <sam@...nborg.org>
To:	Andi Kleen <ak@...e.de>, Ingo Molnar <mingo@...hat.com>
Cc:	hpa@...th.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH x86] [10/16] Document fdimage/isoimage completely in make help

On Thu, Jan 03, 2008 at 04:42:24PM +0100, Andi Kleen wrote:
> 
> Add missing targets and missing options in x86 make help
> 
> Cc: hpa@...th.com
> Cc: sam@...nborg.org

Ingo - I assume you add this to x86.git.

PS. It looks like we have a tab embeded in the echo statements -
    we should kill the remaining uses if thats correct.

	Sam


> 
> Signed-off-by: Andi Kleen <ak@...e.de>
> 
> ---
>  arch/x86/Makefile |   10 +++++++---
>  1 file changed, 7 insertions(+), 3 deletions(-)
> 
> Index: linux/arch/x86/Makefile
> ===================================================================
> --- linux.orig/arch/x86/Makefile
> +++ linux/arch/x86/Makefile
> @@ -247,9 +247,13 @@ define archhelp
>    echo  '		   (your) ~/bin/installkernel or'
>    echo  '		   (distribution) /sbin/installkernel or'
>    echo  '		   install to $$(INSTALL_PATH) and run lilo'
> -  echo  '  bzdisk       - Create a boot floppy in /dev/fd0'
> -  echo  '  fdimage      - Create a boot floppy image'
> -  echo  '  isoimage     - Create a boot CD-ROM image'
> +  echo  '  fdimage      - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
> +  echo  '  fdimage144	- Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
> +  echo  '  fdimage288	- Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
> +  echo  '  isoimage     - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
> +  echo  '                  bzdisk/fdimage*/isoimage also accept:'
> +  echo  '                  FDARGS="..."  arguments for the booted kernel'
> +  echo  '                  FDINITRD=file initrd for the booted kernel'
>  endef
>  
>  CLEAN_FILES += arch/x86/boot/fdimage \
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ