From 4a423a6eceeea9b9d127f16b2825d5e3e1e6e97e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 17:48:33 -0300 Subject: Add reference to partitioning tutorials --- public/nixos/install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/nixos') diff --git a/public/nixos/install.sh b/public/nixos/install.sh index e690f01..63aedad 100755 --- a/public/nixos/install.sh +++ b/public/nixos/install.sh @@ -83,6 +83,9 @@ mv "${TMP_DIR}/local-configuration.nix" /etc/nixos/local-configuration.nix green "Done." yellow "Wiping '${DEVICE}'and partitioning it..." +# Derived from: +# https://www.rodsbooks.com/gdisk/sgdisk-walkthrough.html +# https://chris-martin.org/2015/installing-nixos wipefs --all --force "${DEVICE}" sgdisk --clear "${DEVICE}" # Unclear the v sgdisk --zap-all "${DEVICE}" # order here ^ -- cgit v1.2.3