add new chinese translations
This commit is contained in:
20
pages.zh/linux/kexec.md
Normal file
20
pages.zh/linux/kexec.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# kexec
|
||||
|
||||
> 直接重启到一个新内核。
|
||||
> 更多信息:<https://manned.org/kexec>。
|
||||
|
||||
- 加载一个新内核:
|
||||
|
||||
`kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --command-line={{arguments}}`
|
||||
|
||||
- 使用当前启动参数加载一个新内核:
|
||||
|
||||
`kexec -l {{path/to/kernel}} --initrd={{path/to/initrd}} --reuse-cmdline`
|
||||
|
||||
- 执行当前加载的内核:
|
||||
|
||||
`kexec -e`
|
||||
|
||||
- 卸载当前 kexec 目标内核:
|
||||
|
||||
`kexec -u`
|
Reference in New Issue
Block a user