Skip to content

Commit

Permalink
Updating scripts readme about transition to plugin based architecture.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Aug 16, 2012
1 parent 2dc6316 commit 8775227
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ SHELL := sh -e

LANGUAGES = $(shell cd manpages/po && ls)

SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/*
SCRIPTS = backends/*/* bin/* scripts/*.sh scripts/*/*-*

all: build

Expand Down
21 changes: 20 additions & 1 deletion scripts/boot/README
@@ -1,4 +1,21 @@
scripts overview
Note
----

live-boot is moving from a monolithic script into a proper
plugin architecture for better maintenance and customization.

Additionally, this will allow us to abstract initramfs-tools
integration to also support other initrd generators, such as
dracut.

Unfortunately, from a developers point of view, we could no
finish this in time for wheezy, but we will finish this for
jessie. Please excuse the sorry state of the 9990-* scripts.
From a users point of view, it doesn't matter at all though.


Scripts overview
----------------

00xx initramfs "bootstrapping"

Expand All @@ -9,3 +26,5 @@ scripts overview
2xxx find and mount persistence

3xxx anything after that involves read or write access to the rootfs

9xxx FIXME

0 comments on commit 8775227

Please sign in to comment.