]> git.pld-linux.org Git - packages/geninitrd.git/blame - geninitrd.spec
- rel 3; load (hw optimized) crct10dif-pclmul, too
[packages/geninitrd.git] / geninitrd.spec
CommitLineData
5bba2f6c 1# TODO:
8d4b3be5
PG
2# - BUG: you can't set in /etc/mdadm.conf:
3# DEVICE partitions containers
4# (which is default BTW if none set). Generation of initrd will fail
5#
70a0ef68 6Summary: Creates an initial ramdisk image for preloading modules
4bd9777f 7Summary(pl.UTF-8): Narzędzie do tworzenia inicjalnego ramdysku używanego przy starcie systemu
70a0ef68 8Name: geninitrd
0d4a64ba 9Version: 12695
82f4458e 10Release: 3
70a0ef68 11License: GPL
6e7d5844 12Group: Applications/System
3adc6ee3 13Source0: %{name}-%{version}.tar.gz
0d4a64ba 14# Source0-md5: c6235c690934c87e5361bcf4a23b25db
1aab74e6 15# svn diff http://svn.pld-linux.org/svn/geninitrd/trunk -r 12709:HEAD > geninitrd-svn.patch
35f98152 16Patch0: %{name}-svn.patch
aa605112 17URL: http://svn.pld-linux.org/trac/svn/wiki/packages/geninitrd
0dd71c4b 18BuildRequires: xmlto >= 0:0.0.18-1
fe2d4469 19Requires: /usr/bin/ldd
0e068c76 20Requires: awk
7c70c4dc 21Requires: busybox-initrd >= 1.1.0
417ef52a 22Requires: coreutils
7b29e9b5 23Requires: cpio
0e068c76 24Requires: fileutils
87c020ab 25Requires: glibc-misc
0e068c76 26Requires: gzip
16ac31fd 27Requires: mktemp >= 1.5-8
0e068c76 28Requires: mount
495990cb 29Requires: pci-database >= 0.4
e018b691 30Requires: rc-scripts >= 0.2.7
0e068c76 31Requires: tar
b7842622 32Requires: virtual(module-tools)
55c24912 33# otherwise LVM subsystem is not enabled in geninitrd
f3d68afb 34Suggests: lvm2-initrd
e018b691 35# without this softraid installations of PLD fail
ac7d5e9a 36Suggests: mdadm-initrd >= 1.12.0-1
229da7eb 37Suggests: genromfs
2a458b9c 38Suggests: pciutils
55c24912
ER
39# suggest for blkid
40%if "%{pld_release}" != "ac"
244b296a 41Suggests: util-linux-initrd
55c24912 42%endif
70a0ef68 43Obsoletes: mkinitrd
fe2d4469
ER
44%if "%{pld_release}" == "ac"
45Conflicts: grubby < 5.0.4-3.1
46%else
429e8b1c 47Conflicts: grubby < 6.0.24-3
fe2d4469 48%endif
c7e102da 49Conflicts: kmod < 7-2
b7842622 50Conflicts: module-init-tools < 3.2.2-6
c5ec450e 51Conflicts: pciutils < 2.2.9
a843f5f7 52Conflicts: udev-initrd < 1:168
ba3bd13f 53Conflicts: xz < 4.999.9
cf111fa1 54BuildArch: noarch
70a0ef68
JK
55BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
56
57%description
570eccb2
ER
58Geninitrd creates filesystem images for use as initial ramdisk
59(initrd) images. These ramdisk images are often used to preload the
60block device modules (SCSI or RAID) needed to access the root
61filesystem.
70a0ef68
JK
62
63In other words, generic kernels can be built without drivers for any
64SCSI adapters which load the SCSI driver as a module. Since the kernel
65needs to read those modules, but in this case it isn't able to address
66the SCSI adapter, an initial ramdisk is used. The initial ramdisk is
67loaded by the operating system loader (normally LILO) and is available
68to the kernel as soon as the ramdisk is loaded. The ramdisk image
69loads the proper SCSI adapter and allows the kernel to mount the root
70filesystem. The geninitrd program creates such a ramdisk using
71information found in the /etc/modules.conf file.
72
54baa167
JR
73%description -l pl.UTF-8
74Geninitrd służy do tworzenia obrazu systemu plikowego używanego jako
75inicjalny ramdysk (initrd), z którego przy starcie systemu są ładowane
76moduły kernela z obsługą urządzeń których obsługa nie jest
77wkompilowana w kernel. Zazwyczaj modułami ładowanymi z inicjalnego
78systemu plikowego są sterowniki SCSI, IDE czy też RAID po to żeby w
79dalszej części inicjacji systemu był możliwy dostęp do głównego
70a0ef68
JK
80systemu plikowego (root fs).
81
54baa167
JR
82Dzięki initrd jest możliwe używanie dystrybucyjnego kernela w którym
83wkompilowana jest minimalna ilość obsługi różnych urządzeń, a reszta
84kodu obsługi sterowników SCSI, IDE czy RAID jest doczytywana w trakcie
70a0ef68 85startu z initrd. Skrypt geninitrd generuje obraz ramdysku na podstawie
54baa167 86bieżących informacji zawartych w /etc/modules.conf.
70a0ef68
JK
87
88%prep
89%setup -q
1aab74e6 90%patch0 -p0
f2aef47d 91
0dd71c4b 92%build
e0c74de2 93%{__make}
0dd71c4b 94
70a0ef68
JK
95%install
96rm -rf $RPM_BUILD_ROOT
37688ad3 97%{__make} install \
e0c74de2 98 DESTDIR=$RPM_BUILD_ROOT
70a0ef68
JK
99
100%clean
101rm -rf $RPM_BUILD_ROOT
102
103%files
104%defattr(644,root,root,755)
61d0a20b 105%doc ChangeLog
417ef52a 106%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/geninitrd
70a0ef68 107%attr(755,root,root) /sbin/geninitrd
429e8b1c 108%{_mandir}/man8/geninitrd.8*
417ef52a 109
429e8b1c
ER
110%dir /lib/geninitrd
111/lib/geninitrd/functions
112/lib/geninitrd/mod-*.sh
824e8293 113%attr(755,root,root) /lib/geninitrd/extract-ikconfig
2bc9ddcf
ER
114
115%dir /lib/geninitrd/udev-rules
116/lib/geninitrd/udev-rules/*.rules
This page took 0.119364 seconds and 4 git commands to generate.