ustclug / Linux101-docs

Linux 101 学生课程教材与讲义
https://101.lug.ustc.edu.cn
Creative Commons Attribution Share Alike 4.0 International
664 stars 64 forks source link

Ch01 虚拟机更新 #21

Closed taoky closed 1 year ago

taoky commented 1 year ago
iBug commented 1 year ago
  1. 准备撤下 Ubuntu 18.04 的镜像
  2. No response
  3. 制作镜像的过程是否可以像 liimstrap 一样自动化,方便维护及制作出内容更加确定的镜像(即闭门造车)
  4. 可以,之前的主要考虑是容量和兼容性问题。

    容量:VB 的镜像会比 VMware 的大 15% 左右(不少内容需要编译 + DKMS 等,不像 VMware 的 tools 是开箱即用的)。

    兼容性:不知道同一个虚拟机里装上 open-vm-tools 和 VB 的 Guest Additions 会不会冲突,尤其是后者有不少 kernel modules。

taoky commented 1 year ago

Fixed in 7c002b1e8ead47f74c554d740d8644020e311d6b and 101strap