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