config

来自「SLAX/FanX制作livecd的完全脚本」· 代码 · 共 18 行

TXT
18
字号
\vmlinuz             # first value must be the filename of the Linux-kernel
root=/dev/ram0       # the device which gets mounted as root FS
rw                   # mount it read-write

initrd=\initrd.gz    # this file gets loaded as 'initial ramdisk'
init=linuxrc         # start /linuxrc script from initrd.gz image
load_ramdisk=1       # 
prompt_ramdisk=0     # we do not need to be prompted
ramdisk_size=7777    # our initrd.gz is 7777 KB of size when unpacked

max_loop=255         # overide default to allow inserting up to 127 modules

hdsubdir=LIVECD      # name of directory used for tohd and fromhd boot options
livecd_subdir=/      # modify this if you copied LiveCD to some directory
                     # (for example livecd_subdir=/livedir/)
		     # you may need to change the first and 5th line too,
		     # adding \livedir\vmlinuz and initrd=\livedir\initrd.gz

⌨️ 快捷键说明

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