好像dd前加swap没有卵用。。。小内存鸡该panic还是panic

122次阅读

共计 645 个字符,预计需要花费 2 分钟才能阅读完成。

还真的只有 dd 成 debian9 是最稳妥的
重新总结了一点小经验:

  1. bash <(wget –no-check-certificate -qO- ‘https://raw.githubusercontents.com/MoeClub/Note/master/InstallNET.sh’) -d 9 -v 64 -p 114514 -port 22 -a
  2. apt -y update && apt -y dist-upgrade && apt -y autoremove && apt -y clean && apt -y autoclean
  3. sed -i ‘s/stretch/buster/g’ /etc/apt/sources.list
  4. apt -y update && apt -y dist-upgrade && apt -y full-upgrade && apt -y autoremove && apt -y clean && apt -y autoclean
  5. reboot
  6. sed -i ‘s?buster/updates?bullseye-security?’ /etc/apt/sources.list && sed -i ‘s/buster/bullseye/g’ /etc/apt/sources.list
  7. apt -y update && apt -y dist-upgrade && apt -y full-upgrade && apt -y autoremove && apt -y clean && apt -y autoclean
  8. reboot

复制代码

网友回复:

注册 执行后有什么效果

trikneet 小内存鸡?为何要 dd,用商家自带镜像不行吗?

正文完
 0