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