Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37841276
en ru br
Репозитории ALT
S:1.7-alt2
5.1: 1.1-alt1
4.1: 1.1-alt1
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: wraplinux

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin