go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/id/hostname/testdata/hostname_arch.toml (about)

     1  [commands."uname -s"]
     2  stdout = "Linux"
     3  
     4  [commands."uname -m"]
     5  stdout = "x86_64"
     6  
     7  [commands."uname -r"]
     8  stdout = "4.19.121-linuxkit"
     9  
    10  [files."/etc/arch-release"]
    11  content = ""
    12  
    13  [files."/etc/os-release"]
    14  content = """
    15  NAME="Arch Linux"
    16  PRETTY_NAME="Arch Linux"
    17  ID=arch
    18  BUILD_ID=rolling
    19  ANSI_COLOR="38;2;23;147;209"
    20  HOME_URL="https://www.archlinux.org/"
    21  DOCUMENTATION_URL="https://wiki.archlinux.org/"
    22  SUPPORT_URL="https://bbs.archlinux.org/"
    23  BUG_REPORT_URL="https://bugs.archlinux.org/"
    24  LOGO=archlinux
    25  """
    26  
    27  [files."/etc/hostname"]
    28  content = "9be843c4be9f"