Skip to content

Commit

Permalink
add acpid & actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkgo committed Feb 17, 2024
1 parent 7f999f1 commit 1dee756
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest-schedule -with-fullmod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: set full mod flag
run: sed -i "s/#usefullmod//g" makeiso.sh
- name: Set SHSHA
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: remove full mod flag
run: sed -i '/usefullmod/d' makeiso.sh
- name: Set SHSHA
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: remove full mod flag
run: sed -i '/usefullmod/d' makeiso.sh
- name: Set SHSHA
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ppgwurl="http://...."
#### 最后一步:一键生成ISO
你只需要在放好文件的当前目录执行以下命令即可一键生成镜像。
确保在每次进行操作之前,使用`docker pull`拉取最新的镜像(不同于release版本,docker版本会每天同步最新所有上游代码)。
在Linux上或者Windows上操作均可:
在Linux上或者Windows上操作均可(在Linux路径错误的话,`.:/data`可以换成`$(pwd):/data`)
```shell
docker pull sliamb/ppgwiso
docker run --rm -v .:/data sliamb/ppgwiso
Expand Down
1 change: 1 addition & 0 deletions pkg.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

-amd64-microcode
acpid
base-files
-bnx2-firmware
-bnx2x-firmware
Expand Down

0 comments on commit 1dee756

Please sign in to comment.