1 打开 https://github.com, 申请一个帐号并登录 2 打开 https://github.com/tossp/redpill-tool-chain, 点击 右侧的 Fork 按钮, 将该项目 fork 到自己帐号 3 参考 https://github.com/gaoxing520/redpill-tool-chain 项目中的/.github/workflows/main.yml 文件, 创建actions 代码: # This is a basic workflow to help you get started with Actions name: CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ master ] pull_request: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Chmod run: chmod 0755 ./redpill_tool_chain.sh - name: Build docker image run: ./redpill_tool_chain.sh build apollolake-7.0.1-42218 - name: Create dsm image run: ./redpill_tool_chain.sh auto apollolake-7.0.1-42218 - uses: actions/upload-artifact@v2 with: name: dsm918 path: ./images 4 打开 Actions 标签页, 查看编译的结果 5 打开对应的编译结果下载编译好的文件 6 如果要定制 mac等信息, 打开对应的 user_config 文件, 并且 Edit, 然后 commit, 会自动触发构建, 构建好了再次下载 dsm918包里面的最新的img 即可 7 具体注册 github 请自行搜索百度或者其他搜索引擎完成. 8 请不要把自己真实的 sn/mac 带入到配置文件中, 编译完成后, 下载到本地后自行修改比较安全. 9 https://github.com/tossp/redpill-tool-chain现在看起来也加入了 actions 的自动构建, 这个帖子可以无视了 ############################################ pve安装后,显卡直通后, 默认控制台无显示, 通过串口正常显示教程 https://www.openos.org/threads/pve.3673/
用了大神的教程,然后创建了,也生成了,grub.cfg里做了如下设置 set root=(hd1,msdos1) pid和vid netif_num=1修改了mac地址 用uefi模式引导,可以成功引导,也能进安装界面,但卡55% 用这位大佬的教程https://post.smzdm.com/p/aoxmzwr6/ mknod /dev/synoboot b * ** mknod /dev/synoboot1 b * ** mknod /dev/synoboot2 b * ** 可以安装完成 但重启后又进安装界面,系统根本没安装进去,搞不明白什么鬼了