From 73934ba2e660313bde6f191d3de7632a41db6cc5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 12 Sep 2017 18:32:37 -0400 Subject: libre/notsystemd: update to 233.1 --- ...ease-Default-to-PRETTY_NAME-GNU-Linux-ins.patch | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'libre/notsystemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch') diff --git a/libre/notsystemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch b/libre/notsystemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch index 59ab5bee4..b9e94ee33 100644 --- a/libre/notsystemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch +++ b/libre/notsystemd/0002-FSDG-os-release-Default-to-PRETTY_NAME-GNU-Linux-ins.patch @@ -1,23 +1,23 @@ -From d6a67e5ff7d99af484a9ebf68d3fe2510bffd099 Mon Sep 17 00:00:00 2001 -From: Luke Shumaker +From 10ccaa5d0fb340e61abc158238f939f4f7744396 Mon Sep 17 00:00:00 2001 +From: Luke Shumaker Date: Wed, 25 May 2016 12:23:40 -0400 -Subject: [PATCH 2/6] FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" - instead of "Linux". +Subject: [PATCH 2/7] FSDG: os-release: Default to PRETTY_NAME "GNU/Linux" + instead of "Linux" --- man/kernel-install.xml | 2 +- man/os-release.xml | 2 +- src/analyze/analyze.c | 2 +- - src/core/main.c | 4 +- + src/core/main.c | 4 ++-- src/firstboot/firstboot.c | 2 +- src/kernel-install/90-loaderentry.install | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/man/kernel-install.xml b/man/kernel-install.xml -index d7e27de..eb51918 100644 +index 94b6b1110..2f42d49d9 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml -@@ -106,7 +106,7 @@ +@@ -110,7 +110,7 @@ PRETTY_NAME parameter specified in /etc/os-release or /usr/lib/os-release (if the former is @@ -27,10 +27,10 @@ index d7e27de..eb51918 100644 the file initrd is found next to the linux file, the initrd will be added to diff --git a/man/os-release.xml b/man/os-release.xml -index 4557abc..767a1c7 100644 +index 99bbb6100..27d18749d 100644 --- a/man/os-release.xml +++ b/man/os-release.xml -@@ -194,7 +194,7 @@ +@@ -210,7 +210,7 @@ suitable for presentation to the user. May or may not contain a release code name or OS version of some kind, as suitable. If not set, defaults to @@ -40,10 +40,10 @@ index 4557abc..767a1c7 100644 Miracle)". diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c -index d621f66..53c97f9 100644 +index ac0470b20..36b01500c 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c -@@ -653,7 +653,7 @@ static int analyze_plot(sd_bus *bus) { +@@ -658,7 +658,7 @@ static int analyze_plot(sd_bus *bus) { svg("\n"); svg("%s", pretty_times); svg("%s %s (%s %s %s) %s %s", @@ -53,10 +53,10 @@ index d621f66..53c97f9 100644 strempty(host->kernel_name), strempty(host->kernel_release), diff --git a/src/core/main.c b/src/core/main.c -index 93098da..b9cac92 100644 +index bcf9ea5f2..b66093827 100644 --- a/src/core/main.c +++ b/src/core/main.c -@@ -1238,11 +1238,11 @@ static int status_welcome(void) { +@@ -1264,11 +1264,11 @@ static int status_welcome(void) { return status_printf(NULL, false, false, "\nWelcome to \x1B[%sm%s\x1B[0m!\n", isempty(ansi_color) ? "1" : ansi_color, @@ -71,10 +71,10 @@ index 93098da..b9cac92 100644 static int write_container_id(void) { diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c -index 3df7246..1e1a592 100644 +index bc16290c7..f7574223a 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c -@@ -96,7 +96,7 @@ static void print_welcome(void) { +@@ -97,7 +97,7 @@ static void print_welcome(void) { log_warning_errno(r, "Failed to read os-release file: %m"); printf("\nWelcome to your new installation of %s!\nPlease configure a few basic system settings:\n\n", @@ -84,10 +84,10 @@ index 3df7246..1e1a592 100644 press_any_key(); diff --git a/src/kernel-install/90-loaderentry.install b/src/kernel-install/90-loaderentry.install -index 4c9b1f0..6e94e12 100644 +index a0bca05c9..af9f0f9cc 100644 --- a/src/kernel-install/90-loaderentry.install +++ b/src/kernel-install/90-loaderentry.install -@@ -37,7 +37,7 @@ elif [[ -f /usr/lib/os-release ]]; then +@@ -38,7 +38,7 @@ elif [[ -f /usr/lib/os-release ]]; then fi if ! [[ $PRETTY_NAME ]]; then @@ -97,5 +97,5 @@ index 4c9b1f0..6e94e12 100644 declare -a BOOT_OPTIONS -- -2.8.3 +2.13.2 -- cgit v1.2.3