Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit lilo
- From: root@xxxxxxx (h_root)
- Date: Wed, 19 Apr 2006 02:19:41 +0200 (CEST)
- Message-id: <20060419001941.3F77A8BE98@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package lilo
checked in at Wed Apr 19 02:19:41 CEST 2006.
--------
--- arch/ppc/lilo/lilo.changes 2006-04-10 16:09:44.000000000 +0200
+++ lilo/lilo.changes 2006-04-19 01:00:04.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Apr 19 00:59:43 CEST 2006 - olh@xxxxxxx
+
+- add a lilo manpage
+
+-------------------------------------------------------------------
+Tue Apr 18 23:22:15 CEST 2006 - olh@xxxxxxx
+
+- remove dead sysmap= code from lilo
+
+-------------------------------------------------------------------
+Tue Apr 18 23:14:00 CEST 2006 - olh@xxxxxxx
+
+- some fixes for yaboot.conf man page, document image[XXbit]=
+
+-------------------------------------------------------------------
+Mon Apr 10 23:38:12 CEST 2006 - olh@xxxxxxx
+
+- provide a lilo.conf manpage
+
+-------------------------------------------------------------------
Old:
----
yaboot-10.1.8-r679.tar.bz2
New:
----
yaboot-10.1.8-r694.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ lilo.spec ++++++
--- /var/tmp/diff_new_pack.JPJtcx/_old 2006-04-19 02:19:32.000000000 +0200
+++ /var/tmp/diff_new_pack.JPJtcx/_new 2006-04-19 02:19:32.000000000 +0200
@@ -11,7 +11,7 @@
# norootforbuild
Name: lilo
-%define yaboot_vers 10.1.8-r679
+%define yaboot_vers 10.1.8-r694
Group: System/Boot
License: BSD, Other License(s), see package
Summary: The Linux Loader, a Boot Menu
@@ -23,10 +23,10 @@
Requires: powerpc-utils
Requires: binutils
Version: 10.1.8
-Release: 1
+Release: 3
Source0: lilo-%{version}.tar.bz2
Source1: http://penguinppc.org/projects/yaboot/yaboot-%{yaboot_vers}.tar.bz2
-# $Id: lilo.spec 680 2006-04-09 21:31:17Z olh $
+# $Id: lilo.spec 696 2006-04-18 23:00:04Z olh $
%description
LILO boots Linux from your hard drive. It can also boot other operating
@@ -88,6 +88,8 @@
mkdir -p $RPM_BUILD_ROOT/bin
mkdir -p $RPM_BUILD_ROOT/bin
mkdir -p $RPM_BUILD_ROOT/%{_docdir}/lilo/activate
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
cd lilo.ppc
chmod 755 show_of_path.sh
chmod 754 lilo.{old,new}
@@ -103,6 +105,8 @@
cp -av os-badge-icon $RPM_BUILD_ROOT/lib/lilo/pmac
cp -av README* $RPM_BUILD_ROOT%{_docdir}/lilo/
cp -av COPYING $RPM_BUILD_ROOT%{_docdir}/lilo/
+cp -av man/lilo.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
+cp -av man/lilo.8 $RPM_BUILD_ROOT%{_mandir}/man8
cd bootheader
make install DESTDIR=$RPM_BUILD_ROOT
cd ..
@@ -114,8 +118,6 @@
cp -av ld.script $RPM_BUILD_ROOT/lib/lilo/chrp/yaboot.ld.script
cp -av yaboot.a $RPM_BUILD_ROOT/lib/lilo/chrp/
cp -av make_yaboot.sh $RPM_BUILD_ROOT/lib/lilo/scripts/
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man5
cp -av man/bootstrap.8 man/yaboot.8 $RPM_BUILD_ROOT%{_mandir}/man8
cp -av man/yaboot.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
cd ..
@@ -157,6 +159,14 @@
%doc %{_mandir}/*/*
%changelog -n lilo
+* Wed Apr 19 2006 - olh@xxxxxxx
+- add a lilo manpage
+* Tue Apr 18 2006 - olh@xxxxxxx
+- remove dead sysmap= code from lilo
+* Tue Apr 18 2006 - olh@xxxxxxx
+- some fixes for yaboot.conf man page, document image[XXbit]=
+* Mon Apr 10 2006 - olh@xxxxxxx
+- provide a lilo.conf manpage
* Mon Apr 10 2006 - jplack@xxxxxxx
- copy image/initrd if of_path is empty/invalid (#164540)
* Mon Apr 10 2006 - olh@xxxxxxx
++++++ lilo-10.1.8.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lilo-10.1.8/lilo-chrp.lib new/lilo-10.1.8/lilo-chrp.lib
--- old/lilo-10.1.8/lilo-chrp.lib 2006-04-10 16:06:48.000000000 +0200
+++ new/lilo-10.1.8/lilo-chrp.lib 2006-04-18 23:22:39.000000000 +0200
@@ -1,5 +1,5 @@
#! /bin/bash
-# $Id: lilo-chrp.lib 687 2006-04-10 14:06:48Z jplack $
+# $Id: lilo-chrp.lib 693 2006-04-18 21:22:39Z olh $
# vim: syntax=sh
#
# library for CHRP routines
@@ -408,7 +408,6 @@
fi
[ "${CONFIG_IMAGE_ROOT[$i]}" ] && echo " root = ${CONFIG_IMAGE_ROOT[$i]}"
[ "${CONFIG_IMAGE_APPEND[$i]}" ] && echo " append = \"${CONFIG_IMAGE_APPEND[$i]}\""
- [ "${CONFIG_IMAGE_SYSMAP[$i]}" ] && echo " sysmap = ${CONFIG_IMAGE_SYSMAP[$i]}"
if [ "${CONFIG_IMAGE_INITRD[$i]}" ]; then
echo -n " initrd = "
strip_device_partnr "${CONFIG_IMAGE_INITRD[$i]}" $boot_device $boot_partnr
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lilo-10.1.8/lilo-pmac.lib new/lilo-10.1.8/lilo-pmac.lib
--- old/lilo-10.1.8/lilo-pmac.lib 2006-04-10 14:39:15.000000000 +0200
+++ new/lilo-10.1.8/lilo-pmac.lib 2006-04-18 23:22:39.000000000 +0200
@@ -1,4 +1,4 @@
-# $Id: lilo-pmac.lib 683 2006-04-10 12:39:15Z olh $
+# $Id: lilo-pmac.lib 693 2006-04-18 21:22:39Z olh $
# vim: syntax=sh
#
# library for PowerMac routings
@@ -104,25 +104,6 @@
fi
fi
unset FILE_PATH
- if [ -n "${CONFIG_IMAGE_SYSMAP[$i]}" ] ; then
- FILE_PATH=$(get_of_path ${CONFIG_IMAGE_SYSMAP[$i]}|grep -v /pci[0-9])
- if [ -z "$FILE_PATH" -o "${CONFIG_IMAGE_COPY[$i]}" = "true" ] ; then
- CONFIG_IMAGE_SYSMAPPATH[$i]="copy"
- else
- CONFIG_IMAGE_SYSMAPPATH[$i]=$FILE_PATH
- fi
- else
- local sysmap="/lib/modules/`get_kernel_version ${CONFIG_IMAGE_FILE[$i]}`/System.map"
- if [ -f $sysmap ]; then
- CONFIG_IMAGE_SYSMAP[$i]=$sysmap
- FILE_PATH=$(get_of_path ${CONFIG_IMAGE_SYSMAP[$i]}|grep -v /pci[0-9])
- if [ -z "$FILE_PATH" -o "${CONFIG_IMAGE_COPY[$i]}" = "true" ] ; then
- CONFIG_IMAGE_SYSMAPPATH[$i]="copy"
- else
- CONFIG_IMAGE_SYSMAPPATH[$i]=$FILE_PATH
- fi
- fi
- fi
done
# starting the work
@@ -156,13 +137,6 @@
test -z "${CONFIG_IMAGE_LABEL[$i]}" || echo " label = ${CONFIG_IMAGE_LABEL[$i]}"
test -z "${CONFIG_IMAGE_ROOT[$i]}" || echo " root = ${CONFIG_IMAGE_ROOT[$i]}"
test -z "${CONFIG_IMAGE_APPEND[$i]}" || echo " append = \"${CONFIG_IMAGE_APPEND[$i]}\""
- if [ "${CONFIG_IMAGE_SYSMAP[$i]}" ]; then
- if [ "${CONFIG_IMAGE_SYSMAPPATH[$i]}" = "copy" ] ; then
- echo " sysmap = `basename ${CONFIG_IMAGE_SYSMAP[$i]}`"
- else
- echo " sysmap = ${CONFIG_IMAGE_SYSMAPPATH[$i]}"
- fi
- fi
if [ "${CONFIG_IMAGE_INITRD[$i]}" ]; then
if [ "${CONFIG_IMAGE_INITRDPATH[$i]}" = "copy" ] ; then
@@ -293,10 +267,6 @@
if [ "${CONFIG_IMAGE_INITRDPATH[$i]}" = "copy" ] ; then
hcopy ${CONFIG_IMAGE_INITRD[$i]} :`basename ${CONFIG_IMAGE_INITRD[$i]}`
fi )
- test -z "${CONFIG_IMAGE_SYSMAP[$i]}" || (
- if [ "${CONFIG_IMAGE_SYSMAPPATH[$i]}" = "copy" ] ; then
- hcopy ${CONFIG_IMAGE_SYSMAP[$i]} :`basename ${CONFIG_IMAGE_SYSMAP[$i]}`
- fi )
done
hpwd
hls -ltr
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lilo-10.1.8/lilo.new new/lilo-10.1.8/lilo.new
--- old/lilo-10.1.8/lilo.new 2006-04-10 15:09:44.000000000 +0200
+++ new/lilo-10.1.8/lilo.new 2006-04-18 23:22:39.000000000 +0200
@@ -1,5 +1,5 @@
#! /bin/bash
-# $Id: lilo.new 686 2006-04-10 13:09:44Z olh $
+# $Id: lilo.new 693 2006-04-18 21:22:39Z olh $
#
# a simple lilo to store the boot loader and the kernel images
# in bash2 ... Think different [tm]
@@ -649,8 +649,7 @@
fi
;;
sysmap)
- [ "$CONFIG_PARSE_HASIMAGE" ] || error 8
- CONFIG_IMAGE_SYSMAP[$CONFIG_IMAGE_COUNT]=$value
+ echo "sysmap= is not required anymore, remove it from your lilo.conf file"
;;
initrd)
if [ -z "$CONFIG_PARSE_HASIMAGE" ] ; then
@@ -697,9 +696,6 @@
if [ ! -f ${CONFIG_IMAGE_INITRD[$i]} ] ; then
error "initrd = ${CONFIG_IMAGE_INITRD[$i]} ist not a regular file"
fi
- if [ ! -f ${CONFIG_IMAGE_SYSMAP[$i]} ] ; then
- error "sysmap = ${CONFIG_IMAGE_SYSMAP[$i]} ist not a regular file"
- fi
done
#
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lilo-10.1.8/man/lilo.8 new/lilo-10.1.8/man/lilo.8
--- old/lilo-10.1.8/man/lilo.8 1970-01-01 01:00:00.000000000 +0100
+++ new/lilo-10.1.8/man/lilo.8 2006-04-19 01:00:04.000000000 +0200
@@ -0,0 +1,85 @@
+.\" $Id: lilo.8 696 2006-04-18 23:00:04Z olh $ \"
+.\" vim: syntax=nroff
+.TH lilo 8
+.SH NAME
+\fBlilo\fR \- configure the Linux Loader for PowerPC
+.SH DESCRIPTION
+.BR lilo (8)
+will generate a bootloader configuration suitable for PowerPC board type it runs on.
+It uses the configuration file \fB/etc/lilo.conf(5)\fR,
+which has a syntax is similar to the i386 variant.
+
+The requirements for the various board (or better: firmware) types supported by SuSE Linux
+differ. Each one needs a different way to load the Linux kernel.
+lilo currently knows about CHRP (Apple PowerMacs, IBM RS/6000 and pSeries systems), IBM legacy
+iSeries and older Motorola/IBM PReP systems. CHRP based systems use the \fByaboot(5)\fR bootloader
+to load the Linux kernel from a block device or via network. iSeries and PReP systems load
+a single binary blob and execute it, they do not have a bootloader with a user interface.
+
+.SH Booting on CHRP
+CHRP based systems use Open Firmware to initialize the hardware and load an operating system.
+Apple and IBM use slightly different implementations of the Open Firmware standard. IBM systems
+run in real mode with MMU off, the ELF boot binary must have an ELF program header section \fBNOTE\fR.
+Apple systems run in virtual mode, and unfortunately the ELF program header needed for IBM systems
+makes the PowerMacs very very very unhappy.
+
+Pegasos machines use also Open Firmware, but some implementation details differ from the IBM
+and Apple behaviour. Thats why yaboot does currently not run properly. lilo does currently not
+know about this board type.
+
+On CHRP, yaboot is used as bootloader. lilo parses the config file and generates a suitable configuration
+file \fByaboot.conf\fR. This file will be either written to the root filesystem of your Linux installation,
+or it will be copied to a HFS or FAT partition where yaboot will find and load it. Optionally,
+the Open Fimrware NVRAM variable \fBboot-device\fR will be configured properly to automatically load
+yaboot from the correct hard disk.
+
+
+.SH Booting on iSeries
+IBM legacy iSeries are the pre-POWER4 systems with OS/400 as host operatin system.
+Linux runs as a guest "application" on OS/400.
+The kernel can be either loaded as a \fB*STMF\fR (stream file),
+from a \fBkernel slot\fR or from a \fB0x41 PReP boot partition\fR on a virtual disk.
+Use one or more \fIboot=\fR lines on \fB/etc/lilo.conf(5)\fR to specify the target.
+It is not possible to modify the source of the kernel from the Linux side, all changes
+must be made inside OS/400 (with the \fBwrkcfgsts *nws\fR command). The only exception
+is is booting from a slot. A kernel which is written to and activated in a special /proc/iSeries/
+file will remain active as long as the partition is in VARY ON state.
+
+Use \fIboot=B\fR to specify \fB/proc/iSeries/mf/B/vmlinux\fR as source for the Linux kernel.
+lilo will write the image specified in default= to this file and activate it with \fB/proc/iSeries/mf/side\fR.
+After a reboot in Linux, the kernel will be active. Once the partition is shutdown and in VARY OFF
+state, the location specified as IPL source will be used to load the kernel after a VARY ON command.
+Possible values for slot names are \fBA\fR and \fBB\fR.
+
+Use \fIboot=/dev/iseries/vda\fR to specify a virtual disk with an 0x41 PReP boot partition. OS/400 will look for
+the first disk partition of that type and load its content if the IPL source is \fB*NWSTG\fR.
+
+Use \fIboot=/some/filename\fR to generate an IPL streamfile. This file must be transfered manually
+to the OS/400 side. Its absolute path name on the OS/400 side must be entered if the IPL source
+is \fB*STMF\fR.
+
+Linux kernel command line options must be provided via OS/400 if the IPL source is *STMF or *NWSTG.
+If the IPL source is a kernel slot, then the command line can be updated only via \fB/proc/iSeries/mf/B/cmdline\fR.
+
+.SH Booting on PReP
+Older PReP systems can only boot one binary file from harddisk, CD or via network. They do not provide
+callbacks into firmware to implement some kind of bootloader. lilo will generated a usable zImage
+and place it in a 0x41 PReP boot partition on a disk specified in the \fIboot=\fR option in \fB/etc/lilo.conf(5)\fR.
+The zImage will also contain a preconfigured kernel commandline with the contents specified in the \fIappend=\fR
+option. This commandline can be editied during boot.
+
+Note: Due to some kernel changes, PReP systems do currently not boot with kernels 2.6.15 and later. You have
+to build your own custom kernel with ARCH=ppc. Support for PReP will be reenabled later.
+
+.SH AUTHORS
+.B lilo
+was written by Olaf Hering <olh@xxxxxxx>. It is now maintained and improved further by Joachim Plack <jplack@xxxxxxx>
+.SH REPORTING BUGS
+Bugs in \fBlilo\fR should be reported to <olaf@xxxxxxx>
+.SH SEE ALSO
+.BR lilo.conf (5),
+.BR mkzimage (8),
+.BR mkzimage_cmdline (8),
+.BR bootstrap (8),
+.BR yaboot (8),
+.BR yaboot.conf (5)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/lilo-10.1.8/man/lilo.conf.5 new/lilo-10.1.8/man/lilo.conf.5
--- old/lilo-10.1.8/man/lilo.conf.5 2006-02-07 15:38:07.000000000 +0100
+++ new/lilo-10.1.8/man/lilo.conf.5 2006-04-19 00:49:18.000000000 +0200
@@ -1,4 +1,5 @@
-.\" $Id: lilo.conf.5 590 2006-02-07 14:38:07Z jplack $ \"
+.\" $Id: lilo.conf.5 695 2006-04-18 22:49:18Z olh $ \"
+.\" vim: syntax=nroff
.TH lilo.conf 5
.SH NAME
\fBlilo.conf\fR \- lilo((8) configuration file
@@ -64,9 +65,13 @@
.B initrd=
specifies the initrd filename to be used.
.TP
-.B sysmap=
-specifies a System.map file, useful for the xmon kernel debugger. yaboot ignores this option because xmon uses kallsyms since kernel 2.6.13.
-.TP
.B copy
forces the kernel and initrd to be copied to the HFS partition. This is required when the kernel and initrd resides on a filesystem not readable by yaboot.
.TP
+.SH SEE ALSO
+.BR lilo.conf (5),
+.BR mkzimage (8),
+.BR mkzimage_cmdline (8),
+.BR bootstrap (8),
+.BR yaboot (8),
+.BR yaboot.conf (5)
++++++ yaboot-10.1.8-r679.tar.bz2 -> yaboot-10.1.8-r694.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yaboot-10.1.8-r679/Changelog.SuSE new/yaboot-10.1.8-r694/Changelog.SuSE
--- old/yaboot-10.1.8-r679/Changelog.SuSE 2006-04-10 16:08:23.000000000 +0200
+++ new/yaboot-10.1.8-r694/Changelog.SuSE 2006-04-19 01:00:18.000000000 +0200
@@ -1,4 +1,37 @@
------------------------------------------------------------------------
+r694 | olh | 2006-04-18 21:24:08 +0000 (Tue, 18 Apr 2006) | 1 line
+Changed paths:
+ M /trunk/yaboot/second/cfg.c
+ M /trunk/yaboot/second/yaboot.c
+
+remove dead ptypewarning code
+------------------------------------------------------------------------
+r693 | olh | 2006-04-18 21:22:39 +0000 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+ M /trunk/lilo/lilo-chrp.lib
+ M /trunk/lilo/lilo-pmac.lib
+ M /trunk/lilo/lilo.new
+ M /trunk/lilo/man/lilo.conf.5
+ M /trunk/lilo.changes
+ M /trunk/yaboot/second/cfg.c
+
++- remove dead sysmap= code from lilo
+
+------------------------------------------------------------------------
+r692 | olh | 2006-04-18 21:14:59 +0000 (Tue, 18 Apr 2006) | 2 lines
+Changed paths:
+ M /trunk/lilo.changes
+ M /trunk/yaboot/man/yaboot.conf.5
+
++- some fixes for yaboot.conf man page, document image[XXbit]=
+
+------------------------------------------------------------------------
+r689 | olh | 2006-04-10 22:18:34 +0000 (Mon, 10 Apr 2006) | 1 line
+Changed paths:
+ M /trunk/yaboot/include/file.h
+
+update comment for struct path_description, the directory string must include the trailing /
+------------------------------------------------------------------------
r679 | olh | 2006-04-09 21:09:49 +0000 (Sun, 09 Apr 2006) | 1 line
Changed paths:
M /trunk/yaboot/BUGS
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yaboot-10.1.8-r679/Makefile new/yaboot-10.1.8-r694/Makefile
--- old/yaboot-10.1.8-r679/Makefile 2006-04-10 16:08:23.000000000 +0200
+++ new/yaboot-10.1.8-r694/Makefile 2006-04-19 01:00:18.000000000 +0200
@@ -6,7 +6,7 @@
include Config
-VERSION = 10.1.8-r679
+VERSION = 10.1.8-r694
# Debug mode (spam/verbose)
DEBUG = 0
# make install vars
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yaboot-10.1.8-r679/include/file.h new/yaboot-10.1.8-r694/include/file.h
--- old/yaboot-10.1.8-r679/include/file.h 2006-04-05 23:22:09.000000000 +0200
+++ new/yaboot-10.1.8-r694/include/file.h 2006-04-11 00:18:34.000000000 +0200
@@ -45,7 +45,7 @@
};
/* describes individual parts of a firmware path
- * block: <device>:<partition>,<directory>/<filename>
+ * block: <device>:<partition>,<directory/><filename>
* network: <device>:<before_filename>,<filename>,<after_filename>
*/
struct path_description {
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yaboot-10.1.8-r679/man/yaboot.conf.5 new/yaboot-10.1.8-r694/man/yaboot.conf.5
--- old/yaboot-10.1.8-r679/man/yaboot.conf.5 2006-04-09 23:02:42.000000000 +0200
+++ new/yaboot-10.1.8-r694/man/yaboot.conf.5 2006-04-18 23:14:59.000000000 +0200
@@ -136,8 +136,7 @@
.TP
.TP
.BI "default=" name
-Uses the specified image as the default boot image. If `default' is omitted,
-the image appearing first in the configuration file is used.
+Uses the specified image as the default boot image.
.TP
.BI "message=" message_filename
Specifies a file containing a message that is displayed before the
@@ -162,7 +161,8 @@
.TP
.BI "timeout=" tsecs
Sets a timeout (in tenths of a second) for keyboard input. If no key is
-pressed for the specified time, the first image is automatically booted.
+pressed for the specified time, either the image specified as \fIdefault=\fR
+or the first listed image is automatically booted.
.TP
.BI "init-code=" string
Specifies that \fByaboot\fR(8) should call OpenFirmware to
@@ -192,11 +192,17 @@
images specified on the input line and not mentioned in the
configuration file (unless overridden by input line options).
.SH "PER-IMAGE SECTIONS"
-A per-image section starts with either a line
+A per-image section starts with a line
\fBimage=\fP\fIfilename\fP
-(for booting from files)
+An image= section which should be looked at only when yaboot runs on a
+32bit or 64bit cpu can be specified with this syntax:
+
+ \fBimage[32bit]=\fP\flfilename\fP
+
+ \fBimage[64bit]=\fP\flfilename\fP
+
From the \fIimage\fP line on until next \fIimage\fP line are variable
assignments and flags for this image's section. The following options
and flags are recognized:
@@ -312,18 +318,10 @@
read-only
.fi
-.SH NOTES
-The format defined in this man page will not work with versions of
-\fByaboot\fR(8) older then 0.6. The color options only work with
-yaboot 1.0 and later.
-.SH BUGS
-Some
-.B yaboot
-options may not be implemented fully.
.SH AUTHORS
This man page was derived from \fBsilo.conf\fR(5) written by Jakub
Jelinek and the SparcLinux team, and modified for
-\fByaboot\fR(8)/\fBybin\fR(8) by Ethan Benson.
+\fByaboot\fR(8) by Ethan Benson.
.P
\fByaboot\fR(8) was written by Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>.
.SH SEE ALSO
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yaboot-10.1.8-r679/second/cfg.c new/yaboot-10.1.8-r694/second/cfg.c
--- old/yaboot-10.1.8-r679/second/cfg.c 2006-03-30 15:16:43.000000000 +0200
+++ new/yaboot-10.1.8-r694/second/cfg.c 2006-04-18 23:24:08.000000000 +0200
@@ -68,7 +68,6 @@
{cft_strg, "init-message", NULL},
{cft_strg, "fgcolor", NULL},
{cft_strg, "bgcolor", NULL},
- {cft_strg, "ptypewarning", NULL},
{cft_end, NULL, NULL}};
CONFIG cf_image[] =
@@ -90,7 +89,6 @@
{cft_flag, "initrd-prompt", NULL},
{cft_strg, "initrd-size", NULL},
{cft_flag, "novideo", NULL},
- {cft_strg, "sysmap", NULL}, /* ignored */
{cft_end, NULL, NULL}};
static char flag_set;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yaboot-10.1.8-r679/second/yaboot.c new/yaboot-10.1.8-r694/second/yaboot.c
--- old/yaboot-10.1.8-r679/second/yaboot.c 2006-04-08 21:34:42.000000000 +0200
+++ new/yaboot-10.1.8-r694/second/yaboot.c 2006-04-18 23:24:08.000000000 +0200
@@ -1271,7 +1271,6 @@
free(bootargs);
free(bootpath);
- /* brain damage. censored. */
yaboot_text_ui();
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |