From 3b77ed9058782ab6cdd25242a6276470eeeedbb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 23 Oct 2025 10:57:54 +0800 Subject: [PATCH] README: document how to wipe filesystem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 402fc97f..f7a745ad 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This repo is managed with Nix + GNU stow - Generate image & boot We do this because the default one doesn't have all the utilities we want (e.g. disko). - generate image `nom-build --attr nixosConfigurations.installer.config.system.build.isoImage` + - wipe the disk's fs with `wipefs` - `dd` the image to a flash drive (remember to `sync`) - boot off that flash drive