Petter Reinholdtsen <p...@hungry.com> writes:

> [Sven Joachim]
>> I beg to disagree, it is already unsupportable because the only way
>> to test it is to set up a lenny system, create some local init
>> script without LSB headers to prevent migration to dependency based
>> boot, and then upgrade all the way to squeeze and wheezy.
>
> You can also install file-rc.  It only handle the static script
> ordering, and when switching the static ordering is activated.  :)

Or seed the debconf value and override file for legacy bootordering
before (c)debootstrap:

        F=$CHROOT_DIR/var/cache/debconf/config.dat
        # Enforce legacy bootordering
        mkdir -p $CHROOT_DIR/etc/init.d
        touch $CHROOT_DIR/etc/init.d/.legacy-bootordering
        mkdir -p $CHROOT_DIR/var/cache/debconf
        echo  >$F "Name: sysv-rc/convert-legacy"
        echo >>$F "Template: sysv-rc/convert-legacy"
        echo >>$F "Value: false"
        echo >>$F "Owners: sysv-rc"

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/873981pg8f.fsf@frosties.localnet

Reply via email to