j7s-os/hosting/edge.ks

20 lines
559 B
Plaintext

lang en_US.UTF-8
keyboard us
timezone Etc/UTC --utc
text
ostreesetup --nogpg --osname=centos --remote=edge --url=http://j7s-os.internal.jpace121.net/repo/ --ref=c9s/x86_64/edge
autopart --nohome --fstype=ext4 --type=plain
rootpw --lock
user --name=jimmy --groups=wheel --plaintext --password="password"
sshkey --username=jimmy "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHatbSn47a1Amv06Oap6Tfk7oWv4GLm2KJuz1uV41Egt jimmy@jimmy-7490"
%post --log=/root/ks-post.log
passwd -e jimmy
mkdir -p /etc/issue.d
echo "IP Address: \4" > /etc/issue.d/current-ip.issue
%end