You are not logged in.

#1 2011-05-22 17:39:30

ramboman
Member
Registered: 2010-01-23
Posts: 35

AIF Automatic Install with custom repository

I have made a custom repository with my "/var/cache/pacman/pkg" package in the way specified in the wiki : https://wiki.archlinux.org/index.php/Pa … repository

I mounted the custom repository at "file:///media/repo"

I tried to create a working profile for AIF automatic procedure inspired from the generic exemple :

(...)


SOURCE=cd 
FILE_URL=file:///src/core/pkg
SYNC_URL= 
HARDWARECLOCK=UTC
TIMEZONE=Canada/Eastern
RUNTIME_REPOSITORIES=("custom" "file:///media/repo")
RUNTIME_PACKAGES=

TARGET_GROUPS='base base-devel' 
TARGET_PACKAGES_EXCLUDE= 
TARGET_PACKAGES='alsa-oss'


(...)

I received the following errors :

WARNING: Installation Failed (see errors below)
error: 'alsa-oss': not found, searching for groups...

Package Installation FAILED.
sed: can't read /mnt/etc/fstab: No such file or directory

(...)

Even by adding the custom repository to /etc/pacman.conf, the same problem is not solved

What should i do to solve the problem ?

Offline

Board footer

Powered by FluxBB