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