summaryrefslogtreecommitdiff
path: root/sysutils/mklivecd
AgeCommit message (Collapse)AuthorFilesLines
2005-03-31Pullup ticket 404 - requested by Juan Romero Pardinessalo2-7/+10
usability fix for mklivecd Revisions pulled up: - pkgsrc/sysutils/mklivecd/Makefile 1.17 - pkgsrc/sysutils/mklivecd/files/mklivecd.sh 1.20 Module Name: pkgsrc Committed By: xtraeme Date: Wed Mar 30 14:23:04 UTC 2005 Modified Files: pkgsrc/sysutils/mklivecd: Makefile pkgsrc/sysutils/mklivecd/files: mklivecd.sh Log Message: Update to 0.11 * grub changed the directory for the stage files, this was changed in 0.96, require at least this version. * Don't remove the work directories when the pkgsrc or distfiles are still mounted in the clean target. Patch submitted by Mike M. Volokhov on tech-pkg@.
2005-03-16Copy the stage{1,2} GRUB files into $ISODIR/grub as wellxtraeme2-4/+5
(required to boot from any existing partition on the disk, missed in previous). Bump PKGREVISION.
2005-03-16Update to 0.10:xtraeme2-5/+8
* 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-11Note that the example kernel file was based on the 2-0 branch,xtraeme1-3/+3
bump date for that.
2005-01-11Update to 0.9, changes:xtraeme2-36/+60
* 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-04Add EXAMPLES section with the minimal steps for creatingwiz1-3/+15
your own Live CD. Text by xtraeme@, I just formatted it.
2004-11-04Update sysutils/mklivecd to 0.8.xtraeme4-80/+146
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-29s/BUILD_DEPENDS/DEPENDS/gxtraeme1-3/+3
2004-10-29Update sysutils/mklivecd to 0.7.xtraeme4-26/+29
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-28Accept cdrtools-ossdvd as well, closes PR pkg/26463 by Greg Troxel.xtraeme1-2/+2
2004-06-20Sync with reality, now that grub does not need any patch for bootingxtraeme1-4/+2
via cdrom.
2004-05-20The required option in grub actually is "GRUB_USE_ISO9660".xtraeme1-4/+4
2004-05-20Other packages' commands may not be found in ${PREFIX} nowadays. Fix it.uebayasi2-5/+6
2004-05-19Fix pkgviews installation.uebayasi1-2/+2
2004-05-02.Nx shouldn't have any argument in the same line (thanks to snj@).xtraeme1-2/+3
2004-05-01Update sysutils/mklivecd to 0.6.xtraeme2-20/+26
Changes: o Default location for kernels is /boot/grub. o Improved messages. o Fix wrong permissions in $ISODIR.
2004-04-27Simplify message.xtraeme1-15/+1
2004-04-27oops, forgot to add $BOOTDIR in the `iso' target.xtraeme1-4/+5
2004-04-27Another grub->boot/grub change.xtraeme1-3/+3
2004-04-27s/grub/boot\/grub/g; minor fixes.xtraeme1-6/+8
2004-04-27Update sysutils/mklivecd to 0.5.xtraeme3-12/+9
Thanks to Christian Limpach for the "boot/grub" fix. So the Grub's menu is shown correctly without specify "configfile /foo".
2004-04-27Don't fail if $ISODIR/netbsd does not exists, because the kernelxtraeme1-10/+6
could not be "netbsd". Add missing MKISOFS_ARGS to MISC_VARS.
2004-04-26distinfo not needed when using NO_CHECKSUM...xtraeme1-2/+0
2004-04-26Remove a local change.xtraeme1-2/+2
2004-04-26Update sysutils/mklivecd to 0.4 (Say hello to GNU GRUB+ISO9660 patch).xtraeme7-96/+56
Changes: o Added MKISOFS_ARGS option. o mklivecd no longer uses NetBSD's Makefiles to create the boot image, GNU GRUB with the ISO9660 patch is used instead. With Grub's addition, mklivecd can now boot multiple kernels with different configurations. Please read the MESSAGE to see the instructions. mklivecd now should work in 1.6 systems (not tested).
2004-03-04Drop trailing whitespace.wiz1-3/+3
2004-03-03err remove shift from -v in getopt case.xtraeme1-3/+2
2004-03-03Update mklivecd to 0.3.xtraeme3-40/+100
o Added a new flag (-v) to show more informational messages. o Don't try to mount/umount pkgsrc directory every time the `chroot' target is invoked. o Added a new option to the config file: `CDRECORD_ARGS'.
2004-03-03Be more verbose (show each $F) while cleaning ISODIR.keihan1-2/+3
2004-02-27err fixed the problem in checkconf().xtraeme1-3/+7
2004-02-27Use macros more appropriately; New sentence, new line; bump date forwiz1-7/+6
previous.
2004-02-27Update mklivecd to 0.2.xtraeme3-44/+80
Changes: o Added a new argument (-c) for choosing the configuration file. o Improve error/information messages. o Plus minor changes.
2004-02-26Remove local RCSID tags.xtraeme5-7/+5
2004-02-26Initial import of mklivecd-0.1.xtraeme11-0/+1298
mklivecd is a simple shell script that allows you to build a custom NetBSD LiveCD on i386-based machines. Thanks to Thomas Klausner for his help writing the manual page.