Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update void-install-zfs.sh #71

Merged
merged 1 commit into from Dec 10, 2019
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update void-install-zfs.sh
made /boot/efi 200M
  • Loading branch information
RodMyers committed Dec 10, 2019
commit a4e2b3f3f8fc38f6e08a6825c78cd2af6bff5919
@@ -167,7 +167,7 @@ dd if=/dev/zero of=${DISK} bs=100M count=2
echo "Formatting the disk: ${BOOTMODE} ${DISK}"
sfdisk -w always ${DISK} << EOF
label: gpt
,100M,U
,200M,U
,10M,21686148-6449-6E6F-744E-656564454649,*
;
EOF