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

Re: [MiNT] Multiple cnf files.



On Tue, Feb 7, 2012 at 11:56 AM, m0n0 <ole@monochrom.net> wrote:
>
>> Op 11/19/11 9:42 PM, Christos Tziotzis schreef:
>>>
>>> Hi,
>>> Is there a way to have multiple cnf files for mint and/or XaAES? Here's
>>> what I want to do. I have a ct63 falcon and I want to be able to load a
>>> different AES or XaAES with different settings for 030 or 060 mode more
>>> pressingly or to be able to switch between XaAES and MyAES without having
>>> to change stuff all the time. Any ideas?
>
>
> For this purpose I added minimal scripting to my own bootmanager. It's
> really minimal
> but enough to have multiple AES boot configuration without hassle :)
>
> http://freeshell.de/~monokrom/geeklog/staticpages/index.php?page=ColdBoot
>
> I'm just doing stuff like:
>
> copy C:\foo\xaaes.cnf C:\mint\1-18-cur\mint.cnf
>
> or
>
> copy C:\foo\myaes.cnf C:\mint\1-18-cur\mint.cnf
>
> within the scripts.
>

thats cool dude - even minimal scripting is handy - btw if you ever
want more scripting abilities check the config parser in mint kernel -
its the same one that gets used by xaaes, so it can include external
configs as well ..

nice that it works on CF too, cheers