From f80279a20f86468918e7283708fc9bbb77701875 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 8 Aug 2022 18:15:35 +0200 Subject: [PATCH] notes: Correct partition name of boot partition in grml-debootstrap call --- notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 0740a55..5d36d4d 100644 --- a/notes.md +++ b/notes.md @@ -25,7 +25,7 @@ Check file `config`, and update hostname and root password. Install Debian sid/unstable with the command below: - DEBOOTSTRAP=mmdebstrap sudo grml-debootstrap -c config --efi /dev/nvme0n1p2 --chroot-scripts chroot-scripts --packages packages + DEBOOTSTRAP=mmdebstrap sudo grml-debootstrap -c config --efi /dev/nvme0n1p1 --chroot-scripts chroot-scripts --packages packages Mount system and enter with chroot: