1OSINFO-INSTALL-SCRIPT.C(1) Virtualization Support OSINFO-INSTALL-SCRIPT.C(1)
2
3
4
6 osinfo-install-script - generate a script for automated installation
7
9 osinfo-install-script [OPTIONS...] MEDIA-FILE|OS-ID
10
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
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 --config=key=value
25 Set the configuration parameter "key" to "value".
26
28 The following configuration keys are available
29
30 "hardware-arch"
31 The hardware architecture
32
33 "l10n-timezone"
34 The local timezone
35
36 "l10n-keyboard"
37 The local keyboard layout
38
39 "l10n-language"
40 The local language
41
42 "admin-password"
43 The administrator password
44
45 "user-password"
46 The user password
47
48 "user-login"
49 The user login name
50
51 "user-realname"
52 The user real name
53
54 "user-autologin"
55 Whether to automatically login the user
56
57 "user-admin"
58 Whether to give the user administrative privileges
59
60 "reg-product-key"
61 The software registration key
62
63 "reg-login"
64 The software registration user login
65
66 "reg-password"
67 The software registration user password
68
70 The following usage generates a Fedora 16 kickstart script
71
72 # osinfo-install-script \
73 --profile jeos \
74 --config l10n-timezone=GMT \
75 --config l10n-keyboard=uk \
76 --config l10n-language=en_GB \
77 --config admin-password=123456 \
78 --config user-login=berrange \
79 --config user-password=123456 \
80 --config user-realname="Daniel P Berrange" \
81 fedora16
82
84 The exit status will be 0 if an install script is generated, or 1 on
85 error
86
88 Daniel P. Berrange <berrange@redhat.com>
89
91 Copyright (C) 2012 Red Hat, Inc.
92
94 "osinfo-install-script" is distributed under the termsof the GNU LGPL
95 v2 license. This is free software; see the source for copying
96 conditions. There is NO warranty; not even for MERCHANTABILITY or
97 FITNESS FOR A PARTICULAR PURPOSE
98
99
100
101libosinfo-1.1.0 2016-10-24 OSINFO-INSTALL-SCRIPT.C(1)