[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: The future of non-dependency-based boot



Petter Reinholdtsen <pere@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


Reply to: