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