mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
debootstrap: add Indonesian translation (#7671)
This commit is contained in:
parent
51bad90afa
commit
6f7a1caf6c
1 changed files with 24 additions and 0 deletions
24
pages.id/linux/debootstrap.md
Normal file
24
pages.id/linux/debootstrap.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# debootstrap
|
||||
|
||||
> Membuat sistem Debian dasar.
|
||||
> Informasi lebih lanjut: <https://wiki.debian.org/Debootstrap>.
|
||||
|
||||
- Membuat sistem Debian stable didalam direktori `debian-root`:
|
||||
|
||||
`sudo debootstrap stable {{jalan/ke/debian-root/}} http://deb.debian.org/debian`
|
||||
|
||||
- Membuat sistem minimal termasuk hanya paket yang diperlukan:
|
||||
|
||||
`sudo debootstrap --variant=minbase stable {{jalan/ke/debian-root/}}`
|
||||
|
||||
- Membuat sistem Ubuntu 20.04 didalam direktori `focal-root` dengan mirror lokal:
|
||||
|
||||
`sudo debootstrap focal {{jalan/ke/focal-root/}} {{file:///jalan/ke/mirror/}}`
|
||||
|
||||
- Berpindah ke sistem yang telah di bootstrap:
|
||||
|
||||
`sudo chroot {{jalan/ke/root}}`
|
||||
|
||||
- Memperlihatkan rilis Debian atau Ubuntu yang tersedia:
|
||||
|
||||
`ls /usr/share/debootstrap/scripts/`
|
Loading…
Add table
Reference in a new issue