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