pkg/term
John Starks 335e27d88c Add os_version and os_features to Image
These fields are needed to specify the exact version of Windows that an
image can run on. They may be useful for other platforms in the future.

This also changes image.store.Create to validate that the loaded image is
supported on the current machine. This change affects Linux as well, since
it now validates the architecture and OS fields.

Signed-off-by: John Starks <jostarks@microsoft.com>
2016-04-04 13:14:57 -07:00
..
windows Improvements to ANSI emulation in conemu 2016-01-28 20:37:42 -08:00
ascii.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
ascii_test.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
tc_linux_cgo.go do not turn post-processing on for linux-cgo term 2016-02-23 14:14:58 -08:00
tc_other.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
term.go do not turn post-processing on for linux-cgo term 2016-02-23 14:14:58 -08:00
term_windows.go Add os_version and os_features to Image 2016-04-04 13:14:57 -07:00
termios_darwin.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_freebsd.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_linux.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_openbsd.go Cli binary can now be build on OpenBSD 2016-03-18 14:56:21 +01:00