diff CHANGES.md @ 544:91df0731a3f5

vanilla: finalize new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:33:00 +0200
parents b395db49159a
children 3cffdd760a86
line wrap: on
line diff
--- a/CHANGES.md	Wed Apr 10 20:32:00 2019 +0200
+++ b/CHANGES.md	Wed Apr 10 20:33:00 2019 +0200
@@ -4,11 +4,18 @@
 vanilla current
 ------------------------
 
+### New filesystem hierarchy
+
+Vanilla does not follow FHS anymore, /usr directory has been removed, /bin and
+/sbin have been merged.
+
+### Default shell
+
 The default toolchain was switched from GCC to LLVM. Templates have been updated
 accordingly.
 
-The /usr/bin/sh default shell has been set to dash. It is only installed if it
-does not already exist so user may set a different default shell if desired.
+The /bin/sh default shell has been set to dash. It is only installed if it does
+not already exist so user may set a different default shell if desired.
 
 vanilla 0.1.0 2019-04-01
 ------------------------