Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r authored Jan 2, 2025
1 parent 339d1d0 commit e324caa
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 @@ -66,7 +66,7 @@ jobs:
rm -rf /mnt/*
ls -la /mnt
umount ${TARGET_DISK}1
parted -s $TARGET_DISK -- mklabel msdos
#parted -s $TARGET_DISK -- mklabel msdos
wipefs -a $TARGET_DISK
parted -s $TARGET_DISK -- mkpart primary ext4 1MiB 512MiB
parted -s $TARGET_DISK -- set 1 boot on
Expand Down

0 comments on commit e324caa

Please sign in to comment.