
centos
日后定负责
自学Python,编写各种自动化小工具.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS-7-x86_64-DVD-1810 制作usb启动盘注意事项
CentOS7.6使用rufus制作好启动盘后,发现不能正常启动,后搜索得知,需要手动修改/isolinux/isolinux.cfg label linux menu label ^Install CentOS 7 kernel vmlinuz append initrd=initrd.img inst.stage2=hd:LABEL=CENTOS7 quiet 需要将上面的最后一行代码中的LABEL=CENTOS7,改为优盘插入电脑的名称,也可以将优盘名称和LABEL改成一样的。 ..原创 2020-05-11 19:11:47 · 1051 阅读 · 0 评论 -
cobbler批量安装OS
先放出官方网址:https://cobbler.github.io/,官方介绍如下: Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues together and automates many associated L...原创 2020-01-08 22:11:27 · 358 阅读 · 0 评论