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