Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Sep 28, 2024
1 parent f936ee5 commit 85eb464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
parted -s "$loop_device" -- mkpart primary btrfs 512MiB 100%
sed -i "s#/dev/loop0#$loop_device#g" arch.json
lsblk "$loop_device"
mknod /dev/loop0p1 b 259 0 # Need to create manually because the GitHub hosted-runner kernel does not refresh /dev after partition creation
mknod /dev/loop0p2 b 259 1
mknod "/dev/${loop_device}p1" b 259 0 # Need to create manually because the GitHub hosted-runner kernel does not refresh /dev after partition creation
mknod "/dev/${loop_device}p2" b 259 1
ls -la /dev
- name: Run the installer
Expand Down

0 comments on commit 85eb464

Please sign in to comment.