Skip to content

Instantly share code, notes, and snippets.

@sdwilsh
Last active May 30, 2020 22:47
Show Gist options
  • Save sdwilsh/e40875a2007e4e9b420d8d50671eeb32 to your computer and use it in GitHub Desktop.
Save sdwilsh/e40875a2007e4e9b420d8d50671eeb32 to your computer and use it in GitHub Desktop.
Create Root Partition for Network Booting a Pi 4
ISCSI_DEVICE="/dev/sdb"
sudo parted ${ISCSI_DEVICE} mklabel gpt
sudo parted --align optimal ${ISCSI_DEVICE} mkpart primary ext4 0% 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment