You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
cp .xinitrc /root/ |
|
cp xserver-nodm /etc/init.d/ |
|
ln -s /etc/init.d/xserver-nodm /etc/rc2.d/S99xserver-nodm
|
|
|