12 lines
190 B
Bash
Executable File
12 lines
190 B
Bash
Executable File
#!/bin/sh
|
||
|
||
## End user of the new system
|
||
new_username='marvin'
|
||
new_user_mail='towel@101010.fr'
|
||
|
||
## System informations
|
||
debian_version_name='sid'
|
||
grub_timeout='3'
|
||
ntp_server='pool.ntp.org'
|
||
|