You are not logged in.
Hi there,
Im trying to do a lightweight installation of ArchLinux.
Im having issues with mkinitcpio, when I make the kernel.
/sbin/mkinitcpio -k 2.6.21 -ARCH -c /etc/mkini
/lib/initcpio/functions: line 143: find: command not found ERROR module 'ata[-_]generic' not found
/lib/initcpio/functions: line 143: find: command not found ERROR module 'BusLogic' not found
/lib/initcpio/functions: line 143: find: command not found ERROR module 'mptbase' not found
/lib/initcpio/functions: line 143: find: command not found ERROR module 'mptscsih' not found
/lib/initcpio/functions: line 143: find: command not found ERROR module 'mptscsih' not found
/lib/initcpio/functions: line 143: find: command not found ERROR module 'atap-_]piix' not found
Parsing hook [base]
/lib/initcpio/install/base line 4: find:command not found
Parsing hook [autodetect]
/lib/initcpio/functions line 4: find:command not found
/lib/initcpio/install/autodetect line 4: find:command not found
Parsing hook [keymap]
/lib/initcpio/install/keymap line 4: find:command not found
Parsing hook [filesystems]
/sbin/mkinitcpio: line 235: gzip: command not found
Generating image '/boot/kernel26.img'.... FAILED
Firstly i know im missing the gzip dependency, but what else?
Anyway here are my base packages.
acl
attr
autoconf
automake
bash
bin86
binutils
bison
bzip2
cracklib
coreutils
cpio
db
device-mapper
diffutils
dhcpd
fakeroot
file
filesystem
gcc
glibc
grep
grub
hwdetect
libarchive
libdownload
initscripts
iputils
kbd
kernel-headers
klibc
klibc-extras
klibc-udev
libusb
lshwd
m4
make
mkinitcpio
module-init-tools
ncurses
net-tools
openssl
pacman
pam
patch
pcre
pciutils
perl
pkgconfig
popt
readline
sed
shadow
sysvinit
tcp-wrappers
wget
zlib
Offline
Oh yes, if someone could tell me what I dont need from that list. Would be great.
Offline
you need gnu findutils, your list is indeed quite short; can't think of anything to remove
Offline
Thanks, I got that answer from IRC as well.
If anyone else can think of anything to remove, would be great
Offline
bin86
Offline
If you don't intend to compile stuff you might also try removing bison, m4, make, autoconf, automake, pkgconfig and patch.
1000
Offline
If you don't intend to compile stuff you might also try removing bison, m4, make, autoconf, automake, pkgconfig and patch.
He also can remove pacman if he doesn't plan to add anything more to the system.
Offline