Next | Query returned 93 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2006-12-02 02:04:47 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Update to 0.14.4:

Fixed a bug in the MULTIBOOT case with kernels like GENERIC.MPACPI.
These kind of kernels do not define "options MULTIBOOT" because
they include another config file that has defined the option.

Rather than using grep -q MULTIBOOT on the kernel config file,
use config(1) -x <kernel> and check if MULTIBOOT is set.
   2006-10-14 09:42:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
Sort sections. New sentence, new line.
   2006-10-13 18:39:53 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Update to 0.14.3 (sigh):

* Fix a problem in the 'iso' target removing permissions in all files.
* Don't do the MULTIBOOT fix if the kernel is not available in WORKDIR.
   2006-10-13 16:58:34 by Juan Romero Pardines | Files touched by this commit (3)
Log message:
Update to 0.14.2:

* Fix typos in mklivecd.sh that prevented to initialize /home
  and /usr/pkg/etc directories correctly.
   2006-10-13 15:07:12 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
* Fix typo in mklivecd(8).
* In the clean target check for $packages_mntstat too.
   2006-10-12 17:03:52 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Update to 0.14.1:

* Don't modify menu.lst if it's not available.
* Update some comments.
   2006-10-08 21:15:02 by Juan Romero Pardines | Files touched by this commit (1)
Log message:
Fix comment.
   2006-10-08 21:08:39 by Juan Romero Pardines | Files touched by this commit (4)
Log message:
Update to the long awaited 0.14 version with the following changes:

* Support for tmpfs, enabled via MNT_RAMFS_{ARGS,CMD}.

To use tmpfs and all the available RAM in the machine, use the
following lines in your configuration file:

	MNT_RAMFS_CMD="mount_tmpfs"
	MNT_RAMFS_ARGS="tmpfs"

By default it will default to MNT_RAMFS_CMD="mount_mfs" and
MNT_RAMFS_ARGS="-s 128m swap" to maintain compatibility with NetBSD
versions < 4.0.

* Support to mount a specific PACKAGES directory via PACKAGESDIR
  in the configuration file.
* Added CDRECORD_BIN and MKISOFS_BIN to specify alternative binaries.
* Remove MNT_FOO_ARGS, mount_null(8) is used on the root memory filesystem
  to mount all dependent directories.
* Fix booting with GNU GRUB and MULTIBOOT on >=4.0.

Please upgrade to this version and let me know if you are not
happy...
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-19 18:51:30 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix typo in DEPENDS, from Per Amund Amundsen in PR 32574.

Next | Query returned 93 messages, browsing 41 to 50 | Previous