From 54274cc65f4827dd88d7ae3f8f81823e77911877 Mon Sep 17 00:00:00 2001 From: Sebastian Neef Date: Fri, 9 Feb 2024 17:38:29 +0100 Subject: [PATCH] Update README.md Rename `/dev/nvme0n1` to `/dev/sda` to match the provided configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adcdbae..cd17a59 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ A simple disko configuration may look like this: ``` If you'd saved this configuration in /tmp/disko-config.nix, and wanted to create -a disk named /dev/nvme0n1, you would run the following command to partition, +a disk named /dev/sda, you would run the following command to partition, format and mount the disk. ```console