clearify alias/hosts/localhost
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
593806637b
commit
429a31deca
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@ case "$__target_host" in
|
||||||
# Examples using different types
|
# Examples using different types
|
||||||
#
|
#
|
||||||
|
|
||||||
# Alias in /etc/hosts for localhost
|
#
|
||||||
|
# Use an alias in /etc/hosts for localhost to use these hosts:
|
||||||
|
#
|
||||||
|
# 127.0.0.1 localhost.localdomain localhost cdist-archlinux
|
||||||
|
#
|
||||||
cdist-archlinux)
|
cdist-archlinux)
|
||||||
# This is the specific package type for pacman
|
# This is the specific package type for pacman
|
||||||
__package_pacman zsh --state installed
|
__package_pacman zsh --state installed
|
||||||
|
|
Loading…
Reference in a new issue