fbd3460684
- added destination homeros-nano.iso yields minimal speaking image; - added "homeros" feature contain scripts appropriate for general Homeros functions but need further development.
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
useradd altlinux
|
|
echo 'altlinux ALL=NOPASSWD:ALL' > /etc/sudo.d/altlinux
|
|
chmod 400 /etc/sudo.d/altlinux
|