mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
genfstab, pacstrap: mention that these are Arch-specific tools (#5795)
This commit is contained in:
parent
f5469ee92c
commit
48f2869cf9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# genfstab
|
||||
|
||||
> Generate output suitable for addition to an fstab file.
|
||||
> Arch Linux install script to generate output suitable for addition to an fstab file.
|
||||
> More information: <https://man.archlinux.org/man/extra/arch-install-scripts/genfstab.8>.
|
||||
|
||||
- Display an fstab compatible output based on a volume label:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# pacstrap
|
||||
|
||||
> Install packages using Pacman to the specified new root directory.
|
||||
> Arch Linux install script to install packages to the specified new root directory.
|
||||
> More information: <https://man.archlinux.org/man/pacstrap.8>.
|
||||
|
||||
- Install the `base` package, Linux kernel and firmware for common hardware:
|
||||
|
|
Loading…
Add table
Reference in a new issue