This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set up basic alpine environment (networking, kbd layout, apk repo) | |
setup-alpine -q | |
# add some required packages | |
apk add e2fsprogs mdadm parted sgdisk gptfdisk | |
# create partition layout on the first disk | |
gdisk /dev/sda | |
> o | |
> y |