diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-02-04 15:24:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-07 15:21:06 +0700 |
commit | a8bc758925f471ce443700e86de078cd778c65e1 (patch) | |
tree | 91eb61ee151a023ede1085bf68097ad22cabeaeb /system/mbootpack | |
parent | 174c16963a93db34d5d7048b0277412f27b65e25 (diff) | |
download | slackbuilds-a8bc758925f471ce443700e86de078cd778c65e1.tar.gz |
system/mbootpack: Maintainer info update + minor fixes
Diffstat (limited to 'system/mbootpack')
-rw-r--r-- | system/mbootpack/README | 13 | ||||
-rw-r--r-- | system/mbootpack/mbootpack.SlackBuild | 12 | ||||
-rw-r--r-- | system/mbootpack/mbootpack.info | 4 |
3 files changed, 14 insertions, 15 deletions
diff --git a/system/mbootpack/README b/system/mbootpack/README index d613e4069e..d22e86a4c7 100644 --- a/system/mbootpack/README +++ b/system/mbootpack/README @@ -1,9 +1,8 @@ mbootpack (Multiboot kernel and modules) -This is a tool that takes a multiboot kernel and modules (e.g. a Xen -VMM, linux kernel and initrd), and packages them up as a single file -that looks like a bzImage linux kernel. The aim is to allow you to -boot multiboot kernels (in particular, Xen) using bootloaders that -don't support multiboot (i.e. pretty much anything except GRUB and -SYSLINUX). This is, as you might expect, pretty grim stuff, involving -lots of lovely 16-bit real-mode code. +This is a tool that takes a multiboot kernel and modules (e.g. a Xen VMM, +linux kernel and initrd), and packages them up as a single file that looks +like a bzImage linux kernel. The aim is to allow you to boot multiboot +kernels (in particular, Xen) using bootloaders that don't support multiboot +(i.e. pretty much anything except GRUB and SYSLINUX). This is, as you might +expect, pretty grim stuff, involving lots of lovely 16-bit real-mode code. diff --git a/system/mbootpack/mbootpack.SlackBuild b/system/mbootpack/mbootpack.SlackBuild index c4dfd1bbd7..2bc6f93335 100644 --- a/system/mbootpack/mbootpack.SlackBuild +++ b/system/mbootpack/mbootpack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mbootpack -# Copyright 2010, mario <mario@slackverse.org> +# Copyright 2010, 2015 Mario Preksavec, Zagreb, HR # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -11,7 +11,7 @@ # 1. Redistributions of this script must retain the above copyright # notice, this list of conditions and the following disclaimer. # -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO # EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, @@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix asm/page.h error patch -p1 <$CWD/mbootpack-0.6a_asm_page_fix.patch diff --git a/system/mbootpack/mbootpack.info b/system/mbootpack/mbootpack.info index dd9f6f7e23..e3f6937a5a 100644 --- a/system/mbootpack/mbootpack.info +++ b/system/mbootpack/mbootpack.info @@ -6,5 +6,5 @@ MD5SUM="52daf9084da07916f0bc40ab693bb894" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="mario" -EMAIL="mario@slackverse.org" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr" |