Skip to content

Commit

Permalink
notes: Correct partition name of boot partition in grml-debootstrap call
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 8, 2022
1 parent e3683c7 commit f80279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f80279a

Please sign in to comment.