-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathbook_deployment_slemicro.xml
More file actions
104 lines (102 loc) · 4.01 KB
/
book_deployment_slemicro.xml
File metadata and controls
104 lines (102 loc) · 4.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0"?>
<!DOCTYPE book [
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
]>
<?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook50-profile.xsl"
type="text/xml"
title="Profiling step"?><!-- ##################################################################### -->
<!-- SLE-Micro Deployment Guide -->
<!-- ##################################################################### -->
<book xmlns="http://docbook.org/ns/docbook" xmlns:its="http://www.w3.org/2005/11/its" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.2" xml:lang="en" xml:id="book-deployment-slemicro">
<info>
<meta name="description" its:translate="yes">Learn about configuring and managing deployment scenarios with SUSE Linux Enterprise Server, including installation, updates, and patch management</meta>
<title>µ_deploy_guide;</title>
<productname>&productname;</productname>
<productnumber>&productnumber;</productnumber>
<date><?dbtimestamp format="B d, Y"?></date>
<meta name="task" its:translate="no">
<phrase>Deployment</phrase>
<phrase>Installation</phrase>
</meta>
<meta name="series" its:translate="no">Product Documentation</meta>
<xi:include href="common_copyright_gfdl.xml"/>
<abstract>
<para>
&abstract_deployment;
</para>
</abstract>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
<dm:assignee>jsindelarova@suse.com</dm:assignee>
</dm:bugtracker>
<dm:translation>yes</dm:translation>
</dm:docmanager>
<revhistory xml:id="rh-book-micro-deployment">
<revision>
<date>2024-06-07</date>
<revdescription>
<para/>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="deployment_intro.xml"/>
<part xml:id="part-prep">
<title>Installation preparation</title>
<info>
<meta name="description" its:translate="yes">What to consider before deployment and how to install SUSE Linux Micro on all supported architectures</meta>
<revhistory xml:id="rh-micro-deployment-part-prep">
<revision>
<date>2024-06-07</date>
<revdescription>
<para/>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="planning.xml"/>
<xi:include href="deployment_prep_x86.xml"/>
<xi:include href="deployment_prep_aarch64.xml" os="slemicro"/>
<xi:include href="deployment_prep_zseries.xml" os="slemicro"/>
</part>
<part xml:id="part-raw-image">
<title>Pre-built image deployment</title>
<info>
<meta name="description" its:translate="yes">How to deploy pre-built images for SLE Micro, including raw images, selfinstall images and how to proceed post-deployment</meta>
<revhistory xml:id="rh-micro-deployment-part-image">
<revision>
<date>2024-06-07</date>
<revdescription>
<para/>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="deployment_images_description.xml"/>
<xi:include href="deployment_images_procedure.xml"/>
<xi:include href="deployment_selfinstall_procedure.xml"/>
<xi:include href="deployment_images_ignition.xml"/>
<xi:include href="deployment_images_combustion.xml"/>
<xi:include href="deployment_postinstall_slemicro.xml"/>
</part>
<part xml:id="part-manual-installation">
<title>Manual installation</title>
<info>
<meta name="description" its:translate="yes">Learn how to use boot parameters and get to know the installation steps for SLE Micro in detail, including installation via network and troubleshooting</meta>
<revhistory xml:id="rh-micro-deployment-part-maninstall">
<revision>
<date>2024-06-07</date>
<revdescription>
<para/>
</revdescription>
</revision>
</revhistory>
</info>
<xi:include href="deployment_boot_parameters.xml"/>
<xi:include href="deployment_manual_installation.xml"/>
<xi:include href="deployment_remote.xml"/>
<xi:include href="deployment_troubleshooting.xml"/>
</part>
<xi:include href="common_legal.xml"/>
</book>