CTKArch · Forums
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
The command
Quote: needs the package 'repacman' which isn't on archlinux.fr anymore. Question: can repacman be omitted from packages.list? |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
Just remove it, yes.
|
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
I am stuck. I work from a fresh chroot-environment which I got directly from unsquashing ROOT_IMAGE.SQFS of the ctkarchlive-0.7-i686.iso image.
In this "natural" chroot environment I did proceed exactly as described in the README of 0.7-src, up to the command: Quote: which fails (also after removing "repacman" from "packages.list"). Because I don't understand mkarchiso I don't know how to get the new stumbling blocks out of the way. These are (from packages.list): 1) "archlinuxfr/libfm" For isolating the problem I tried Quote: 2) "archlinuxfr/fbpanel" Testing the above command with the 1-element-list of "archlinuxfr/fbpanel" results in an analogous error. For further analysis I tried Quote: From this I conclude that the special versions of "archlinuxfr/libfm" and "archlinuxfr/fbpanel" are essential. But how to correct these failures? |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
You could also have prepared your chroot using mkarchroot or the script /install/install-chroot.sh that I wrote, provided in the livecd.
The problem there is that the default mirror for the official repositories is frozen, but not the mirror for the archlinuxfr repository. Just comment out the arm.konnichi line from /etc/pacman.d/mirrorlist. It's better to generate an up-to-date livecd anyway, isn't it? |
Last edited by: Calimero on May 03, 2011 8:43:52 pm
|
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
Quote: Calimero at May 03, 2011 8:43:17 pm Working from my HDD-installation of CTKarch-0.7 (kernel 2.6.37-ARCH) I tried now to create an ISO-image with an outcommented server-line for http://arm.konnichi.com in /etc/pacman.d/mirrorlist. By this a new problem now arises because in the chroot-environment a newer kernel-version is installed than is used. The installed kernel-modules are under /lib/modules/2.6.38-ARCH. ... not under /lib/modules/2.6.37-ARCH/ as required by both of the commands: Quote: N.B. replacing '`uname -r`' by '2.6.38-ARCH' doesn't help. Quote: I guess that the (wrong) path to the kernel-modules which is actually used in both of the above commands is derived from the running kernel which is 2.6.37-ARCH. |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
What, it doesn't help? It does! Can't you see that it works? (apart from a few warnings due to name changes)
Just change all occurences of 2.6.37 to 2.6.38 in priorities.list of course, so that the files are ordered correctly. (to speed up the boot when using a CD) But even without doing anything else, it works, there. |
Last edited by: Calimero on May 06, 2011 9:35:04 pm
|