下载 alphine linux 的 rootfs文件并安装
- 地址是,http://mirrors.aliyun.com/alpine/latest-stable/releases/aarch64/?spm=a2c6h.25603864.0.0.59865e6caRiYXM
- 采用我以前的文章中的脚本改进把alphine的rootfs解压
进入alphine, 由于alphine中没有bash, 只有ash, 所以star脚本有些不同
1 |
|
设置
1 | cat > /etc/resolv.conf <<EOF |
