5 Commits
Author SHA1 Message Date
Mark D Horn e26665e7cf scripts: set prompt via hostname
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-05-06 13:23:51 -07:00
Brian J Lovin c136712772 Add boot message, disable autolaunch, change PS1
Add a message printed on boot that gives basic information and
instructions to login as root and run clr-installer to install onto this
sytem.

Also change $PS1 on the installer image after logged in to
indicate we're booted into a live image.

Remove clr-installer.service from the Makefile and remove all the
toggling on or off from the yaml files.

Signed-off-by: Brian J Lovin <brian.j.lovin@intel.com>
2019-04-26 17:48:23 -07:00
George T Kramer c2773b0e78 Chroot when enabling clr-installer service
When using the --root option with systemctl, libsystemd for the systemd
in the chroot will be resolved on the host.  In cases where the systemd
in the chroot is a different version from the systemd on the host, this
will result in a library not found error.  Need to chroot when eanbling
clr-installer service to avoid this problem.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-03-05 18:17:33 -08:00
Mark D Horn 2000b08c5b Synchronize Desktop Beta and Installer images
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2019-01-08 16:24:10 -08:00
Mark D Horn f3e05fab9a Rename Installer Image
To keep a consistent naming convention, rename installer image.

[image-name].yaml -> clear-[VER]- [image-name].img.[compression ext]

Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
2018-12-31 10:16:17 -08:00