go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/_motor/platform/detector/testdata/detect-openwrt.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.9.125-linuxkit" 9 10 [files."/etc/banner"] 11 content = """ 12 _______ ________ __ 13 | |.-----.-----.-----.| | | |.----.| |_ 14 | - || _ | -__| || | | || _|| _| 15 |_______|| __|_____|__|__||________||__| |____| 16 |__| W I R E L E S S F R E E D O M 17 ----------------------------------------------------- 18 DESIGNATED DRIVER (Bleeding Edge, 50072) 19 ----------------------------------------------------- 20 * 2 oz. Orange Juice Combine all juices in a 21 * 2 oz. Pineapple Juice tall glass filled with 22 * 2 oz. Grapefruit Juice ice, stir well. 23 * 2 oz. Cranberry Juice 24 ----------------------------------------------------- 25 """ 26 27 [files."/etc/openwrt_release"] 28 content = """ 29 DISTRIB_ID='OpenWrt' 30 DISTRIB_RELEASE='Bleeding Edge' 31 DISTRIB_REVISION='50072' 32 DISTRIB_CODENAME='designated_driver' 33 DISTRIB_TARGET='x86/64' 34 DISTRIB_DESCRIPTION='OpenWrt Designated Driver 50072' 35 DISTRIB_TAINTS='' 36 """