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