From 552f60227b0bb1b26fa7e6a49d753688f5c23e23 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 12 Jan 2017 14:37:31 -0300 Subject: systemd-knock-232-1: updating version --- ...an-Use-FSDG-operating-systems-as-examples.patch | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'pcr/systemd-knock/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch') diff --git a/pcr/systemd-knock/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch b/pcr/systemd-knock/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch index 82d60ec94..9a8ce15ea 100644 --- a/pcr/systemd-knock/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch +++ b/pcr/systemd-knock/0006-FSDG-man-Use-FSDG-operating-systems-as-examples.patch @@ -9,7 +9,7 @@ Subject: [PATCH 6/6] FSDG: man/: Use FSDG operating systems as examples. 2 files changed, 38 insertions(+), 48 deletions(-) diff --git a/man/os-release.xml b/man/os-release.xml -index 79eb402..a70ba1a 100644 +index caf60f4..2811f43 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -122,7 +122,7 @@ @@ -55,7 +55,7 @@ index 79eb402..a70ba1a 100644 assignment of ID_LIKE=debian is appropriate. -@@ -183,8 +183,8 @@ +@@ -199,8 +199,8 @@ identifying the operating system version, excluding any OS name information or release code name, and suitable for processing by scripts or usage in generated filenames. This @@ -66,7 +66,7 @@ index 79eb402..a70ba1a 100644 -@@ -195,8 +195,8 @@ +@@ -211,8 +211,8 @@ a release code name or OS version of some kind, as suitable. If not set, defaults to PRETTY_NAME="GNU/Linux". Example: @@ -77,7 +77,7 @@ index 79eb402..a70ba1a 100644 -@@ -219,7 +219,7 @@ +@@ -235,7 +235,7 @@ Common Platform Enumeration Specification as proposed by the NIST. This field is optional. Example: @@ -86,7 +86,7 @@ index 79eb402..a70ba1a 100644 -@@ -254,8 +254,8 @@ +@@ -270,8 +270,8 @@ one URL shall be listed in each setting. If multiple resources need to be referenced, it is recommended to provide an online landing page linking all available resources. Examples: @@ -97,7 +97,7 @@ index 79eb402..a70ba1a 100644 -@@ -330,21 +330,22 @@ +@@ -346,21 +346,22 @@ recommended to prefix new fields with an OS specific name in order to avoid name clashes. Applications reading this file must ignore unknown fields. Example: @@ -131,18 +131,18 @@ index 79eb402..a70ba1a 100644 diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml -index 86cdb4e..bd7392c 100644 +index cd0a90d..ab35580 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml -@@ -912,46 +912,35 @@ +@@ -1004,46 +1004,35 @@ Examples - Download a Fedora image and start a shell in it + Build and boot a minimal BLAG distribution in a container -- # machinectl pull-raw --verify=no http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.raw.xz --# systemd-nspawn -M Fedora-Cloud-Base-20141203-21 +- # machinectl pull-raw --verify=no http://ftp.halifax.rwth-aachen.de/fedora/linux/releases/24/CloudImages/x86_64/images/Fedora-Cloud-Base-24-1.2.x86_64.raw.xz +-# systemd-nspawn -M Fedora-Cloud-Base-24-1.2.x86_64.raw - - This downloads an image using - machinectl1 @@ -164,11 +164,11 @@ index 86cdb4e..bd7392c 100644 - Spawn a shell in a container of a minimal Debian unstable distribution -+ Spawn a shell in a container of a minimal gNewSense unstable distribution ++ Spawn a shell in a container of a minimal gNewSense Ucclia distribution - # debootstrap --arch=amd64 unstable ~/debian-tree/ -# systemd-nspawn -D ~/debian-tree/ -+ # debootstrap --arch=amd64 unstable ~/gnewsense-tree/ ++ # debootstrap --arch=amd64 ucclia ~/gnewsense-tree/ +# systemd-nspawn -D ~/gnewsense-tree/ - This installs a minimal Debian unstable distribution into @@ -180,7 +180,7 @@ index 86cdb4e..bd7392c 100644 - Boot a minimal Arch Linux distribution in a container -+ Boot a minimal Parabola GNU/Linux-libre distribution in a container ++ Boot a minimal Parabola distribution in a container - # pacstrap -c -d ~/arch-tree/ base -# systemd-nspawn -bD ~/arch-tree/ @@ -189,7 +189,7 @@ index 86cdb4e..bd7392c 100644 - This installs a minimal Arch Linux distribution into the - directory ~/arch-tree/ and then boots an OS -+ This installs a minimal Parabola GNU/Linux-libre distribution into the ++ This installs a minimal Parabola distribution into the + directory ~/parabola-tree/ and then boots an OS in a namespace container in it. -- cgit v1.2.3