Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-29 00:20:46 +00:00
parent b758660fa5
commit 44de08faea
28 changed files with 364 additions and 37 deletions

View File

@@ -16,9 +16,9 @@ source: https://github.com/tldr-pages/tldr.git
`sudo debootstrap --variant=minbase stable {{path/to/debian-root}}/`
- Create an Ubuntu 20.04 system inside the `focal-root` directory with a local mirror:
- Create a Debian Unstable system inside the `sid-root` directory with a local mirror:
`sudo debootstrap focal {{path/to/focal-root}}/ {{file:///path/to/mirror/}}`
`sudo debootstrap sid {{path/to/sid-root}}/ {{file:///path/to/mirror/}}`
- Switch to a bootstrapped system: