The following packages will be installed: mbootpack Fetching README... 0%100%100%100%100%100%Done Fetching mbootpack.SlackBuild... 0%100%100%100%100%100%Done Fetching mbootpack.info... 0%100%100%100%100%100%Done Fetching patches/mbootpack-0.6a-alt3.patch... 0% 64%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done mbootpack-0.6a mbootpack-0.6a/mkhex mbootpack-0.6a/mbootpack.h mbootpack-0.6a/mbootpack.c mbootpack-0.6a/mb_info.h mbootpack-0.6a/mb_header.h mbootpack-0.6a/buildimage.c mbootpack-0.6a/bootsect.S mbootpack-0.6a/README mbootpack-0.6a/Makefile mbootpack-0.6a/GPL mbootpack-0.6a/Changes mbootpack-0.6a/setup.S patching file Makefile patching file buildimage.c patching file mbootpack.c patching file mbootpack.h clang -Wall -Wpointer-arith -Wcast-qual -Wno-unused -Wno-format -Wmissing-prototypes -pipe -O2 -march=i586 -mtune=i686 -Wp,-MD,mbootpack.o.d -I. -iquote -DVERSION=\"0.6a\" -c mbootpack.c -o mbootpack.o clang -m32 -Wall -Wpointer-arith -Wcast-qual -Wno-unused -Wno-format -Wmissing-prototypes -pipe -O2 -march=i586 -mtune=i686 -I. -iquote -DVERSION=\"0.6a\" -D__MB_ASM -c bootsect.S -o bootsect.o ld -m elf_i386 -Ttext 0x0 -s --oformat binary bootsect.o -o bootsect clang -m32 -Wall -Wpointer-arith -Wcast-qual -Wno-unused -Wno-format -Wmissing-prototypes -pipe -O2 -march=i586 -mtune=i686 -I. -iquote -DVERSION=\"0.6a\" -D__MB_ASM -c setup.S -o setup.o ld -m elf_i386 -Ttext 0x0 -s --oformat binary setup.o -o setup sh ./mkhex bzimage_bootsect bootsect > bzimage_header.c sh ./mkhex bzimage_setup setup >> bzimage_header.c clang -Wall -Wpointer-arith -Wcast-qual -Wno-unused -Wno-format -Wmissing-prototypes -pipe -O2 -march=i586 -mtune=i686 -Wp,-MD,buildimage.o.d -I. -iquote -DVERSION=\"0.6a\" -c buildimage.c -o buildimage.o clang -Wall -Wpointer-arith -Wcast-qual -Wno-unused -Wno-format -Wmissing-prototypes -pipe -O2 -march=i586 -mtune=i686 -DVERSION=\"0.6a\" -o mbootpack mbootpack.o buildimage.o help2man -n "packages a multiboot kernel and modules as a single file" -s 1 -N ./mbootpack > mbootpack.man Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-i486/system/mbootpack/mbootpack-0.6a-i586-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/mbootpack usr/doc/ usr/doc/mbootpack-0.6a/ usr/doc/mbootpack-0.6a/Changes usr/doc/mbootpack-0.6a/GPL usr/doc/mbootpack-0.6a/README usr/doc/mbootpack-0.6a/mbootpack.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/mbootpack.1.gz Slackware package /usr/src/slapt-src-i486/system/mbootpack/mbootpack-0.6a-i586-2salix15.0.txz created. Installing package mbootpack-0.6a-i586-2salix15.0... | mbootpack (Multiboot kernel and modules) | | This is a tool that takes a multiboot kernel and modules (e.g. a Xen | VMM, linux kernel and initrd), and packages them up as a single file | that looks like a bzImage linux kernel. The aim is to allow you to | boot multiboot kernels (in particular, Xen) using bootloaders that | don't support multiboot (i.e. pretty much anything except GRUB and | SYSLINUX). This is, as you might expect, pretty grim stuff, involving | lots of lovely 16-bit real-mode code. | | Homepage: http://www.tjd.phlegethon.org/software/ | |