2005-03-16 17:37:38 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Copy the stage{1,2} GRUB files into $ISODIR/grub as well
(required to boot from any existing partition on the disk, missed
in previous).
Bump PKGREVISION.
|
2005-03-16 06:31:23 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.10:
* Copy all stage 1.5 files from GRUB into $ISODIR/grub/, useful to boot
from any existing partition in the disk.
* Show usage when the target is not valid.
|
2005-01-11 03:25:21 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Note that the example kernel file was based on the 2-0 branch,
bump date for that.
|
2005-01-11 03:08:53 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.9, changes:
* Don't overwrite $ISODIR/etc/profile every time chroot target is invoked,
provide defaults only the first time we run it.
* Ask interactively to the user if he/she wants to remove the current iso
image found on $BASEDIR/$IMAGE_NAME and create a new one if that was
selected.
|
2004-11-04 18:01:11 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add EXAMPLES section with the minimal steps for creating
your own Live CD. Text by xtraeme@, I just formatted it.
|
2004-11-04 17:29:56 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Update sysutils/mklivecd to 0.8.
Changes:
* Added two new options: PKGSRCDISTDIR and CHROOT_SHELL, to specify
distfiles directory and the shell to be used in the `chroot' target.
* Remove MESSAGE file, it's useless right now... because
the `menu.lst' file is created when the `kernel' target has been
invoked, with default values, ready to boot.
* Replace another `j' tar(1) flag with `z'.
|
2004-10-29 22:44:32 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
s/BUILD_DEPENDS/DEPENDS/g
|
2004-10-29 19:47:30 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Update sysutils/mklivecd to 0.7.
Changes:
* s/DEPENDS/BUILD_DEPENDS/ for grub and cdrecord.
* Don't use "j" flag in tar(1), it is not available on NetBSD 1.6.x,
use "z" flag instead.
* Replace harcoded tar with @TAR@ in the scripts.
* s/.tbz/.tgz/g
Thanks to Raoul Bhoedjang for his comments in private email.
|
2004-07-28 22:36:28 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Accept cdrtools-ossdvd as well, closes PR pkg/26463 by Greg Troxel.
|
2004-06-20 23:08:13 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Sync with reality, now that grub does not need any patch for booting
via cdrom.
|