]> Raphaƫl G. Git Repositories - distcook/blob - config/user.conf
Switch to single btrfs data device
[distcook] / config / user.conf
1 # User login (tr -dc 'a-z' < /dev/urandom | fold -w 8 | head -n 1)
2 USERLOGIN=`tr -dc 'a-z' < /dev/urandom | fold -w 8 | head -n 1`
3 # User password (apg -m 32 -x 32 -a 0 -d -n 1)
4 USERPASS=`apg -m 32 -x 32 -a 0 -d -n 1`