是我操作有错误,还是新版本改了?最后我是手动挂载了/proc /sys 又把/dev 下的文件复制到 /mnt/dev 完成了安装,有问题吗?我感觉/dev下的文件应该是udev创建的,而不是复制的才对,要不要手动删掉?
离线
arch-chroot 不是 chroot
Site: CVHC.CC Twitter: @cuihaoleo Org: LUG@USTC
AD: ~欢迎参与志愿计算~
离线
要删的话,你得从 live cd 里进入,或者使用 bind mount,因为运行中的系统,/dev 是个虚拟文件系统(devtmpfs)。
离线
不删除不会有问题,因为systemd会挂载devtmpfs到/dev,也就覆盖了。若觉得别扭的话可以进livecd删掉。
The community-maintained ArchWiki is the primary resource that should be consulted if issues arise.
离线
arch-chroot确实方便
离线