doc:appunti:linux:sa:debootstrap
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:debootstrap [2022/02/09 12:39] – [Procedere con l'installazione] niccolo | doc:appunti:linux:sa:debootstrap [2022/02/12 16:02] (current) – [Procedere con l'installazione] niccolo | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| mkdir / | mkdir / | ||
| mount -o loop / | mount -o loop / | ||
| - | debootstrap --arch | + | debootstrap --arch=amd64 bullseye |
| </ | </ | ||
| Line 38: | Line 38: | ||
| apt install grub-pc linux-image-amd64 | apt install grub-pc linux-image-amd64 | ||
| vi /etc/fstab | vi /etc/fstab | ||
| + | grub-install /dev/sdc | ||
| + | update-grub | ||
| </ | </ | ||
| Line 44: | Line 46: | ||
| Alcune cose che si possono eseguire: | Alcune cose che si possono eseguire: | ||
| - | * **'' | + | * **dpkg-reconfigure console-data** |
| - | * **'' | + | * **dpkg-reconfigure console-setup** |
| - | * **'' | + | * **dpkg-reconfigure kbd** |
| + | * **dpkg-reconfigure locales** | ||
| + | * **apt-get install kernel-image-2.X.X-arch-etc** | ||
| * Installare GRUB | * Installare GRUB | ||
doc/appunti/linux/sa/debootstrap.1644406760.txt.gz · Last modified: by niccolo
