Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib
Module Name: src
Committed By: garbled
Date: Wed Jan 23 23:15:38 UTC 2008
Modified Files:
src/distrib/ofppc/instkernel: Makefile
src/distrib/ofppc/ramdisks/common: list.ramdisk
src/distrib/sets/lists/base: md.ofppc
src/distrib/utils/sysinst: bsddisklabel.c defs.h
src/distrib/utils/sysinst/arch/ofppc: md.c md.h msg.md.de msg.md.en
msg.md.es msg.md.pl
Log Message:
Change bsddisklabel.c to export it's functions rather than declaring them
all static. This makes it possible to write a md_make_bsd_partitions()
function without having to copy all of bsddisklabel.c into md.c.
Make ofppc sysinst install sanely and in a bootable manner on both my
7044, and my pegasos. The only thing the user needs to do is pick the
right kernel set.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/distrib/ofppc/instkernel/Makefile
cvs rdiff -r1.1 -r1.2 src/distrib/ofppc/ramdisks/common/list.ramdisk
cvs rdiff -r1.7 -r1.8 src/distrib/sets/lists/base/md.ofppc
cvs rdiff -r1.43 -r1.44 src/distrib/utils/sysinst/bsddisklabel.c
cvs rdiff -r1.133 -r1.134 src/distrib/utils/sysinst/defs.h
cvs rdiff -r1.1 -r1.2 src/distrib/utils/sysinst/arch/ofppc/md.c \
src/distrib/utils/sysinst/arch/ofppc/md.h \
src/distrib/utils/sysinst/arch/ofppc/msg.md.de \
src/distrib/utils/sysinst/arch/ofppc/msg.md.en \
src/distrib/utils/sysinst/arch/ofppc/msg.md.es \
src/distrib/utils/sysinst/arch/ofppc/msg.md.pl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index