From a1609b36d461dce3a982d7f929a0a652a2964104 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 23 Dec 2016 03:31:22 -0600 Subject: Add ld.so.conf and lsb-release files --- CHANGELOG.rst | 8 ++++++++ README.rst | 2 -- tree/etc/adelie-release | 1 + tree/etc/ld.so.conf | 5 +++++ tree/etc/lsb-release | 3 +++ 5 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 tree/etc/adelie-release create mode 100644 tree/etc/ld.so.conf create mode 100644 tree/etc/lsb-release diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0741c08..903b668 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,11 @@ +0.3.0 (23 Dec 2016) +=================== + +* Add /etc/ld.so.conf to ensure libstdc++ works properly + +* Add /etc/lsb-release and /etc/adelie-release files + + 0.2.2 (11 Dec 2016) =================== diff --git a/README.rst b/README.rst index 5d512a1..e2d5445 100644 --- a/README.rst +++ b/README.rst @@ -158,8 +158,6 @@ as they are better handled by their respective packages, including: * ``inittab`` - handled by the ``sysvinit`` package. -* ``ld.so.conf`` - handled by the ``gcc-runtime`` package. - * ``mtools.conf`` - handled by the ``mtools`` package. * ``rpc`` - handled by the ``librpc`` package. diff --git a/tree/etc/adelie-release b/tree/etc/adelie-release new file mode 100644 index 0000000..c904b9a --- /dev/null +++ b/tree/etc/adelie-release @@ -0,0 +1 @@ +Adélie release 1.0 (Cut The Cord) diff --git a/tree/etc/ld.so.conf b/tree/etc/ld.so.conf new file mode 100644 index 0000000..43ded95 --- /dev/null +++ b/tree/etc/ld.so.conf @@ -0,0 +1,5 @@ +# Welcome to Adélie Linux +# Please don't edit ld.so.conf yourself; add your own files +# to /etc/ld.so.conf.d - the package manager won't overwrite them. +include ld.so.conf.d/*.conf +/usr/lib/gcc/*/5.4.0 diff --git a/tree/etc/lsb-release b/tree/etc/lsb-release new file mode 100644 index 0000000..4d575da --- /dev/null +++ b/tree/etc/lsb-release @@ -0,0 +1,3 @@ +DISTRIB_ID=Adélie +DISTRIB_DESCRIPTION="Adélie Linux" +DISTRIB_CODENAME=CutTheCord -- cgit v1.2.3-70-g09d2