Skip to content

Instantly share code, notes, and snippets.

Created June 29, 2013 14:08
Show Gist options
  • Save anonymous/5891227 to your computer and use it in GitHub Desktop.
Save anonymous/5891227 to your computer and use it in GitHub Desktop.
Mongoose deploy in json.
//System example
{
'packages': {
'groups': ['KDE', 'Gnome', 'minimal'],
'else': ['inkscape', 'gimp', 'firefox']
},
'timezone': 'Europe/Moscow',
'users': {
'root': {'password': 'asdf'},
'rogvold': {'password': 'qwerty',
'full_name': 'Rogaboru Kujimoshi',
'e-mail': '[email protected]'}
},
'hostname': 'MAGI',
'grub_device': '/dev/sda',
'mountpoints': {
'/': '/dev/sda1',
'/home': '/dev/sda5',
'/usr': '/dev/sda4',
'/media/windows_c': '/dev/sda6'
},
'locales': ['ru_RU.UTF-8', 'en_US.UTF-8']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment