Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37561927
en ru br
ALT Linux repos
S:1.7-alt2
5.0: 1.1-alt1
4.1: 1.1-alt1

Group :: System/Kernel and hardware
RPM: wraplinux

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: Utility to wrap a Linux kernel and initrd into an ELF or NBI file
Name: wraplinux
Version: 1.7
Release: alt2
License: GPL2
Group: System/Kernel and hardware
Url: http://www.kernel.org/pub/linux/utils/boot/wraplinux/
Source: http://www.kernel.org/pub/linux/utils/boot/wraplinux/wraplinux-%version.tar.gz
Patch: wraplinux-1.7-reloc.patch

ExclusiveArch: i586 x86_64

%ifarch x86_64
%define mflag -fno-stack-protector
%else
%define mflag -m32 -fno-stack-protector
%endif

%description
A tool to wrap an x86 Linux kernel and one or more initrd files into a
single file in ELF or NBI format, as required by some booting protocols.

%prep
%setup
%patch -p1

%build
export CFLAGS="$CFLAGS -fcommon"
%autoreconf
%configure
%make CC='gcc %mflag'

%install
%makeinstall CC='gcc %mflag'

%files
%_bindir/wraplinux
%_man1dir/wraplinux.1*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin