Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Oct 14, 2024
1 parent 52bc766 commit 32b9f20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: process
run: |
#!/bin/bash
sudo apt install rdfind genisoimage libarchive-tools
sudo apt install rdfind genisoimage libarchive-tools symlinks
rm -rf /tmp/rpm && mkdir /tmp/rpm
cd /tmp/rpm
rpm2cpio /tmp/latest.rpm | cpio -idmv 2> /dev/null
Expand Down Expand Up @@ -127,7 +127,8 @@ jobs:
sudo cp -lp /tmp/iso/vioserial/w7/amd64/WdfCoInstaller01009.dll /tmp/iso/vioserial/xp/amd64/WdfCoInstaller01009.dll
sudo cp -lp /tmp/iso/vioserial/w7/amd64/WdfCoInstaller01009.dll /tmp/iso/vioserial/2k3/amd64/WdfCoInstaller01009.dll
sudo cp -lp /tmp/iso/vioserial/w7/amd64/WdfCoInstaller01009.dll /tmp/iso/vioserial/2k8/amd64/WdfCoInstaller01009.dll
sudo rdfind -makehardlinks true /tmp/iso/
sudo rdfind -removeidentinode false -makehardlinks true /tmp/iso/
symlinks -orc /tmp/iso
-
name: Build minified ISO
if: env.exists == 'false'
Expand Down

0 comments on commit 32b9f20

Please sign in to comment.