diff options
Diffstat (limited to 'dev')
-rw-r--r-- | dev/releases/1/todo.mdwn | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/dev/releases/1/todo.mdwn b/dev/releases/1/todo.mdwn index 3c9317c..dd32749 100644 --- a/dev/releases/1/todo.mdwn +++ b/dev/releases/1/todo.mdwn @@ -21,24 +21,23 @@ The following are the tasks that need to be completed for ProteanOS 1.0: unknown/uninvestigated reasons). - Prepare `mpd` package. - Maybe prepare `libmpdclient` and `mpc` packages. - * Miscellaneous: - - `linux-image` changes: - + Enable Linux serial drivers in `config-dimension2400`. - + Add `rw` to the default Linux command line in platform config packages. - + Upgrade to 4.1.x (the next LTS and LTSI branch): - - Drop `patches/01_no-bash.patch` (similar patch applied upstream). - - `s|drivers/video/console/|lib/fonts/|` in - `patches/03_add-mplus-fonts.patch` - - `busybox` changes: - + Make `/etc/init.d/networking` write generated interfaces file directly - to `/var/run/net-ifaces` (allows users to edit `/etc/network/interfaces` - instead of the `.local` file and fixes networking on read-only root file - systems). - + Add line to `/etc/inittab` in `config-dimension2400` and `config-x60` to - run getty on `/dev/ttyS0`. - - Prepare the following packages: - + `nano` - + `rsync` + * `linux-image` changes: + - Enable Linux serial drivers in `config-dimension2400`. + - Add `rw` to the default Linux command line in platform config packages. + - Upgrade to 4.1.x (the next LTS and LTSI branch): + + Drop `patches/01_no-bash.patch` (similar patch applied upstream). + + `s|drivers/video/console/|lib/fonts/|` in + `patches/03_add-mplus-fonts.patch` + * `busybox` changes: + - Make `/etc/init.d/networking` write generated interfaces file directly to + `/var/run/net-ifaces` (allows users to edit `/etc/network/interfaces` + instead of the `.local` file and fixes networking on read-only root file + systems). + - Add line to `/etc/inittab` in `config-dimension2400` and `config-x60` to + run getty on `/dev/ttyS0`. + * Miscellaneous new packages: + - `nano` + - `rsync` * QEMU ports: - Collect information (`lspci -nnk`, `lsmod`, and kern.log) on the emulated hardware of QEMU and QEMU-KVM (with hardware-accelerated I/O devices). |