mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
16 lines
469 B
Bash
16 lines
469 B
Bash
|
root=1
|
||
|
rootok=1
|
||
|
netroot=xcat
|
||
|
clear
|
||
|
echo PS1="'"'[genesis running on \H \w]$ '"'" >> ~/.bashrc
|
||
|
echo PS1="'"'[genesis running on \H \w]$ '"'" >> ~/.bash_profile
|
||
|
mkdir -p /etc/ssh
|
||
|
mkdir -p /var/tmp/
|
||
|
mkdir -p /var/empty/sshd
|
||
|
sed -i '/^root:x/d' /etc/passwd
|
||
|
echo root:x:0:0::/:/bin/bash >> /etc/passwd
|
||
|
echo sshd:x:30:30:SSH User:/var/empty/sshd:/sbin/nologin >> /etc/passwd
|
||
|
/usr/lib/systmed/systemd-udevd --daemon
|
||
|
udevadm trigger
|
||
|
tmux -L console new-sessiod /bin/rungenesis
|