]> git.pld-linux.org Git - packages/geninitrd.git/blob - geninitrd.spec
- Requires: pci-database >= 0.4
[packages/geninitrd.git] / geninitrd.spec
1 Summary:        Creates an initial ramdisk image for preloading modules
2 Summary(pl):    Narzêdzie do tworzenia inicjalnego ramdysku u¿ywanego przy starcie systemu
3 Name:           geninitrd
4 Version:        3416
5 Release:        2
6 License:        GPL
7 Group:          Applications/System
8 Source0:        ftp://ftp.pld-linux.org/people/wiget/geninitrd/%{name}-%{version}.tar.gz
9 # Source0-md5:  95fc2c388d22a3ea88b6ca4a1a1dffc5
10 PreReq:         rc-scripts >= 0.2.7
11 Requires:       awk
12 Requires:       busybox-initrd >= 1.00-0.pre5.0
13 Requires:       fileutils
14 Requires:       genromfs
15 Requires:       gzip
16 Requires:       mktemp >= 1.5-8
17 Requires:       mount
18 Requires:       pci-database >= 0.4
19 Requires:       sh-utils
20 Requires:       tar
21 Obsoletes:      mkinitrd
22 Conflicts:      mdadm-initrd < 1.4.0-3
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Mkinitrd creates filesystem images for use as initial ramdisk (initrd)
28 images. These ramdisk images are often used to preload the block
29 device modules (SCSI or RAID) needed to access the root filesystem.
30
31 In other words, generic kernels can be built without drivers for any
32 SCSI adapters which load the SCSI driver as a module. Since the kernel
33 needs to read those modules, but in this case it isn't able to address
34 the SCSI adapter, an initial ramdisk is used. The initial ramdisk is
35 loaded by the operating system loader (normally LILO) and is available
36 to the kernel as soon as the ramdisk is loaded. The ramdisk image
37 loads the proper SCSI adapter and allows the kernel to mount the root
38 filesystem. The geninitrd program creates such a ramdisk using
39 information found in the /etc/modules.conf file.
40
41 %description -l pl
42 Mkinitrd s³u¿y do tworzenia obrazu systemu plikowego u¿ywanego jako
43 inicjalny ramdysk (initrd), z którego przy starcie systemu s± ³adowane
44 modu³y kernela z obs³ug± urz±dzeñ których obs³uga nie jest
45 wkompilowana w kernel. Zazwyczaj modu³ami ³adowanymi z inicjalnego
46 systemu plikowego s± sterowniki SCSI, IDE czy te¿ RAID po to ¿eby w
47 dalszej czê¶ci inicjacji systemu by³ mo¿liwy dostêp do g³ównego
48 systemu plikowego (root fs).
49
50 Dziêki initrd jest mo¿liwe u¿ywanie dystrybucyjnego kernela w którym
51 wkompilowana jest minimalna ilo¶æ obs³ugi ró¿nych urz±dzeñ, a reszta
52 kodu obs³ugi sterowników SCSI, IDE czy RAID jest doczytywana w trakcie
53 startu z initrd. Skrypt geninitrd generuje obraz ramdysku na podstawie
54 bie¿±cych informacji zawartych w /etc/modules.conf.
55
56 %prep
57 %setup -q
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         BUILDROOT=$RPM_BUILD_ROOT
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc ChangeLog
71 %attr(755,root,root) /sbin/geninitrd
72 %config(noreplace) /etc/sysconfig/geninitrd
73 %{_mandir}/man8/*
This page took 0.091406 seconds and 3 git commands to generate.