CTKArch · Forums
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
I would like to rebuild your livecd image from your sorce-package - primarily for practice. But I would like to use a newer kernel-source (2.6.35.11).
Are any other rules to observe besides those in your README? Thanks in advance. |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
The sources were designed to be used by other people, so, just like that, I have nothing more to say than what the Readme says…
Just remember to fix that before generating the live. Why don't you first try and come back with more precise questions, if any? ![]() |
Last edited by: Calimero on Feb 16, 2011 6:27:57 pm
|
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
Quote: Calimero at Feb 16, 2011 6:18:15 pm Yes, for sure! PHP Code: [root@ctkarch ctk-src]# mkarchiso -p "$(cat packages.list)" create traitement
mkarchiso : Configuration Settings working directory: traitement image name: none ====> Creating working directory: traitement ====> Installing packages to 'traitement/root-image/' error: 'archlinuxfr/libfm': can't find or read package [root@ctkarch ctk-src]# pacman -Q libfm libfm 0.1.14-2 Please Calimero, what's going wrong here? |
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
Another problem:
PHP Code: [root@ctkarch sda6]# chroot root chroot: failed to run command `/bin/bash': No such file or directory [root@ctkarch sda6]# echo $SHELL /bin/bash [root@ctkarch sda6]# ls /bin/bash /bin/bash |
Last edited by: nohype on Feb 21, 2011 7:01:26 pm
|
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
Found my error: incomplete chroot environment.
|
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
The present pkglist of ctkarch 0.7 (will be changing):
ctkarch.pastebin.com/ZLCuwGrW |
Last edited by: Calimero on Feb 24, 2011 2:24:36 pm
|
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
Cannot install base packages.
PHP Code: [root@ctkarch sda6]# pacman --cachedir /mnt/sda6/root/var/cache/pacman/pkg -r /mnt/sda6/root -Sy base
... Checking package integrity ... (98/98) checking fileconflicts [################################] 100% error: could not proceed (files in conflict) glibc: /mnt/sda6/root/etc/locale.gen exists in filesystem mkinitcpio: /mnt/sda6/root/lib/initcpio/init exists in filesystem mkinitcpio: /mnt/sda6/root/lib/initcpio/init_functions exists in filesystem mkinitcpio: /mnt/sda6/root/lib/initcpio/install/scsi exists in filesystem pacman-mirrorlist: /mnt/sda6/root/etc/pacman.d/mirrorlist exists in filesystem pacman: /mnt/sda6/root/etc/pacman.conf exists in filesystem errors have occurred, no packages habe been installed. Why is this? |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
This isn't exactly the "good" way... The install scripts can't execute when using the -r option instead of a chroot manip.
Anyway, it will work adding -f |
![]() |
|
---|---|
![]() New member
Posts: 17
Registered: 2011-02-02 |
@calimero
I don't know how to get the package 'archlinuxfr/libfm'. Quote: So I tried instead the package.list from 0.7rc retaining in /etc/pacman.d/mirrorlist: Quote: Now I don't how to handle the locale-settings-error. LANG = "de_DE.UTF-8" is the otherwise correct setting. Quote: |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
You can ignore the locale error.
Did you see in the sources of v0.6? I generate the locales in the host system instead, and copy locale-archive to the root-image folder afterwards. |