SDT-UNPACKINITRD(1) SUSE Driver Tools

Scott Bahling

19-05-2013

NAME

sdt unpackinitrd - unpacks an initrd image to the given location

SYNOPSIS

sdt unpackinitrd -i PATH_TO_INITRD_IMAGE -o OUTPUTDIR

DESCRIPTION

Unpacking initrd image

The unpackinitrd command will unpack a given initrd image to the destination directory specified.

sdt unpackinitrd -i /mnt/boot/loader/x86_64/initrd -o ./initrd

If the OUTPUTDIR is not specified, the image will be unpacked to initrd-unpacked in the current directory.

OPTIONS

-i PATH_TO_INITRD_IMAGE, –input PATH_TO_INITRD_IMAGE

Path to the initrd image to be unpacked.

-o OUTPUTDIR, –output OUTPUTDIR

Path to the directory to unpack the initrd image.

SEE ALSO

sdt(1)