view CHANGES.md @ 557:73e25417284b

core/etc: take init scripts from sysvinit Init scripts are usable with both busybox's init and sysvinit so install them with the core/etc package rather than sysvinit.
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 20:21:00 +0200
parents 91df0731a3f5
children 3cffdd760a86
line wrap: on
line source

vanilla CHANGES
===============

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 /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
------------------------

First release with basic core support.