ESXi 6.5 | ESXi 6.7 | VMware Fusion 11 | Guest Description |
---|---|---|---|
CRXPod1-64 | VMware CRX Pod 1 | ||
CRXSys1-64 | VMware CRX Sys 1 | ||
amazonlinux2-64 | Amazon Linux 2 or higher, 64-Bit | ||
asianux3Guest | asianux3Guest | asianux3 | Asianux Server 3 |
asianux3_64Guest | asianux3_64Guest | asianux3-64 | Asianux Server 3, 64-Bit |
asianux4Guest | asianux4Guest | asianux4 | Asia Linux 4 |
asianux4_64Guest | asianux4_64Guest | as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Last commit: 2017-07-29 17:20:42 GMT by root | |
version 12.1X46-D66.1; | |
system { | |
host-name cable-router; | |
domain-name example.com; | |
time-zone Europe/London; | |
root-authentication { | |
encrypted-password "xxx"; | |
} | |
name-server { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install arch linux with lvm and efi boot | |
# set keymap | |
loadkeys pt-latin9 | |
# create partitions | |
cfdisk /dev/sda | |
# 512M type efi partition | |
# 19.5G type lvm partition |