You are not logged in.
Hello
I am making my own livecd, based on archlinux, using larch scripts.
I am trying to build it, with own customized kernel.
i built package of kernel, (following http://wiki.archlinux.org/index.php/Ker … rom_Source howto, section "With makepkg and pacman")
i added into file config_larch line
PACINOPTS="-p /somewhere"
in /somewhere, there is my new kernel pkg (kernel26-mylivecd-2.6.21-1.pkg.tar.gz)
into addedpacks i added kernel26-mylivecd
building of larch system was passed ... but when i am trying to make iso
(mklarch -p someprofile -b -o -g ) i got that message:
Error - more than 1 kernel found:
vmlinuz26
vmlinuz26-mylivecd
Anyone knows, how to solve it ?
i didn't find how to specify, which kernel to use.
Or does anyone know another way, howto use my own kernel into larch based livecd ?
Offline
Have you deleted or commented out kernel26 in the file addedpacks?
Are you aware that you might also rebuild some kernel modules to use your own kernel?
May I ask why you made your own kernel? I'm just wondering... ;-)
edit: btw, Welcome to the forum!
Last edited by Sigi (2007-05-22 13:19:57)
Haven't been here in a while. Still rocking Arch.
Offline
Have you deleted or commented out kernel26 in the file addedpacks?
oh, thx, i didn't know, that kernel26 is in addedpacks. now, i am building it with #kernel26
May I ask why you made your own kernel? I'm just wondering... ;-)
because i wanna change logo in FB, and/or add splasscreen support.
or is it possible, add it, to kernel26?
edit: btw, Welcome to the forum!
oh thx, hello here
Offline
Sigi wrote:May I ask why you made your own kernel? I'm just wondering... ;-)
because i wanna change logo in FB, and/or add splasscreen support.
or is it possible, add it, to kernel26?
It's pretty easy to adapt the normal kernel26 pkg build to add a few patches, youjust need to make sure that the final kernel is installed to exactly the same directories on your system - then you should be able to use the extra module pkgs just fine.
Offline
ok, so problem was solved
i had to only change kernel26 for kernel26-myown (in addedpacks)
then i had to patch kernel for squashfs, and unionfs (no, in this days, patch is avaible only for kernel 2.6.20, bud works fine with kernel 2.6.21)
now everything works fine:)
thx for help!
Offline
Just in case you get tired of rebuilding your own kernel, you could use splashy which does not require a patched kernel.
(if you like it)
MyR
Offline