用 grml-live 制作 debian stable 的 iso 急救盘
需求:grml 当前官方可下载的版本是基于 debian 12/sid 构建的,如需 stable 的,怎么做呢?
尝试:
- 下载 grml64-full 的 iso 文件,因为里边有 grml-live 的命令
- 用 grml64-full 启动机子
- grml-live -s stable -c GRMLBASE,GRML_SMALL,AMD64 -o /srv/grml-live # 执行这条命令,就可以用 debian stable 来构建新的 iso 急救盘了
- 如需在 grub 菜单中添加内核启动的参数,例如设置静态IP,可添加形如:ip=144.172.126.97::144.172.126.1:255.255.255.0 这样的内容