mbootpack 0.6a (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News mbootpack 0.6a (Default branch)
# 1  
Old 12-09-2008
mbootpack 0.6a (Default branch)

mbootpack is a tool that takes a Multiboot kerneland modules (e.g. a Xen VMM or a xen-linux kerneland initrd), and packages them up as a single filethat looks like a bzImage Linux kernel. The aim isto allow you to boot Multiboot kernels(specifically, Xen) using bootloaders that don'tsupport the Multiboot standard (i.e. pretty muchanything except GRUB).License: GNU General Public License (GPL)Changes:
The "-t" flag was added to strip out paths whenmaking module command-lines. The layout was fixedfor kernels that load above 1MB; they are nowloaded at 1MB and relocated at boot time insteadof having a lot of zeroes in the output file.64-bit compiles were made to work properly.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
UPDATE-BOOTLOADER(1)					User Contributed Perl Documentation				      UPDATE-BOOTLOADER(1)

NAME
update-bootloader - update/change bootloader configuration using Bootloader::Tools perl module SYNOPSIS
update-bootloader [operation] [options] operation is one of --add, --remove or --refresh. valid options are --help, --man, --image <file>, --initrd <file>, --xen-kernel <file>, --xen, --default, --previous, --name <string>, --force, --force-default. DESCRIPTION
update-bootloader will let you modify your bootloader configuration using Bootloader::Tools perl module. OPERATIONS
--add add an new image section. Needs a call to --refresh to take effect. --remove remove the specified image section. Needs a call to --refresh to take effect. --refresh activate the new config e.g. write boot loader to disk PARAMETER
--help Print a brief help message and exits. --man Prints the manual page and exits. --image file specify path to kernel image --initrd file specify path to initrd file --xen specify that you what to add a xen and not a regular image section --xen-kernel file specify that you what to add a xen section with a specific image. Implies --xen option. --default let the new section to be added be the default section if appropriate. Only allowed together with --add operation --previous set some usuable defaults for image, initrd and name when --name string specify the name of the section to be added/removed --force dont complain, just do the right thing --force-default force the new section to be added to be the default section. Only allowed together with --add operation perl v5.12.1 2010-04-22 UPDATE-BOOTLOADER(1)