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

Persistence



Hi!

Now i got my first image created! YEAH!!!

But how can i configure the isolinux, that i have 2 different
boot-options?  One live and one persistence?

I can't find therefor anything in the documentation.
So i tried to copy the "live.cfg.in" file to "persistence.cfg.in" and
changed the text to:

label Persistence-@FLAVOUR@
        menu label ^Persistence (@FLAVOUR@)
        menu default
        linux @LINUX@ persistence
        initrd @INITRD@
        append @APPEND_LIVE@

label Persistence-@FLAVOUR@-failsafe
        menu label ^Persistence (@FLAVOUR@ failsafe)
        linux @LINUX@ persistence
        initrd @INITRD@
        append @APPEND_LIVE_FAILSAFE@


But when i build the image, the filename changes to "persistence.in" and
then isolinux can't find it.

I also put an entry

include persistence.cfg

after the "live.cfg" entry to the menu.cfg

How does this work?

Jakob


Reply to: