Skip to content

为中国地区专门加速的HAOS,不修改任何系统内的其它任何信息,只用来加速

Notifications You must be signed in to change notification settings

ha-china/HAOS-CN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

测试是否达到测试条件

网络无翻墙功能

  • 方法1 ping ghcr.io,延时很大甚至有丢包的
C:\Users\djhui>ping ghcr.io

Pinging ghcr.io [20.205.243.164] with 32 bytes of data:
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
Reply from 20.205.243.164: bytes=32 time=67ms TTL=112
  • 方法2 通过docker 拉取镜像很慢,几乎不能拉取的
docker pull ghcr.io/home-assistant/home-assistant:stable

满足条件后测试方法

从这里下载静像

链接: https://github.com/ha-china/HAOS-CN/releases/tag/15.1

其它版本与官方安装一致, x86版本,如果没有物理机,可以通过解压后用qemu的方式测试,可能跟物理机会略有区别。

解压出文件haos_generic-x86-64-15.1.img

运行如下命令:

sudo qemu-system-x86_64 -m 2048 -smp 2 -drive file=haos_generic-x86-64-15.1.img,format=raw -display sdl -bios /usr/share/ovmf/OVMF.fd -netdev user,id=net0,hostfwd=tcp::8123-:8123 -device e1000,netdev=net0
  • 浏览器访问localhost:8123

记录整个初始化的时间告诉我

当前版本已经集成了HACS极速版,可以在系统集成里直接添加

如果你能适配机型,欢迎提交各类适配机型配置

About

为中国地区专门加速的HAOS,不修改任何系统内的其它任何信息,只用来加速

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages