Changes of Revision 36
[-] [+] | Changed | config.sh |
@@ -112,6 +112,8 @@ echo stresslinux > /etc/HOSTNAME # update build version in stresslinux-release sed -i s@"0.7.177"@"${kiwi_iversion}"@ /etc/stresslinux-release +# write system-image.conf +echo "OS_SYSTEM_TYPE=\"${kiwi_oemtitle} ${kiwi_iversion}\"" > /etc/system-image.conf # create entry for more valid terminals for a in `seq 6 12` ; do grep ^tty${a} /etc/securetty >/dev/null || echo tty$a >> /etc/securetty ; done # enable watcher programms on tty10 - tty12 |