Installed boot-floppies 2.2.11 (powerpc all source)
Installed:
boot-floppies_2.2.11.tar.gz
to dists/potato/main/source/admin/boot-floppies_2.2.11.tar.gz
replacing boot-floppies_2.2.10.tar.gz
boot-floppies_2.2.11.tar.gz
to dists/woody/main/source/admin/boot-floppies_2.2.11.tar.gz
replacing boot-floppies_2.2.10.tar.gz
bf-common_2.2.11_powerpc.tar.gz byhand
bf-archive-install_2.2.11_powerpc.sh byhand
boot-floppies_2.2.11.dsc
to dists/potato/main/source/admin/boot-floppies_2.2.11.dsc
replacing boot-floppies_2.2.10.dsc
boot-floppies_2.2.11.dsc
to dists/woody/main/source/admin/boot-floppies_2.2.11.dsc
replacing boot-floppies_2.2.10.dsc
bf-misc_2.2.11_powerpc.tar.gz byhand
boot-floppies_2.2.11_all.deb
to dists/potato/main/binary-all/admin/boot-floppies_2.2.11.deb
replacing boot-floppies_2.2.10.deb
boot-floppies_2.2.11_all.deb
to dists/woody/main/binary-all/admin/boot-floppies_2.2.11.deb
replacing boot-floppies_2.2.10.deb
bf-doc_2.2.11_powerpc.tar.gz byhand
bf-arch_2.2.11_powerpc.tar.gz byhand
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.6
Date: Fri, 21 Apr 2000 11:12:40 -0400
Source: boot-floppies
Binary: boot-floppies
Architecture: powerpc source all
Version: 2.2.11
Distribution: frozen unstable
Urgency: low
Maintainer: Daniel Jacobowitz <dan@debian.org>
Description:
boot-floppies - Scripts to create the Debian installation floppy set.
Closes: 54660 58563 58779 60182 61679 61861 62333
Changes:
boot-floppies (2.2.11) frozen unstable; urgency=low
.
* Ben Collins <bcollins@debian.org>
- fdflush.c is_root_a_floppy.c lists.c nfsroot.c no_match.c:
merged into util.c; these were all single function files, no need to
have the spread around like that
- compile warning cleanups
- fixed logic for cdrom-install detection
- rootdisk/rcS: perform the ramdisk mount for /tmp for anytime we are
on a readonly root. TODO: make it so the cdrom's don't have to do
anything special. Take care of it all here.
- more changes to support read-only root fs; trying to move stuff from
debian-cd to here
- library reduction appears to work on sparc now (removed extraneous
-lc from dbootstrap's LIBS and it fixed the problem)
- dbootstrap/util.c: (getif_start)(getif)(getif_end): new functions
that get the actual list of available interfaces, even allow for
filtering to only the configured (up) interfaces. (is_network_up)
returns number of active (up) interfaces. (is_interface_up) takes
the name of an interface as an argument and returns true if the
interface is active (up), 0 if not, and -1 if error (doesn't exist).
- changed most calls from is_network_configured() to is_network_up() so
that we get a real feel of if the network is actually running (as
opposed to just having the config files laying around from a
previous install attempt)
- main_menu.c: in addition to checking is_network_configured() also
check is_network_up() to make sure it is actually running
- final updates to support read-only filesystems. TODO, make this the
default setup, since it works both ways. Just with read-only, we
need to mount a ramdisk on /tmp
- syslogd.c: use realpath() instead of readlink()
- dbootstrap: removed kernel_image_filename and drivers_filename, and
simply use the #define's throughout (always the same value anyway)
- dbootstrap/bootconfig.c: silo image requires the Arch2 extension
- mount_any():make sure we create all directories up to the mountpoint
- Allow the hostname to be configured by itself
- scripts/rescue/install.sh: install config.gz if it exists to
/boot/config-$version (the same as the kernel-image package would)
- rescue.sh, kernel.sh, Makefile: create, install, and dep on config.gz
for all archs. This creates a config.gz on the rescue floppy
(stripped of blank lines and comments for compactness) so that it
can then be installed on the base system.
* Risko Gergely <risko@njszki.hu>: Hungarian updates
* Jiøí Ma¹ík <masik@debian.cz>: Czech updates
* Yoshizumi Endo <y-endo@ceres.dti.ne.jp>: Japanese updates
* Adam Di Carlo <aph@debian.org>
- root.bin: add /dev/md* (closes part of Bug#61065);
- root.bin make /dev/sr# symlink to /dev/scd# if the former doesn't exist
(closes: Bug#61679)
- dbootstrap: fix minor bug where bmap was called bmp in err msg
- dbootstrap: start more verbose syslogging, i.e., when we mount and
format stuff; consistency of message box titles; fix the "touch: too
many levels of symbolic links" problem when configuring drivers
- documentation/Makefile: fix deps for creating docs
- README-Users: some updates, spell fixes, and clarifications
- documentation/*: some unfortunately rather minor updates; expand the
flavors documentation; mention that ARM is supported
- documentation/defaults.ent: turn on FIXME for now
* Daniel Jacobowitz <dan@debian.org>
- kbdconfig.c: fix keyboard maps for PowerMac
- add miBoot for oldworld powermac floppy support
- add hfsutils build dependency on powerpc
- always download APUS kernel on powerpc
- fix tarball organization on powerpc
- fix a dbootstrap segfault on powerpc
- tell dbootstrap that /vmlinux (as opposed to /vmlinuz) might be a
successfully installed kernel
- making the hard drive bootable has a long, long way to go - and newt
is corrupting the display - but otherwise, installation on a powermac
now succeeds! Needs more documentation... (closes: Bug#58779)
- Enable PowerMac PCMCIA support.
* Erik Andersen <andersen@lineo.com>: busybox fixes (closes: Bug#62333)
* Vincent Renardias <vincent@debian.org>:
- French updates
- dbootstrap typo fixes
- reordered the keymaps
* Van Buggenhaut <wana5703@wanadoo.be>: French updates
* Nick Holgate <holgate@debian.org>:
- VME porting -- fix MVME detection (closes: Bug#54660)
- m68k porting; m68k no longer builds 720k disks
* Marcin Owsiany <porridge@pandora.info.bielsko.pl>: Polish updates
* Marcel Harkema <marcel@debian.org>:
- http-fetch fixes relevant to proxies; virtual hosts now supported
* Randolph Chung <tausq@debian.org>
- fix an interaction with modconf, fixing the "wrong tty" problem
(closes: Bug#60182)
- i386 flavors documentation added
* Christian T. Steigies <cts@debian.org>
- m68k porting: fixes in release.sh and keymaps
* Pedro Guerreiro <digito@bigfoot.com>
- re-enable Portugues keymaps (closes: Bug#58563)
- re-enable Greek keymaps
* Edmund GRIMLEY EVANS <edmundo@rano.org>:
- fixes to 'bogl' stuff
* David Huggins-Daines <dhd@debian.org>:
- Alpha porting:
+ experimental support for installing APB and kernel on a FAT
partition
+ workaround MILO problems by using 1024 byte blocks in mke2fs
+ 'make bootable' should work now
* Ross Boylan <RossBoylan@stanfordalumni.org>
- README-Overview updated (then updated more by Adam)
* Mark van Walraven <markv@wave.co.nz>
- make libfdisk ignore partitions that don't appear in /proc/partitions,
which previously caused assertion 'partition->name' (closes: Bug#61861)
Files:
9f0e7c6189af15fe1c8049d3b2684d9b 531 devel extra boot-floppies_2.2.11.dsc
13b7b23f084038ed3082655ec44605b2 2801508 devel extra boot-floppies_2.2.11.tar.gz
cfbb39342908108c3a46d022a06697eb 2803924 devel extra boot-floppies_2.2.11_all.deb
2d8de2f64abd41191363fb09a4d4a147 27377235 byhand - bf-arch_2.2.11_powerpc.tar.gz
b036434c727a82b300e238b70a93f314 849 byhand - bf-archive-install_2.2.11_powerpc.sh
6d9e05b66bdb7d02deb3cba3f5bc6b34 32093016 byhand - bf-common_2.2.11_powerpc.tar.gz
2032369e08e25a8fdfbf4d8b4dc4b6ef 5583 byhand - bf-doc_2.2.11_powerpc.tar.gz
d4878504187a8eb6c76d9014832c2f7a 5991 byhand - bf-misc_2.2.11_powerpc.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE5AJLcbgOPXuCjg3cRAqXyAKCG1O5BAswFDvHezICAs1FGoJpg8ACguclx
srcQEvSHCsJipKikbJdWyeo=
=S2CR
-----END PGP SIGNATURE-----
Reply to: