# HG changeset patch # User Paul Boddie # Date 1480030388 -3600 # Node ID d2f68bc185dca02d2a0e88d1ff7ae668a5c22ef9 # Parent 54529557c0c42c99a50cb85a60c048d85dbd8289 Fixed the Debian Jessie configuration, asserting sysvinit so that older kernels can still boot the system. diff -r 54529557c0c4 -r d2f68bc185dc conf/multistrap-jessie-mipsel.conf --- a/conf/multistrap-jessie-mipsel.conf Wed Jun 17 13:20:37 2015 +0200 +++ b/conf/multistrap-jessie-mipsel.conf Fri Nov 25 00:33:08 2016 +0100 @@ -16,6 +16,7 @@ aptsources=Debian [Debian] +packages=sysvinit-core packages=udev busybox-static packages=openssh-server openssh-client packages=plymouth dialog module-init-tools @@ -24,4 +25,4 @@ packages=python-pygame source=http://ftp.debian.org/debian keyring=debian-archive-keyring -suite=wheezy +suite=jessie