From 7ff19c30bf971b22f506dfa60f4877119d50e5db Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Nov 01 2017 20:58:21 +0000 Subject: [PATCH 1/2] Reinstate Modularity in _topic_map.yml --- diff --git a/_topic_map.yml b/_topic_map.yml index 1f72bc7..7ab6ebd 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -40,8 +40,8 @@ Topics: - Name: Changes in Fedora for System Administrators Dir: sysadmin Topics: -# - Name: Fedora Modularity -# File: Modularity + - Name: Fedora Modularity + File: Modularity # - Name: Kernel # File: Kernel - Name: Installation From 8388564528b3147f90729dec5926d76b97f95dbf Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Nov 01 2017 21:00:29 +0000 Subject: [PATCH 2/2] Fix headings in Madularity.adoc --- diff --git a/en-US/sysadmin/Modularity.adoc b/en-US/sysadmin/Modularity.adoc index c310466..eb5486f 100644 --- a/en-US/sysadmin/Modularity.adoc +++ b/en-US/sysadmin/Modularity.adoc @@ -1,8 +1,8 @@ [[sect-modularity]] -== Fedora Modularity += Fedora Modularity Modularity is the initiative to disconnect the lifecycle of applications from each other and from the lifecycle of the operating system, while still maintaining the ease of use of a typical Linux distribution. This work has produced two changes that have been incorporated into Fedora 27: Host and Platform and Modular Server. -=== Host and Platform +== Host and Platform The Host and Platform change is an evolution of the Base Runtime module concept that was introduced in the Fedora 26 Boltron Release, splitting the minimal system further into independent modules, which gives greater flexibility when composing and maintaining the base system. * The Host module delivers hardware enablement components such as the kernel, bootloaders, firmware, possibly additional device drivers and other components closely linked to these. @@ -11,7 +11,7 @@ The Host and Platform change is an evolution of the Base Runtime module concept The Host and Platform modules are independent, making it possible to run the same Host with different Platforms and vice versa. Each of the two modules has its own life cycle, update cadence and versioning scheme. -=== Modular Server +== Modular Server The Modular Server change promotes the work done in the Fedora 26 Boltron Release to the Fedora Server Edition. In Fedora 27, the Fedora Server Edition is created and delivered using the Modularity infrastructure pipeline and the Host and Platform design concept. Other Fedora Editions and Spins will not change in this release; users who want to use Fedora to create a server (as opposed to capital-S Fedora Server) without Modularity can use one of the other editions, for example the Fedora Cloud Base Image, or the "Everything" network installer.