Penguin
Blame: make-autoinst-initrd(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of make-autoinst-initrd(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 CraigBox 1 !!NAME
2 make-autoinst-initrd - create initial ramdisk for system autoinstaller
3
4 !!SYNOPSIS
5 make-autoinst-initrd [[--arch ''arch''] ''kernel_package''
6
7 !!DESCRIPTION
4 StuartYeates 8 __make-autoinst-initrd__ creates an initalization ramdisk for use by the operating system autoinstaller. It takes a single, mandatory argument: the [Kernel] package containing the kernel to be used for the initrd and floppy boot environment. If an autoinstall disk for another architecture is needed, then the ''--arch'' argument can be given to specify the architecture.
1 CraigBox 9
3 CraigBox 10 The initialization ramdisk consists of a compressed ext2 filesystem, and is left in the current directory as ''initrd.gz'' . This file is typically placed (by make-autoinst-disk(1)) on a floppy disk or other medium accessible by the bootloader used by the autoinstaller.
1 CraigBox 11
12 !!ENVIRONMENT
13
4 StuartYeates 14 ;TMPDIR : Temporary directory under which a directory is created to be used for construction of the [Ext2] FileSystem. If omitted, ''/tmp'' is used.
1 CraigBox 15
16 !!AUTHOR
4 StuartYeates 17 Jeff Licquia et al. for Progeny [Linux] Systems.
1 CraigBox 18
19 !!SEE ALSO
2 CraigBox 20 make-autoinst-disk(1), update-autoinst-disk(1)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.