mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
revert pacstrap
This commit is contained in:
parent
e885ae3fa6
commit
1da631a939
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# pacstrap
|
||||
|
||||
> Arch Linux 설치 스크립트로, 지정된 새로운 루트 디렉터리에 패키지를 설치합니다.
|
||||
> 더 많은 정보: <https://manned.org/pacstrap>.
|
||||
> 더 많은 정보: <https://manned.org/pacstrap.8>.
|
||||
|
||||
- `base` 패키지, 리눅스 커널 및 일반 하드웨어용 펌웨어 설치:
|
||||
|
||||
|
@ -30,3 +30,7 @@
|
|||
- 대화형 모드로 패키지 설치 (확인 요청):
|
||||
|
||||
`pacstrap -i {{경로/대상/새로운/루트}} {{패키지들}}`
|
||||
|
||||
- 패키지 파일을 사용하여 패키지 설치:
|
||||
|
||||
`pacstrap -U {{경로/대상/새로운/루트}} {{경로/대상/패키지1}} {{경로/대상/패키지2}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue