Differences between version 3 and previous revision of make-autoinst-initrd(1).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Tuesday, January 27, 2004 9:24:15 pm | by CraigBox | Revert |
Older page: | version 2 | Last edited on Tuesday, January 27, 2004 8:42:50 pm | by CraigBox | Revert |
@@ -6,9 +6,9 @@
!!DESCRIPTION
__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.
-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.
+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.
!!ENVIRONMENT
;TMPDIR : Temporary directory under which a directory is created to be used for construction of the ext2 filesystem. If omitted, ''/tmp'' is used.