@@ -292,19 +292,20 @@ archclean:
292292 $(Q )$(MAKE ) $(clean ) =arch/x86/tools
293293
294294define archhelp
295- echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
296- echo ' install - Install kernel using'
297- echo ' (your) ~/bin/$(INSTALLKERNEL ) or'
298- echo ' (distribution) /sbin/$(INSTALLKERNEL ) or'
299- echo ' install to $$(INSTALL_PATH ) and run lilo'
300- echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
301- echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
302- echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
303- echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
304- echo ' bzdisk/fdimage*/isoimage also accept:'
305- echo ' FDARGS="..." arguments for the booted kernel'
306- echo ' FDINITRD=file initrd for the booted kernel'
307- echo ' kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
308- echo ' xen.config - Enable Kconfig items for running this kernel as a Xen guest'
295+ echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
296+ echo ' install - Install kernel using (your) ~/bin/$(INSTALLKERNEL ) or'
297+ echo ' (distribution) /sbin/$(INSTALLKERNEL ) or install to '
298+ echo ' $$(INSTALL_PATH ) and run lilo'
299+ echo ''
300+ echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
301+ echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
302+ echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
303+ echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'
304+ echo ' bzdisk/fdimage*/isoimage also accept:'
305+ echo ' FDARGS="..." arguments for the booted kernel'
306+ echo ' FDINITRD=file initrd for the booted kernel'
307+ echo ''
308+ echo ' kvm_guest.config - Enable Kconfig items for running this kernel as a KVM guest'
309+ echo ' xen.config - Enable Kconfig items for running this kernel as a Xen guest'
309310
310311endef
0 commit comments