Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Dec 16, 2024
1 parent 58df02a commit 820190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Create a raw disk image
run: |
dd if=/dev/zero of=disk.img bs=1M count=15360 # Create a 15GB disk image
dd if=/dev/zero of=disk.img bs=1M count=20480 # Create a 20 GB disk image. Increase it if the workflow ends with no space left error during test installation
loop_device=$(sudo losetup --find --partscan --show disk.img)
losetup -d "$loop_device"
echo "Loop Device: $loop_device"
Expand Down

0 comments on commit 820190c

Please sign in to comment.