📄 config
字号:
\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -