1OSINFO-INSTALL-SCRIPT.C(1)  Virtualization Support  OSINFO-INSTALL-SCRIPT.C(1)
2
3
4

NAME

6       osinfo-install-script - generate a script for automated installation
7

SYNOPSIS

9       osinfo-install-script [OPTIONS...] MEDIA-FILE|OS-ID
10

DESCRIPTION

12       Generate a script suitable for performing an automated installation of
13       "MEDIA_FILE" or "OS-ID". "MEDIA_FILE" should be a path to an installer
14       or live media (typically an ISO file). "OS-ID" should be a URI
15       identifying the operating system, or its short ID.
16
17       By default a script will be generated for a "JEOS" style install.
18

OPTIONS

20       --profile=NAME
21               Choose the installation script profile. Defaults to "jeos", but
22               can also be "desktop", or a site specific profile name
23
24       --installation-source=NAME
25               Set the installation source to be used with the installation
26               script. Defaults to "media", but can also be "network".
27
28       --config=key=value
29               Set the configuration parameter "key" to "value".
30

CONFIGURATION KEYS

32       The following configuration keys are available
33
34       "hardware-arch"
35               The hardware architecture
36
37       "l10n-timezone"
38               The local timezone
39
40       "l10n-keyboard"
41               The local keyboard layout
42
43       "l10n-language"
44               The local language
45
46       "admin-password"
47               The administrator password
48
49       "user-password"
50               The user password
51
52       "user-login"
53               The user login name
54
55       "user-realname"
56               The user real name
57
58       "user-autologin"
59               Whether to automatically login the user
60
61       "user-admin"
62               Whether to give the user administrative privileges
63
64       "reg-product-key"
65               The software registration key
66
67       "reg-login"
68               The software registration user login
69
70       "reg-password"
71               The software registration user password
72

EXAMPLE USAGE

74       The following usage generates a Fedora 16 kickstart script
75
76         # osinfo-install-script \
77                --profile jeos \
78                --config l10n-timezone=GMT \
79                --config l10n-keyboard=uk \
80                --config l10n-language=en_GB \
81                --config admin-password=123456 \
82                --config user-login=berrange \
83                --config user-password=123456 \
84                --config user-realname="Daniel P Berrange" \
85                fedora16
86

EXIT STATUS

88       The exit status will be 0 if an install script is generated, or 1 on
89       error
90

AUTHORS

92       Daniel P. Berrange <berrange@redhat.com>
93
95       Copyright (C) 2012 Red Hat, Inc.
96

LICENSE

98       "osinfo-install-script" is distributed under the termsof the GNU LGPL
99       v2 license. This is free software; see the source for copying
100       conditions.  There is NO warranty; not even for MERCHANTABILITY or
101       FITNESS FOR A PARTICULAR PURPOSE
102
103
104
105libosinfo-1.4.0                   2019-02-06        OSINFO-INSTALL-SCRIPT.C(1)
Impressum