diff options
-rw-r--r-- | CHANGELOG.rst | 8 | ||||
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | tree/etc/adelie-release | 1 | ||||
-rw-r--r-- | tree/etc/ld.so.conf | 5 | ||||
-rw-r--r-- | tree/etc/lsb-release | 3 |
5 files changed, 17 insertions, 2 deletions
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) =================== @@ -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 |