From f3d694f4c9d36c65042932e941f45a922ee83f73 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Tue, 23 Oct 2018 22:50:34 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- default/locale | 2 +- grub.d/10_linux | 2 +- locale.gen | 2 +- systemd/system/multi-user.target.wants/tor.service | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 120000 systemd/system/multi-user.target.wants/tor.service diff --git a/default/locale b/default/locale index 696a2ef7..39b389ef 100644 --- a/default/locale +++ b/default/locale @@ -1,4 +1,4 @@ -LANG=de_DE.utf8 +LANG=de_DE.UTF-8 LC_NUMERIC="he_IL.UTF-8" LC_MONETARY="he_IL.UTF-8" LC_PAPER="he_IL.UTF-8" diff --git a/grub.d/10_linux b/grub.d/10_linux index b48bbc98..bd7526ab 100755 --- a/grub.d/10_linux +++ b/grub.d/10_linux @@ -39,7 +39,7 @@ if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then else case ${GRUB_DISTRIBUTOR} in Ubuntu|Kubuntu) - OS="Linux Mint 18 Cinnamon 64-bit" + OS="Linux Mint 18.3 Cinnamon 64-bit" ;; *) OS="${GRUB_DISTRIBUTOR} GNU/Linux" diff --git a/locale.gen b/locale.gen index 2102e91f..fed22a75 100644 --- a/locale.gen +++ b/locale.gen @@ -111,7 +111,7 @@ de_BE.UTF-8 UTF-8 de_CH.UTF-8 UTF-8 # de_DE ISO-8859-1 de_DE.UTF-8 UTF-8 -# de_DE@euro ISO-8859-15 +de_DE@euro ISO-8859-15 de_LI.UTF-8 UTF-8 # de_LU ISO-8859-1 de_LU.UTF-8 UTF-8 diff --git a/systemd/system/multi-user.target.wants/tor.service b/systemd/system/multi-user.target.wants/tor.service deleted file mode 120000 index 3e34aaf4..00000000 --- a/systemd/system/multi-user.target.wants/tor.service +++ /dev/null @@ -1 +0,0 @@ -/lib/systemd/system/tor.service \ No newline at end of file -- 2.43.0