10 lines
163 B
Bash
Executable File
10 lines
163 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'
|