summaryrefslogtreecommitdiffstats
path: root/dev/todo.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'dev/todo.mdwn')
-rw-r--r--dev/todo.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/dev/todo.mdwn b/dev/todo.mdwn
index 15fa5a8..d2978ad 100644
--- a/dev/todo.mdwn
+++ b/dev/todo.mdwn
@@ -3,31 +3,31 @@
There are a number of tasks that need to be done before the operating system can
be considered ready for production use:
- * Boot Sequencing
+ * [[dev/todo/boot-sequencing]]
A flexible method of determining the order in which init scripts should be
executed.
- * Multiarch
+ * [[dev/todo/multiarch]]
The ability to install and use packages built for non-native architectures.
- * Installation Bootstrap Tool
+ * [[dev/todo/installation-bootstrap-tool]]
A tool to bootstrap the installation of a basic system.
- * Package Cross Building Tool
+ * [[dev/todo/package-cross-building-tool]]
A tool to build packages within a chroot environment
- * Multiarch Cross Toolchain Packages
+ * [[dev/todo/multiarch-cross-toolchains]]
Packages of toolchain components that use multiarch library paths.
- * Packaging
+ * [[dev/todo/packaging]]
Software that should be packaged soon.
- * Removing libbb from opkg
+ * [[dev/todo/removing-libbb-from-opkg]]
The modification of opkg to dynamically link against a newer libbusybox.