⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 boot.conf.5.in

📁 开放源码的Boot
💻 IN
字号:
.\" Copyright (C) 1996-1998 Russell King (rmk@arm.uk.linux.org).TH BOOT.CONF 5 "January 22, 1998" "Linux 1.3.45" "Linux Programmer's Manual".SH NAMEboot.conf \- kernel loader configuration file.SH DESCRIPTIONThe \fBboot.conf\fP file describes which kernels are included in thekernel loader menu, including any kernel dependent configuration information.The file has the following format:.RS.sp.I block-description{.I block-contents};.sp.REEmpty lines or lines beginning with `#' are ignored..IP \fIblock-description\fPdescribes what this block contains.  Valid block names are listed below..IP \fIblock-contents\fPdescribes various options available within this block..PPValid block-descriptions are:.IP \fBconfig\fPspecifies a configuration block.  It may contain \fBroot\fP.Multiple \fBconfig\fP blocks are allowed, and are processed sequentially..IP \fBkernel\fPspecifies a linux kernel configuration block.  It may contain\fBargs\fP, \fBflags\fP, \fBinitrd\fP, \fBname\fP, \fBpath\fP,\fBramdisk\fP and \fBroot\fP.  Multiple \fBkernel\fP blocks are allowed..IP \fBriscos\fPspecifies a riscos configuration block.  It may only contain the\fBname\fP argument.  Only one of these may be in a file..PPValid block-contents are (subject to above restrictions):.IP \fBargs\fPspecifies the default arguments to appear on the kernels command line.(Optional).IP \fBflags\fPspecifies various flags (READONLY). (Optional).IP \fBinitrd\fPspecifies the path to an initial ramdisk to be loaded by the kernel loader.(Optional).IP \fBname\fPspecifies the name to appear in the loader menu..IP \fBpath\fPspecifies the path to the kernel..IP \fBramdisk\fPspecifies the size of the ramdisk in kB.  If this is not specified,the default of zero is used. (Optional).IP \fBroot\fPspecifies the root device..PP.SH EXAMPLESThis is an example of a multiple kernel configuration file..RS.sp.ne 25.nfconfig {	root = "/dev/hda3";};# Linux 1.3.45 block with no ramdisk.kernel {        name = "Linux 2.0.30";        path = "/boot/vmlinux-2.0.30";        root = "/dev/hda3";	ramdisk = 0;        flags = readonly;};# Put an entry in for RiscOS.riscos {        name = "Risc OS";};# Linux 2.0.13kernel {        name = "Linux 2.0.13";        path = "/vmlinuz-2.0.13";        root = "/dev/ima";        flags = readonly;};.fi.RE.SH FILES@CONFIGFILE@.SH AUTHORloadmap and its associated manual pages were written by Russell King(rmk@arm.uk.linux.org)..SH "SEE ALSO"loadmap(8)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -