From: Basanta s. <bas...@gm...> - 2007-12-26 11:03:22
|
Dear list, Has there been any release of basemod after amalthea that has bootsplash patched kernel? I check the oldest and the latest basemod in autobuilds and they don't have bootsplash. Is there any plan in near future ? |
From: Alex de L. <al...@de...> - 2007-12-27 14:32:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Basanta shrestha wrote: > Dear list, > Has there been any release of basemod after amalthea that has > bootsplash patched kernel? I check the oldest and the latest basemod > in autobuilds and they don't have bootsplash. Is there any plan in > near future ? Hi Basanta, As mentioned on IRC, a bootsplash-enabled kernel has been added to the repository. You can find a base iso with this kernel in the autobuilds: http://www.morphix.org/autobuilds/base/ (2007-12-27_1415 is the one) cheers, Alex -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHc7dkQeuQA5TF/UsRAqIuAJ0bAF4LYt35fYp/wWKoIn2lB5uYkgCfeHc9 NDn0f68vlWmPr/w48/WCL2c= =r8pX -----END PGP SIGNATURE----- |
From: Basanta s. <bas...@gm...> - 2007-12-28 10:18:41
|
Thanks Alex, It works perfect. -Basanta On Dec 27, 2007 8:17 PM, Alex de Landgraaf <al...@de...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Basanta shrestha wrote: > > Dear list, > > Has there been any release of basemod after amalthea that has > > bootsplash patched kernel? I check the oldest and the latest basemod > > in autobuilds and they don't have bootsplash. Is there any plan in > > near future ? > > Hi Basanta, > > As mentioned on IRC, a bootsplash-enabled kernel has been added to the > repository. You can find a base iso with this kernel in the autobuilds: > > http://www.morphix.org/autobuilds/base/ > > (2007-12-27_1415 is the one) > > cheers, > > Alex > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHc7dkQeuQA5TF/UsRAqIuAJ0bAF4LYt35fYp/wWKoIn2lB5uYkgCfeHc9 > NDn0f68vlWmPr/w48/WCL2c= > =r8pX > -----END PGP SIGNATURE----- > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Morphix-devel mailing list > Mor...@li... > https://lists.sourceforge.net/lists/listinfo/morphix-devel > |
From: Paul <pa...@tu...> - 2007-12-27 15:09:33
|
Hi Alex On Thursday 27 December 2007 14:32, Alex de Landgraaf wrote: > As mentioned on IRC, a bootsplash-enabled kernel has been added to the > repository. You can find a base iso with this kernel in the autobuilds: Although (my version of) bootsplash will apply cleanly to a 2.6.22 and 2.6.23 kernel, we are faced with a major problem with 2.6.24 and beyond - The bootsplash patch will no longer get any official support, and major structural changes have been made to 2.6.24 (i386 and x86_64 has been merged in to a single architecture). Whilst it may be possible to maintain our own bootsplash patch for 2.6.24 and beyond, I feel it is time to look at using splashy. I had a quick look at it last night, and it works OK(ish) on an installed system. Running from boot on a LiveCD is going to require a little bit of editing to the linuxrc script in miniroot - Probably resulting in the need for a splashy.udeb. I'll build a set of 2.6.23 kernel packages (what other *-modules-2.6.23 packages do we need ?) tonight with bootsplash & unionfs patched in. Given time, also investigate the effort required to use bootsplash with 2.6.24. In the meantime, any thoughts on splashy ? Regards, Paul. |
From: Alex de L. <al...@de...> - 2007-12-27 15:28:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Paul, Paul wrote: > I'll build a set of 2.6.23 kernel packages (what other *-modules-2.6.23 > packages do we need ?) tonight with bootsplash & unionfs patched in. Cool, note that a modified cloop might be required. The (patched) source is in the repository. Give me a prod when you're done so I can add these to the repository. > Given > time, also investigate the effort required to use bootsplash with 2.6.24. In > the meantime, any thoughts on splashy ? I wouldn't mind including both for the time being, but I agree that splashy is the only option for the long run. Not having to patch the kernel will be nice, and development for splashy seems to be more active. Splashy and bootsplash use the same bootoption, so I'll have to script around that, but that's a minor deal. cheers, Alex -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHc8SjQeuQA5TF/UsRAj9lAJ9qr20pZXUQ1JPLFy2in4hs4w7lyQCcD08d FmjwD0KfIM/ffakYXUj5TAM= =Jull -----END PGP SIGNATURE----- |
From: Brendan S. <bm...@ba...> - 2007-12-27 15:32:40
|
On 27/12/2007, Paul wrote: > time, also investigate the effort required to use bootsplash with 2.6.24. In > the meantime, any thoughts on splashy ? I had splashy on my own top do list for a while, but not had a chance to attempt it! http://splashy.alioth.debian.org/wiki/doku.php http://splashy.alioth.debian.org/wiki/doku.php?id=about # Require zero kernel patches/full functionality in user-space # Configuration file in XML In terms of re-branding its is really nice, heck anything that uses xml must fit in to morphix. In order to install Splashy in your own custom distribution or variant of UNIX system, you would need to: Quote:- 1. tell the system to start "/sbin/splashy boot" as early as possible 2. some "glue" to calculate the progressbar and update it using: splashy_update "progress NN" 3. you will need to exit Splashy at some point with: splashy_update exit Brendan |
From: Brendan S. <me...@ba...> - 2007-12-27 15:33:36
|
On 27/12/2007, Paul wrote: > time, also investigate the effort required to use bootsplash with 2.6.24. In > the meantime, any thoughts on splashy ? I had splashy on my own top do list for a while, but not had a chance to attempt it! http://splashy.alioth.debian.org/wiki/doku.php http://splashy.alioth.debian.org/wiki/doku.php?id=about # Require zero kernel patches/full functionality in user-space # Configuration file in XML In terms of re-branding its is really nice, heck anything that uses xml must fit in to morphix. In order to install Splashy in your own custom distribution or variant of UNIX system, you would need to: Quote:- 1. tell the system to start "/sbin/splashy boot" as early as possible 2. some "glue" to calculate the progressbar and update it using: splashy_update "progress NN" 3. you will need to exit Splashy at some point with: splashy_update exit Brendan |
From: Paul <pa...@tu...> - 2007-12-28 15:14:41
|
On Thursday 27 December 2007 15:09, Paul wrote: > Given time, also investigate the effort required to use bootsplash with > 2.6.24. Using 2.4.24-rc6 as a baseline, the bootsplash patch applies with a few fuzzy chunks but no failures - Unless there are any significant changes to fbcon and vesafb sources, we should be OK for a little while longer. Regards, Paul. |