Created
August 17, 2019 20:54
-
-
Save zimmertr/d42a1003400662708f6e73ae0186b4d9 to your computer and use it in GitHub Desktop.
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
| root@Eris:/home/debian# cat /dev/sr0 | |
| CD001LINUX cidata �� | |
| )� GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM 2019081713264100�2019081713264100�00000000000000002019081713264100� )��66wX$�AA�TFw�TFw �CD00w� | |
| )�:wTWORK_CONFIG.;1RR�NMnetwork-configPX$����TFw | |
| )�ER�R_DATA.;1RR�NMuser-dataPX$����TFw | |
| T�RRIP_1991ATHE ROCK RIDGE INTERCHANGE PROTOCOL PROVIDES SUPPORT FOR POSIX FILE SYSTEM SEMANTICSPLEASE CONTACT DISC PUBLISHER FOR SPECIFICATION SOURCE. SEE PUBLISHER IDENTIFIER IN PRIMARY VOLUME DESCRIPTOR FOR CONTACT INFORMATION.instance-id: 292d95f4c60b81cc9ce0125a208d51894c93e2ce | |
| version: 1 | |
| config: | |
| - type: physical | |
| name: eth0 | |
| mac_address: 'ae:63:41:e3:3d:48' | |
| subnets: | |
| - type: static | |
| address: '192.168.40.101' | |
| netmask: '255.255.255.0' | |
| gateway: '192.168.40.1' | |
| - type: nameserver | |
| address: | |
| - '192.168.1.100' | |
| search: | |
| - 'sol.milkyway' | |
| #cloud-config | |
| hostname: Eris | |
| manage_etc_hosts: true | |
| fqdn: Eris.sol.milkyway | |
| ssh_authorized_keys: | |
| - ssh-rsa REDACTED [email protected] | |
| chpasswd: | |
| expire: False | |
| users: | |
| - default | |
| package_upgrade: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment