云主机通过DD安装OpenWrt
yum install wget -ywget https://downloads.openwrt.org/releases/23.05.3/targets/x86/64/openwrt-23.05.3-x86-64-generic-ext4-combined.img.gz -O 123.zip
gunzip -c 123.zip > 123.img
dd if=123.img bs=1024 of=/dev/sda
reboot
上述代码一行行执行,注意/dev/sda 以实际主机为准
安装完成后,要修改网络配置。vi命令编辑/etc/config/network
修改后的如图
之后使用/etc/init.d/network restart重启网络。此时即可通过云主机ip访问,进入后先修改登录密码,默认为空
中文语言包:luci-i18n-base-zh-cn https://blog.csdn.net/tonyhi6/article/details/139218163 建议换成wget http://fw.koolcenter.com/iStoreOS/x86_64/istoreos-22.03.6-2024062810-x86-64-squashfs-combined.img.gz -O 123.zip
页:
[1]