2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 01:53:28 +00:00
confluent/genesis/97genesis/cmdline.sh
2020-07-10 10:06:35 -04:00

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/systemd/systemd-udevd --daemon
udevadm trigger
tmux -L console new-sessiod /bin/rungenesis