20121002-alt1
- no more initfs
This commit is contained in:
parent
f66a824ee9
commit
9f547f5cb8
6
Makefile
6
Makefile
@ -110,13 +110,9 @@ version.h:
|
||||
gencpio: gen_init_cpio.c
|
||||
$(CC) $(CFLAGS) $(DEFS) -o $@ $^
|
||||
|
||||
initfs: mkinitfs $(TARGETS)
|
||||
sh $< $@
|
||||
|
||||
install: initfs
|
||||
install:
|
||||
$(INSTALL) -D -m0755 gencpio $(DESTDIR)$(bindir)/gencpio
|
||||
$(INSTALL) -m0755 mkmodpack $(DESTDIR)$(bindir)/mkmodpack
|
||||
$(INSTALL) -D -m0644 initfs $(DESTDIR)$(libdir)/$(PACKAGE)/initfs
|
||||
$(INSTALL) -D -m0755 init $(DESTDIR)/usr/sbin/propagator
|
||||
|
||||
clean:
|
||||
|
@ -2,8 +2,8 @@
|
||||
%def_with splash
|
||||
|
||||
Name: propagator
|
||||
Version: 20101130
|
||||
Release: alt18
|
||||
Version: 20121002
|
||||
Release: alt1
|
||||
|
||||
Summary: 'Early userspace' set of binaries
|
||||
License: GPL
|
||||
@ -13,17 +13,10 @@ Url: http://www.altlinux.org/propagator
|
||||
Source: %name-%version-%release.tar
|
||||
|
||||
BuildRequires: libnewt-devel-static libslang2-devel-static
|
||||
BuildRequires: klibc-utils-initramfs module-init-tools-initramfs udev-initramfs >= 127-alt3
|
||||
|
||||
%description
|
||||
%name is a set of binaries useful in 'early userspace' environment,
|
||||
including init and various helpers for hw probing and bootstrapping.
|
||||
%name was built with and contains parts of following packages:
|
||||
|
||||
%{get_NSVR klibc}
|
||||
%{get_NSVR udev-initramfs}
|
||||
%{get_NSVR klibc-utils-initramfs}
|
||||
%{get_NSVR module-init-tools-initramfs}
|
||||
|
||||
%prep
|
||||
%setup
|
||||
@ -42,9 +35,11 @@ make \
|
||||
%_bindir/gencpio
|
||||
%_bindir/mkmodpack
|
||||
%_sbindir/propagator
|
||||
%_libdir/%name
|
||||
|
||||
%changelog
|
||||
* Tue Oct 02 2012 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20121002-alt1
|
||||
- no more initfs
|
||||
|
||||
* Fri Aug 10 2012 Anton V. Boyarshinov <boyarsh@altlinux.ru> 20101130-alt18
|
||||
- modprobe --list changed to find
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user