Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (69f668cfbbcd4efad9d3dc92cc04b7244ec7ea50)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (69f668cfbbcd4efad9d3dc92cc04b7244ec7ea50)
  • Date: Sun, 23 Nov 2008 13:10:35 -0600

GIT changes to master cauldron by Justin Boffemmyer <flux AT sourcemage.org>:

ChangeLog | 1461
--------------------------------------------------------------
1 files changed, 1461 deletions(-)

New commits:
commit 69f668cfbbcd4efad9d3dc92cc04b7244ec7ea50
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

ChangeLog: removed - git handles version tracking

This file is not necessary, as all the history and version information
is handled by git. If this file is ever deemed necessary later on, it
can be pulled back out of the git history. All developers who modify
anything in the cauldron repository are instead required to write good
commit messgaes.

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 232fe3a..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,1461 +0,0 @@
-2007-01-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * iso.packages, install-list, nativeLanguageSupport: use kbd instead
- of console-{data,tools}, the previous limiting factors are gone
-
-2006-06-18 Karsten Behrmann <BearPerson AT gmx.net>
- * gen-scripts/config: "automate" config to autodetect
- kernel version and arch
- * gen-scripts/mkroot: start a "create chroot" wrapper/script
-
-2006-06-06 Karsten Behrmann <BearPerson AT gmx.net>
- * skeleton/etc/init.d/runlevels/mountroot.sh: rename our bootstrap
- script to an existing one that we don't want,
- that ordinarily does something similar
-
-2006-06-06 David Kowis <dkowis AT shlrm.org>
- * modules/bootloader: Fixed lilo description bug 10028
- * modules/diskStructure: fixed bug 10745
-
-2006-05-21 Karsten Behrmann <BearPerson AT gmx.net>
- * gen-scripts/lint-packages.sh: add iso.packages dependency linter
- * modules/{30spellinstall,installation}: switch to cast to install
stuff
- * bg-install.sh, modules/30spellinstall: disable bg'ed install for now
-
-2006-05-07 Karsten Behrmann <BearPerson AT gmx.net>
- * some files: add x86_64-specific configuration
-
-2006-04-15 Karsten Behrmann <BearPerson AT gmx.net>
- * gen-scripts/caster: fix small typoes with caster
-
-2006-04-03 David Kowis <dkowis AT shlrm.org>
- * iso/skeleton/usr/share/smgl.install/modules/diskStructure: Fixed
- spelling errors and such, changed a few sentences to make them make
more
- sense. Fixed some bug that I cannot see due to no web browser...
-
-2006-04-03 David Kowis <dkowis AT shlrm.org>
- * iso/skeleton/etc/init.d/runlevels/%3/serialconsole: Added a script
to
- automatically set up ttyS[0-9]'s for a headless install mechanism
-
-2006-04-02 Christopher Dombroski <cdombroski AT icanttype.org>
- * skeleton/usr/share/smgl.install/modules/diskStructure: added support
- for formating and mounting lvm partitions
-
-2006-04-02 Karsten Behrmann <BearPerson AT sourcemage.org>
- * data/iso.command, skeleton/etc/init.d/runlevels/tmpfs.sh: --hack
-
-2006-03-31 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: fixes with detection if a spell needs to be updated
- * nightlybuild.sh: fix typo in log naming
-
-2006-03-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * gen-scripts/{autoupdate.sh,nightlybuild.sh,sanitize-chroot.sh}:
- add scripts for automated unattended updates/builds
- * data/iso.dirs, skeleton/etc/fstab: add tmpfs /dev/mapper for LVM
-
-2006-03-28 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/facilities/*: removed some unneeded files, added new
- stuff to facilities
-
-2006-03-20 Christopher Dombroski <cdombroski AT icanttype.org>
- * skeleton/usr/share/smgl.install/modules/diskStructure: added lvm and
- device-mapper to si_queue after successful lv creation
-
-2006-03-20 Christopher Dombroski <cdombroski AT icanttype.org>
- * skeleton/usr/share/smgl.install/modules/diskStructure: add lvm menu
- support. TODO: add lvm and dm-tools to si-queue
-
-2006-03-20 Karsten Behrmann <BearPerson AT sourcemage.org>
- * installer.sh: add initial color stuff, clean up a bit
-
-2006-03-04 Karsten Behrmann <BearPerson AT sourcemage.org>
- * bootloader: also run mkofboot on ppc
- * diskStructure: make sure fstab includes swapfile
-
-2006-02-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.packages: add eject, do not install shutdown.conf since we
- install our own
- * skeleton/etc/shutdown.conf: add stuff to eject CD before reboot /
- chroot into the installed system
- * iso.command, skeleton/etc/init.d/runlevels/tmpfs.sh: add script to
- set up writeable /etc and such without having to boot the initrd,
- add hack since p4 won't let us store the right path
- * skeleton/initrd/sbin/smgl.init: store CD device name for eject hack
- * skeleton/sbin/{dummy-halt.sh,shutdown}: fixes in the eject CD /
- chroot systems
- * installer.sh: add code to use the eject / chroot hack
-
-2006-02-02 Eric Sandall <eric AT sandall.us>
- * iso/skeleton/usr/share/smgl.install/modules/timezone: Fixed spelling
- of dailight and re-set (Bug #10485)
- Use UTC/GMT as main reference for UTC, GMT, and Universal (Bug
#10485)
-
-2006-01-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * generation-scripts/caster: be more efficient extracting $UPDATED
-
-2006-01-10 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 30spellinstall: add user sshd in openssh installation
-
-2006-01-03 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: work around cast --deps problem
- * 10common: make memory_menu actually respect $OPTS
- * 30spellinstall: add lots of try_run -q's to log errors nicely
- * debug: add -q parameter to try_run to disable interactiveness
- * nLS, syslog, bootloader: fix memory_menu by adding --item-help
- * syslog: fix init script name for metalog
-
-2005-12-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * templates/fstab.last: add comments about cdrom/floppy mount points
-
-2005-12-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.dirs: remove unconditional creation of isolinux dir
- * diskStructure: add code for ppc disks, fix for >9 partitions,
- reactivate RAID option
-
-2005-12-29 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkprep: fix choose_multi for symlinks into nowhere
-
-2005-12-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/sbin/{shutdown,dummy-halt.sh}:
- add scripts to regain control after init shut the system down
- * iso.packages, mkiso: Add capabilities to install a file to a
different
- location, make shutdown compatible to our hack
-
-2005-12-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * installer.sh: fix nasty typo
- * 10common, bootloader, nativeLanguageSupport, syslog:
- Remove nasty radio menu style, it's just causing too much trouble
-
-2005-12-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: add lshw implicit g++ dep, fix cache creation
- * isolinux.cfg: we no longer use devfs
-
-2005-12-11 Karsten Behrmann <BearPerson AT sourcemage.org>
- * config-2.6, gen-scripts/config: update for 2.6.14.2 kernel
- * gen-scripts/config: make devel ISOs use test sorcery
-
-2005-12-08 Karsten Behrmann <BearPerson AT sourcemage.org>
- * bootloader: Fix typo in function name...
-
-2005-12-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * initrd.files: add some standard tools
- * iso.packages, optional-list: add lshw (9393)
- * caster: fix bug 9785, fix handling of failed casts
- * inittab, skeleton/usr/bin/installer-help.sh: add help on tty6 (9247)
- * installer.sh: add "start installation" button, add more intro
- * installation, installer.sh: move final message (bug 9792)
- * diskStructure: improve "no partition" warning for RAID
- * 30spellinstall: add status for fake spells
-
-2005-12-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * config-2.6.ppc: pull SCSI into modules, it breaks boots
-
-2005-12-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * initrd.files: add some standard tools
- * iso.packages, optional-list: add lshw (9393)
- * caster: fix bug 9785, fix handling of failed casts
- * inittab, skeleton/usr/bin/installer-help.sh: add help on tty6 (9247)
- * installer.sh: add "start installation" button, add more intro
- * installation, installer.sh: move final message (bug 9792)
- * diskStructure: improve "no partition" warning for RAID
- * 30spellinstall: add status for fake spells
-
-2005-12-04 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: add some remembering menus
-
-2005-12-03 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/sorcery/local/{config,config.ppc}: add def. arch (8757)
- * installer.sh: add notice about errors in install; fix bug 9657,
- mark 2 steps as optional
- * modules/*: run external commands with try_run (9643)
- * installation: fix bug 9808
- * mkinitrd, iso.command, isolinux.{cfg,msg}, yaboot.{conf,msg}:
- Insert initrd size and grimoire version just before rolling the ISO
- (bug 9200)
- * skeleton/etc/{group,passwd,shadow}: add/move standard groups
- * skeleton/share/smgl.install/group-descriptions,
modules/installation,
- skeleton/usr/sbin/fancy-useradd.sh: fancy user addition script
(9812)
- * diskStructure: uppercase button
-
-2005-12-01 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: fixed bug #9809, Made a menu a bit more intellgently
- named
-
-2005-11-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * config-2.6.ppc: enable early boot debugging console
-
-2005-11-23 Karsten Behrmann <BearPerson AT sourcemage.org>
- * deps-optional, deps-required: added some automated dependency
tracking
- * 10common: quench half-expected error messages
- * architecture, timezone: add functions for when a step was skipped
- * bootloader, debug, installation, kernel, nativeLanguageSupport,
- network, optionalSpell, services, timezone: more dialog auto-sizing
- * debug: fix annoying bug with exit code
- * diskStructure: fix md partition parsing; more intelligently exclude
- partitions in an md array; fix partition list
- * installation: automate dependency checks ; add capability to
auto-run
- some code for skipped steps.
- * kernel: sanity-check system date for the kernel gpg check
- * nativeLanguageSupport: add dependencies; add keymap_auto()
- * optionalSpell: fix cross-mounting of /dev
- * syslog: jump out early when no logger is selected
-
-2005-11-20 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/issue: change to not include ISO version (9811)
- * install-list, optional-list: install sorcery-pubkeys automatically
- * skeleton/etc/sorcery/local/config: check gpg by default (both 9768)
- * installer.sh: rename Native Language menu (9771)
- * diskStructure: fail out with no disks/partitions (9764)
- auto-size dialogs ; repeat partition mounting until user quits
(9644)
-
-2005-11-20 Karsten Behrmann <BearPerson AT sourcemage.org>
- * bootloader: workarounds for yaboot,
- thanks to alcove on IRC for testing
-
-2005-11-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.packages: add c++ libs for groff for man
- * installer.sh: run with bash, not sh
- * 30spellinstall: fix typo in netkit-base workaround
- * debug: add logging, fix typos and arg parsing in try_run
- * diskStructure: fix typo, add logging ; fix output logging for jfs
- * timezone: auto-size dialogs, fix typo
-
-2005-11-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 10common: break dialog menu descriptions at newlines,
- make dialog auto-determine window height/width
- * debug: fix typo in setting debug defaults and in debug_is_on()
- * installer.sh: make dialog auto-determine window size
- * mkiso: improve font menu, catch font size better
-
-2005-11-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * network, 30spellinstall: add hostname to /etc/hosts (bug 10080)
-
-2005-11-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.packages, architecture: don't configure in chroot; fix bug 8757
- * 10common, architecture: weaken dependencies
- * installer.sh: remove $FINALFILES content during fixup
-
-2005-11-06 Karsten Behrmann <BearPerson AT sourcemage.org>
- * bootloader, network, syslog: use "remembering" menus
-
-2005-11-06 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 10common: add routines for a "default remembering" menu
- * debug, bootloader, diskStructure, network:
- fix local VAR=$(cmd) && brokenness
- * nativeLanguageSupport: use default menu stuff
-
-2005-11-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * initrd/sbin/smgl.init: fix indent, clean up, make module menu
- not return on loading a module (bug 7806)
- * mkiso, nativeLanguageSupport, timezone: pre-generate lists (bug
7853)
-
-2005-11-03 Karsten Behrmann <BearPerson AT sourcemage.org>
- * network: fix up ppp settings, no longer use /dev/modem symlink
-
-2005-10-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/login-shell.sh: remove error from dircolors, cd to /
- * skeleton/etc/{hosts,hostname}: shorten hostname
- * bg-install.sh, installer.sh: move vars around, cleanup unused stuff
- * smgl.install/default_debug_spellinstall: debug spell installation
- * 10common: cleanup dialog
- * 30spellinstall, kernel: extend debugging
- * modules/debug: cleanup and locking
- * bootloader: use ISO-generation-time set kernel version
- * $STATE_DIR/version: add generation-set kernel version
-
-2005-10-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/debug: added debugging menu
- * default_debug: added global default debugging level
- * optionalSpell: use confirmation dialog function
-
-2005-11-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.packages, architecture: don't configure in chroot; fix bug 8757
- * 10common, architecture: weaken dependencies
- * installer.sh: remove $FINALFILES content during fixup
-
-2005-11-06 Karsten Behrmann <BearPerson AT sourcemage.org>
- * bootloader, network, syslog: use "remembering" menus
-
-2005-11-06 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 10common: add routines for a "default remembering" menu
- * debug, bootloader, diskStructure, network:
- fix local VAR=$(cmd) && brokenness
- * nativeLanguageSupport: use default menu stuff
-
-2005-11-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * initrd/sbin/smgl.init: fix indent, clean up, make module menu
- not return on loading a module (bug 7806)
- * mkiso, nativeLanguageSupport, timezone: pre-generate lists (bug
7853)
-
-2005-11-03 Karsten Behrmann <BearPerson AT sourcemage.org>
- * network: fix up ppp settings, no longer use /dev/modem symlink
-
-2005-10-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/login-shell.sh: remove error from dircolors, cd to /
- * skeleton/etc/{hosts,hostname}: shorten hostname
- * bg-install.sh, installer.sh: move vars around, cleanup unused stuff
- * smgl.install/default_debug_spellinstall: debug spell installation
- * 10common: cleanup dialog
- * 30spellinstall, kernel: extend debugging
- * modules/debug: cleanup and locking
- * bootloader: use ISO-generation-time set kernel version
- * $STATE_DIR/version: add generation-set kernel version
-
-2005-10-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/debug: added debugging menu
- * default_debug: added global default debugging level
- * optionalSpell: use confirmation dialog function
-
-2005-10-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/30spellinstall: fix typo in ssh key generation
-
-2005-10-13 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/installation: force making /etc/shadow only root-readable
-
-2005-10-11 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/debug: add debug framework
- * installer.sh, modules/*: employ new debug framework
-
-2005-09-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * doc/known_issues: add document for common problems and their fixes
- * doc/chroot-howto: add memo on chroot generation and pitfalls
-
-2005-09-29 Karsten Behrmann <BearPerson AT sourcemage.org>
- * misc/release.sh: fix up relative paths for p4
- * README: added policy on devel releases
- * ChangeLog: fix formatting
- * iso.dirs, skeleton/etc/fstab: add /sys
- * iso.packages, skel/initrd/sbin/smgl.init: enable hotplug
- * gen-scripts/listparse: auto-add dependencies, generate minimal list
- more intelligently
-
-2005-09-28 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: misnamed variables, add recognition of RAID
partitions
- * bg-install.sh: add dialog stuff
- * smgl.multi, skeleton/etc/sorcery/local/depends/linux.p.ppc:
- add linux config for ppc
-
-2005-09-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * doc/known_issues: add document for common problems and their fixes
- * doc/chroot-howto: add memo on chroot generation and pitfalls
-
-2005-09-29 Karsten Behrmann <BearPerson AT sourcemage.org>
- * misc/release.sh: fix up relative paths for p4
- * ChangeLog: fix formatting
- * iso.dirs, skeleton/etc/fstab: add /sys
- * iso.packages, skel/initrd/sbin/smgl.init: enable hotplug
- * gen-scripts/listparse: auto-add dependencies, generate minimal list
- more intelligently
-
-2005-09-28 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: misnamed variables, add recognition of RAID
partitions
- * bg-install.sh: add dialog stuff
- * smgl.multi, skeleton/etc/sorcery/local/depends/linux.p.ppc:
- add linux config for ppc
-
-2005-09-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: added menu for mount points (bug 9348)
- postpone/explain bug 9803
-
-2005-09-25 Karsten Behrmann <BearPerson AT sourcemage.org>
- * repository: merge back changes for parallelized installer
- * iso.mkfscommand.ppc: add -q to silence
- * caster: force cache generation on stale cache
- * bootloader: fix wrong dependency name for kernel/linux
- * config-2.6: add missing IDE/SCSI drivers
-
-2005-09-25 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: Fixed the RAID partition count
-
-2005-09-25 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: After much head bashing, the /dev/ removal needs to
be
- applied globally to the output of a --checklist because we're
getting
- more than one line of data.
-
-2005-09-25 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: Adding more debugging to RAID stuff to figure out why
- it's still broke.
-
-2005-09-25 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: Fixed the RAID partition count
-
-2005-09-25 Karsten Behrmann <BearPerson AT sourcemage.org>
- * repository: merge back changes for parallelized installer
- * iso.mkfscommand.ppc: add -q to silence
- * caster: force cache generation on stale cache
- * bootloader: fix wrong dependency name for kernel/linux
- * config-2.6: add missing IDE/SCSI drivers
-
-2005-09-24 Karsten Behrmann <BearPerson AT sourcemage.org>
- * inittab, skeleton/usr/sbin/bg-install.sh: Added backgrounded spell
- installing daemon
- * skeleton/var/state/sorcery/depends: add initial depends between
- special spells
- * install.sh: add option to just load the environment
- * mkiso: switch conflicts file seperator char to ':'
- * 10common: add rudimentary locking functions
- * 30spellinstall: re-org for background capability
- * modules/{architecture,bootloader,kernel}:
- add appropriate si_wait calls
-
-2005-09-23 Karsten Behrmann <BearPerson AT sourcemage.org>
- * templates/{lilo,grub}.conf: switch to new kernel naming scheme
- * modules/*: Add dependencies between steps (bug 8208)
- * initrd/sbin/smgl.init: look harder for CD - check /proc/partitions
- * mkinitrd: remove loop device when we're done with it
- * misc/release.sh, gen-scripts/config: centralize version
- * caster: check for $UPDATED
-
-2005-09-22 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkiso: fix dependency-following code, (bug 9807 and hopefully 9806)
- * smgl.templated: only process yaboot files when they are used &&
exist
- * config, mkiso: change ISO filename to conform more to standard
- * first_build: don't build base spells twice
- * smgl.install/symlinks: add /usr/man symlink ( in response to 5553)
-
-2005-09-21 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: add workaround for openssh: remove /etc/ssh (bug 9796)
- * repository: cleaned integration history from test
-
-2005-09-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * kernel: clean up modded spell conf files more thoroughly
-
-2005-09-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: removed raid option
-
-2005-09-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: remove "install log does not exist" messages
- * config-2.6.ppc: start off with proj3's config, plus compiled-in scsi
- * smgl.multi: added config-2.6 (oops)
-
-2005-09-16 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: fix the fix
- * skeleton/etc/group: add mail group
- * smgl.install/directories, installation: make /var/spool/mail mode
- 3775, owner root.mail (bug 8653)
- * installer.sh: make reset_install also reset spell stuff
- * yaboot.{conf,msg}: add our templates, make it work
-
-2005-09-16 David Kowis <dkowis AT sourcemage.org>
- * repository: branched to test W00ts!
-
-2005-09-15 Karsten Behrmann <BearPerson AT sourcemage.org>
- * kernel: fix spellinstaller thinking linux is already installed
- * initrd.files: add mknod
-
-2005-09-15 David Kowis <dkwois AT sourcemage.org>
- * diskStructure: Fixed the raid partition checking
-
-2005-09-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * smgl.install/directories: add several excluded dirs - fix bug 9766
- * installation: typo, fix bug 9248 ; remove which workaround
- reword post-install instructions, bug 9652
- * both of the above: add permission modes, fix bug 9774
- * modules/services: catch dialog exit code, fix bug 9769
- * optional-list: add sorcery-pubkeys (9768) ; add pcmcia-cs (9767)
- * kernel: add explanatory message, fixing bug 9734
- * iso.packages: add wireless_tools (9767)
-
-2005-09-13 Karsten Behrmann <BearPerson AT sourcemage.org>
- * installer.sh: fix bug 9761
- * install-list, optional-list: remove spells that are included as
- dependencies of others anyway
- * modules/installation: add which (work around bug 9752 + 9737)
- * kernel: workaround bug 9733, fix bug 9734
-
-2005-09-11 Karsten Behrmann <BearPerson AT sourcemage.org>
- * repository: branch to devel
- * skeleton/etc/sysconfig/*: update from init.d spell and add comments
- * config: kernel version bump to 2.6.13
- * config-2.6.ppc: add ppc config
- * kernel: finally fix bug 9735 - darn double typo
- * iso.dirs: hopefully fix bug 9730
- * installer.sh: fix bugs 9740, 9656, 9741, (9496, 6859)
- * 10common: confirm: dynamically do size of query window
- * 30spellinstall: fix bug 9651, 9647, 8128
- * diskStructure: fix bug 9646
- * installation: fix bug 9248
- * services: fix bug 9655
-
-2005-09-10 Karsten Behrmann <BearPerson AT sourcemage.org>
- * config-2.6: configure for 2.6.13
- * initrd.files: add find, per request of afrayedknot
- * caster: strip leading /
- * mkinitrd, initrd/sbin/smgl.init, optionalSpell: not use devfs
anymore
- * inittab, skeleton/bin/login-shell.sh: proper login shells on
tty[2-6]
- * modules/kernel: fix typo in sed expression
- * 30spellInstall: fix bug 9654
- * config, smgl.install, linux.p: work with 2-dot-versions (no patch)
too
-
-2005-09-09 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: beautified code, renamed and prefixed functions,
- moved functions around, auto-install mdadm when raid is used
- * optionalSpell, mkiso: add version info to optional spell list
- * optionalSpell, iso.dirs: added workaround if we can't unmount bind-
- mounted $TARGET/dev
- * lilo.conf, grub.conf: temporarily added devfs=nomount
- * integrated new RAID stuff
-
-2005-09-08 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 30spellinstall: actually run conflicts
- * optionalSpell: add a few essential devices statically even in udev
-
-2005-09-07 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: Integrated the MD functions
- Added some sanity checking to the process
- Fixed bug #9642
- * raidFunctions: created for expirementation, all those functions can
be
- integrated into the diskStructre module
- * TODO: Mofified a bit, marking things done and making more notes
-
-2005-09-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * initrd/etc/fstab: add blank to silence warnings (bug #9639)
- * initrd/sbin/smgl.init: lazy unmount /dev - hope to quench devfs errs
- * 30spellinstall: fix broken ldconfig call
- * nativeLanguageSupport: fix wrong variable name (bug #9661)
- * iso.mkfscommand.ppc: added mkfs command for ppc
- * iso.packages, install-list, optional-list: modified for ppc
- * smgl.multi, smgl.templated: add new files to be processed for ppc
- * data/map.hfs, skeleton/yaboot.ppc/{ofboot.b,yaboot.conf,yaboot.msg}:
- added files for yaboot, courtesy to benoit
- * mkprep: enabled multi'ing of entire directories
-
-2005-09-07 David Kowis <dkowis AT sourcemage.org>
- * diskStructure: Integrated the MD functions
- Added some sanity checking to the process
- Fixed bug #9642
- * raidFunctions: created for expirementation, all those functions can
be
- integrated into the diskStructre module
- * TODO: Mofified a bit, marking things done and making more notes
-
-2005-09-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * kernel: make it work with compile and copy, employ new linux spell
- * data/linux.p: turn into symlink to the skeleton version
- * smgl.patterns, smgl.templated, gen-scripts/config,
- skeleton/etc/sorcery/local/depends/linux.p:
- add stuff for nice one-config-file setting of linux spell version
- * caster: g++ workaround: -pcmcia-cs, +parted; fix log diffing
- * mkprep: work around silly mv warning
- * installer.sh: fix bug #9653
- * 10common: move a bit of code for cleanup
- * 30spellinstall: fix typo in var name, remove useless linux
workaround
- * bootloader: add --no-floppy to grub-install
- * optionalSpell: move code around, remove old code
- * templates/fstab.first: add comment about /dev/shm on tmpfs
- * templates/grub.conf: add lba, add generic latest-kernel option
-
-2005-08-28 Karsten Behrmann <BearPerson AT sourcemage.org>
- * initrd.files: add ls, lsmod, rmmod, per request from afk
- * data/linux.p: add base linux.p for for-cache casts
- * data/iso.command: create empty /etc/modules too
- * smgl.genspells: add linux - we need the modules for the initrd
- * caster: add force usage of p4's kernel configs
- * mkprep: add sanity checks; make choose_multi work as the docs say
- * skeleton/etc/inittab: fix stupid typo (5 times tty2)
- * skeleton/initrd/sbin/smgl.init: unmount /dev before init'ing
- * 30spellinstall: run ldconfig with path, don't rely on it getting
found
-
-2005-08-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/group: add wheel group, set "users" GID up to 1000
-
-2005-08-24 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: fix missing fi, use sorcery functions
- * first_build: fix missing % in expansion
- * docs/README: Add general instructions on using the ISO genscripts
- * docs/isogen-config: describe config file
-
-2005-08-23 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkinitrd, mkiso: add comments to code, beautify code
- * docs/isogen/config-files: start documentation of configuration
- interface
-
-2005-08-22 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: add temporary workarounds for "g++ dependencies"
- add sanity check if >10 spells are to be dispelled
- * config: refer to absolute paths, would not build otherwise
- fix typo in variable assignment
- * diskStructure: add cancel button to get back to main menu cleanly
-
-2005-08-18 Thibaut Fernagut <t.fernagut AT h0m3.be>
- * doc/README: created instructions for generating chroots
-
-2005-08-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkiso: add filter to get all depended-upon spells on the ISO too,
- fixing the problem "gcc33 missing on ISO" et al
- * bootloader: wrong .patterns file referenced, add --no-floppy, fixing
- problems with patterns staying in the config file and
- it taking too long when a floppy is in a drive
- * nativeLanguageSupport: sort lists alphabetically
-
-2005-08-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * data/, generation-scripts/: big re-org
- * generation-scripts/*: minor changes because of re-org
-
-2005-08-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * caster: several small changes, improved install log change tracking
- * generation-scripts/*: more minor fixes
-
-2005-08-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkiso: tiny fix
- * skeleton/etc/inittab: root shells on tty[2-6]
- * installer.sh: tidy up reset_installer, clobber a lot of globals
- * modules/30spellinstall: tiny fix
- * modules/kernel: another step towards linux-new support
-
-2005-08-09 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.packages: remove udevd and devfsd
- * mkiso: static /dev, add code for conflicts handling
- * installer.sh: remove senseless comments, remove $GUIDE, rephrase
- * modules/30spellinstall: redo circular depends code, add conflicts
- * skeleton/etc/groups: removed burning group
-
-2005-07-19 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 30spellinstall: re-add gauge for cache copying(#9276)
- * diskStructure: fix up recognition of already-mounted
partitions(#9274)
- * installer.sh: fix bug 9278
- * iso.packages: fix bug 9271, will fix bug 9263 too
-
-2005-07-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * data/internal_version: added a facility to trigger automatic ISO gen
- * iso.packages, install-list, nativeLanguageSupport: revert from kbd
- back to console-{data,tools} (see bugs #9251 and #9250)
-
-2005-07-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * 10common, timezone: coding style fixes
- * services: fix stupid bug #9260
-
-2005-07-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * config-2.6: Don't timestamp kernel messages, configure for i486
- * optional-list, iso.packages: removed a few spells to reduce ISO size
- for the devel period
- * mkiso: fix copying of grimoire version
- * installer.sh: fixed aborting main loop,
- added usage of sorcery's dialogrc
- * $DATA/directories: added workarounds for those missing in smgl-fhs
- * 10common: added debug logging
- * 30spellinstall: fixed depth parsing with fake spells,
- fix /var/state/sorcery/packages entry
- * bootloader, installation, kernel, network: minor fixes
- * diskStructure: disabled display of already mounted partitions
- * optionalSpell, services, syslog: syntax fixes
-
-2005-07-16 Karsten Behrmann <BearPerson AT sourcemage.org>
- * <various>: minor fixes that turned up on generation and testing
- * diskStructure: major fixing and testing
-
-2005-07-15 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/nativeLanguageSupport: style fixes a la dufflebunk
- * modules/installation: support other-than-stable sorcery and
grimoires
- * installer.sh, modules/patterns: small style changes
- * data/config-2.6: auto-mount and support devfs
-
-2005-07-15 Karsten Behrmann <BearPerson AT sourcemage.org>
- * config-2.6: removed framebuffer support
- * initrd.files: removed path from binaries, new handling detects it
- * initrd.kernel: added a few modules that may be of importance
directly
- after booting
- * g-s/config: removed SYSROOT (a bother, not really used)
- configured for devel ISOs
- * mkinitrd: added automatic library copying,
- removed automatic su (this will be ran as root anyway)
- * mkiso: now works with any sorcery/grimoire version, minor changes
- * mkprep: any sorcery/grimoire, check for required spells
-
-2005-07-15 Karsten Behrmann <BearPerson AT sourcemage.org>
- * <various files>: small typo fixes seen on the first ISO generatings
-
-2005-07-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * installer.sh: minor syntax error correction
- * nativeLanguageSupport: font no longer shows the full path,
- language had a problem finding languages, fixed
- * diskStructure: enlarged dialog window to contain text and menu
- minor cosmetic code changes
- * timezone: fixed bug preventing timezones from getting found
- * config-2.6: make oldconfig'ed up to 2.6.12.2, minor changes
-
-2005-07-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * install-list, iso.packages: replaced console-{data,tools} with kbd
- * generation-scripts/mkprep: use cp -a instead of cp -r
-
-2005-07-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * generation-scripts/mkiso: Added a function for files specifically
- needed by the installer
- * ChangeLog: made some entries more specific
-
-2005-07-10 Karsten Behrmann <BearPerson AT sourcemage.org>
- * ChangeLog: Integrated from proj4
- * skeleton: integrated new installer
-
-2005-07-08 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules: minor fixes, small rewrites
- * doc/installer: create a list of globals and of depends used
-
-2005-07-03 Karsten Behrmann <BearPerson AT sourcemage.org>
- * diskStructure: simplified partition listing code
- * kernel: write a few functions to make this really able to install
- a kernel
-
-2005-06-27 Karsten Behrmann <BearPerson AT sourcemage.org>
- * nativeLanguageSupport: revamp - The usual: remove global variables,
- add depends, use misc functions
-
-2005-06-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * services: rewrite.
-
-2005-06-15 Karsten Behrmann <BearPerson AT sourcemage.org>
- * newinstall: Replaced old installation code by other code that leaves
- a few workarounds to other sections of the code and does not do a
few
- things that I couldn't see any sense in yet.
-
-2005-06-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * TODO: revised plan what to do until 0.9.5
- * newinstall: Added a first replacement of the general installation
- code
-
-2005-06-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * root-bear/caster: added alien checking
-
-2005-06-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * <several files>: Syntax checking and fix
-
-2005-06-02 Karsten Behrmann <BearPerson AT sourcemage.org>
- * <several files>: small changes, indent changes
-
-2005-06-02 Karsten Behrmann <BearPerson AT sourcemage.org>
- * <ISO spell lists>: Updated, added smgl-fhs
-
-2005-05-22 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/spellinstaller: added new installer routines
-
-2005-05-21 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/network: re-org
-
-2005-05-21 David Kowis <dkowis AT sourcemage.org>
- * modules/optionalSpell: re-write
- * modules/optionalSpell: added a query to install the source cache
- * modules/common: added a progress_bar function for progress bars
- * modules/optionalSpell: went back and changed the progress bar to
use the
- common function
-
-2005-05-11 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/bootloader: re-org
-
-2005-05-03 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/patterns: added template handling code
-
-2005-05-01 Karsten Behrmann <BearPerson AT sourcemage.org>
- * modules/diskStructure: full re-org and half re-write
-
-2005-04-30 Karsten Behrmann <BearPerson AT sourcemage.org>
- * installer.sh: changed depends to use seperate files
- * ChangeLog: Added David (lazy bum, document your changes)
-
-2005-03-15 David Kowis <dkowis AT shlrm.org>
- * everything: wrote new installer, did all kinds of stuff
-
-2005-03-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * root-bear/create-chroot: added a raw script to make chroots
-
-2005-03-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * various files: Added fixes and experience from setting up at David's
-
-2005-03-04 Karsten Behrmann <BearPerson AT sourcemage.org>
- * multiple stuff: minor fixes
-
-2005-02-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * bearscripts/...: moved stuff around, added multi-file support
-
-2005-02-10 Karsten Behrmann <BearPerson AT sourcemage.org>
- * ChangeLog: added before-changelog credits
-
-2005-02-09 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/CONTRIB: created
- * root-bear: added a list of chroot-vital spells
-
-2005-02-07 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/etc/shells: added
-
-2005-02-02 Karsten Behrmann <BearPerson AT sourcemage.org>
- * root-bear: added my chroot maintenance scripts
-
-2005-01-27 Karsten Behrmann <BearPerson AT sourcemage.org>
- * really everything: moved everything not related
- to the current scripts to branches
-2005-01-27 Karsten Behrmann <BearPerson AT sourcemage.org>
- * everything: branch back from devel
- * really everything: moved everything not related
- to the current scripts to branches
-
-2005-01-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * genscript/mk-smgl-iso: added sanity checks
- * genscript/mkiso: Moved template into own function,
- added only_arch functionality
- * root-bear/...: more work on the scripts
-
-2005-01-26 Karsten Behrmann <BearPerson AT sourcemage.org>
- * genscript/mk-smgl-iso: added sanity checks
- * genscript/mkiso: Moved template into own function,
- added only_arch functionality
-
-2005-01-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * iso.packages: added iana-etc for etc files
- * installerdata/install-list: ditto
-
-2005-01-15 Karsten Behrmann <BearPerson AT sourcemage.org>
- * etc/passwd, etc/shadow: removed unneeded sshd user
- * smgl.install: beautified GMT/Localtime prompt
- * isolinux.msg: replace ^O with real escape char, fix bug 7982
-
-2005-01-15 David Kowis <dkowis AT shlrm.org>
- * smgl.install: added documentation and comments on splitting
-
-2005-01-14 Karsten Behrmann <BearPerson AT sourcemage.org>
- * almost everything: updated to fixes that came up during
- yesterday's generation night
-
-2005-01-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * scripts/mkiso: added fallbacks to installed stuff
-
-2005-01-10 Karsten Behrmann <BearPerson AT sourcemage.org>
- * generation-scripts: fixed typo, added config file
- * data: added kernel configs
-
-2005-01-09 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton: added the install-list and optional-list
- * generation-scripts, data: added those spell lists
-
-2005-01-08 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton: added a few needed files and symlinks
- * generation-scripts, data: moved my scripts over
-
-2005-01-08 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton: added a few needed files and symlinks
- * everything: thoroughly tested, modified and added
- * generation-scripts, data: branch to devel
-
-2005-01-06 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/initrd/smgl.init: removed the need for cat
- * iso.packages: added isolinux.bin and linux
- * mkiso: added special case for the linux spell
- * initrd.files: added some files needed by smgl.init
- * initrd.kernel: removed filesystem stuff
-
-2005-01-06 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/initrd/smgl.init: removed the need for cat
-
-2005-01-05 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkiso: further writing - added templates
- * iso.templates, smgl.templates: add
-
-2005-01-02 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton: populated the skeleton a little...
-
-2005-01-01 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkinitrd: tested, fixed some bugs, removed debugging
- * mkiso: added first stuff
- * iso.packages: carried in defaults
-
-2004-12-21 Karsten Behrmann <BearPerson AT sourcemage.org>
- * skeleton/isolinux.cfg: added the vga option, fix bug #7642.
- * ChangeLog: created
-
-2004-12-18 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkinitrd: added ldconfig
-
-2004-12-17 Karsten Behrmann <BearPerson AT sourcemage.org>
- * mkinitrd: added initrd fs making stuff
- * mkinitrd: added my creation script stub
-
-2004-10-26 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org>
- * 0.9.3 x86/PPC ISOs released
- * Using a 2.6.8.1 kernel
- * NPTL has been removed
- * Native support of udev and static /dev
- * Installs a bootable system
- * Works better: yaboot/lilo/grub have been tested with or without a
- separate /boot partition
- * All software have been compiled using stable sorcery/grimoire, with
- few patches.
-
-2004-09-21 Javier 'de_Moya' Lopez Baeza <JavierLopezBaeza AT hotmail.com>
- * 0.9.2 PPC ISO released
- * Using a 2.6.8.1 kernel
- * NPTL
- * udev
- * Installs a bootable system
- * Works better: yabootconfig from the installer works properly
- mkreiserfs binary is no more missing on ISO so you can choose to
create a
- reiserfs partition
- More complete keymap selection
- You can do a "cast linux" and select 2.6.8.1 kernel version (it
wasn't
- possible with 2.6.5-rc3-ben0)
-
-2004-07-05 Javier 'de_Moya' Lopez Baeza <JavierLopezBaeza AT hotmail.com>
- * 0.9.1 PPC ISO released
- * Using a 2.6.5-rc3-ben10 kenel and glibc-2.3.3
- * Better keymap selection
- * Works better
-
-2004-04-14 hgg <hgreig AT bigpond.net.au>
- * 20040414 ISO released
- * smgl.install: fix list_parts and list_raid_parts so double digit
- partitions don't cause errors.
- Change find_grub_target to make and check for a specific file, or it
- "can" detect another SMGL /boot partition.
-
-2004-04-13 hgg <hgreig AT bigpond.net.au>
- * 20040413 ISO released
- * uses devel sorcery (only devel has latest INSTALL_ROOT,
CROSS_INSTALL
- fixes) users not wanting devel, should run sorcery and choose
stable from
- "Option" -> "Sorcery Branch"
- * isolinux boot screen updated and changed, default is 800x600
framebuffer
- console, low resolution (non-framebuffer) mode availableby typing
- "lowres", read the boot help for how to get other resolutions
- * initrd fixed to autodetect the cdrom it booted from and allow root
- selection for rescue mode and then correct pivot_root function.
- (thanks to Wolfgang "Worf" Scheicher)
- * /etc, /root, /var/lib/nfs, /var/log made writable to installer now
that
- the initrd functions properly. (recursive thanks to Worf still)
- * udev and sysfsutils added to 2.6.5 version (thanks to
- Arwed "alleycat" von Merkatz for his udev work) selection of udev or
- static during install (for 2.6.5 devfs is not included/supported)
- * now that 2.6 uses udev, the code I added to check if entries in
- /etc/fstab were symlinks has been removed, which fixes
- http://bugs.sourcemage.org/show_bug.cgi?id=6338
- * netconf updated to fix bug with module names
- http://bugs.sourcemage.org/show_bug.cgi?id=6523
- * I was overzealous in trimming 260MB kernel sources down to 20+ for
the
- includes stub installed with the default kernel.
- http://bugs.sourcemage.org/show_bug.cgi?id=6523
- * general clean up of code, hints and comments, thanks to Ladislav
Hagara
- ( "lace" ) http://bugs.sourcemage.org/show_bug.cgi?id=6411
- * ppp and pppoe and wireless_tools now in iso_root
- http://bugs.sourcemage.org/show_bug.cgi?id=6321
- * which now in iso_root
http://bugs.sourcemage.org/show_bug.cgi?id=6320
- * partition naming should now show partitions as Type "unknown" if
the size
- and type check fails http://bugs.sourcemage.org/show_bug.cgi?id=6542
- * vim added as optional install, jed and slang removed from iso_root
and
- only the selected editor installed
- http://bugs.sourcemage.org/show_bug.cgi?id=6531
- * reworded hint per mounting and formatting
- http://bugs.sourcemage.org/show_bug.cgi?id=6468
- * bug in restart function, deleting raidtab before stopping and
unmounting
- the running arrays. http://bugs.sourcemage.org/show_bug.cgi?id=6309
- * only used fs and networks spells now installed, final closure of
- http://bugs.sourcemage.org/show_bug.cgi?id=4626
- * ppp configuration errors fixed
- http://bugs.sourcemage.org/show_bug.cgi?id=3491
- * grub added to installer, choice of lilo or grub now for x86
installs and
- simple query if wanted installed to MBR or not (editing no longer
- necessary, is still possible though)
- http://bugs.sourcemage.org/show_bug.cgi?id=2184
- * removed the sis drm module from the 2.4.25 kernel
- http://bugs.sourcemage.org/show_bug.cgi?id=5727
- * dialog usage of --defaultno fixed in installer so anything that
needs
- confirmation now defaults to the no button (much safer and more
convenient
- for minimum install)
- * image.tar.bz2 is dead! long live /var/cache/sorcery/* !
- http://bugs.sourcemage.org/show_bug.cgi?id=3497
- Installer rewritten to only force installation of the minimum
necessary, and
- give a selection of optional spells, then install minimum and
optional
- spells and their depends.
- * The installer order has been changed, transfer of spells now
happens after
- configuration and the configuration is guided, after each stage is
- successfully completed, the installer will highlight the next stage,
- leaving the user to only press enter.
- * installer uses sorcery's CROSS_INSTALL to setup sorcery on the new
system
- http://bugs.sourcemage.org/show_bug.cgi?id=6329
- * The configuration happens after mounting of the filesystems (and
swap), and
- while configuring, the installer is copying files as a background
process.
- Sorcery, the stable grimoire, the sources on the ISO, some minimum
- binaries/libraries needed for the actual install, plus any files
that
- sorcery doesn't currently track (POST_INSTALL created files and/or
files
- sorcery lost "track" of when the spell was rebuilt during the ISO
- manufacture) are copied in the background process after a prompt is
answered
- when setting up the box's timezone.
- * install.guide updated to show the new installer's flow
-
-2004-04-12 hgg <hgreig AT bigpond.net.au>
- * kernel.help: moved into a separate file that the installer reads,
it can
- be updated without affecting installer now.
- * smgl.install: simple hack if uptimed installed, and make maildir.
- Made many menus radiolists so the choice was selectable without
hitting
- enter and closing the screen. Rerun grub if reconfiguring, so it
can be
- loaded to MBR if that option changes
-
-2004-04-09 hgg <hgreig AT bigpond.net.au>
- * smgl.install: make some menus radiolist, so you can toggle
selection on
- and off reordered grub lilo stuff, removed some unnecessary
functions,
- slightly changed the partitioning and raid hints for bootloader.
check
- for deps of EDITOR and install REAL_ED (onle nano and elvis in
iso_root
- so EDITOR and REAL_ED are different altered kernel compile hint.
- * bootmisc: the script with commands to free initrd memory for the
installer
-
-2004-04-07 hgg <hgreig AT bigpond.net.au>
- * srcmage.txt: the txt file read by isolinux
- * isolinux.cfg: isolinux config
- * f1.txt: graphical modes readable from isolinux prompt
- * smgl.init: changes for 2.6 kernel modules
- * mountall.sh: Updated to work with Arweds %DEV runlevel
- * config-2.?.X: moving 2.4.25 and 2.6.5 configs into the spell dir
- * smgl.install: mucho bueno changes, probably too many for a single
- submission, but ... ?
- Remove image.tar.bz2.
- Add two lists (etc/installerdata/*-list), one with defaults and
second
- with list of optional spells,all spells (except for some untracked
files)
- installed from /var/cache/sorcery/*.
- udev or static dev query (2.6 only).
- choice of lilo or grub added to installer, dialog query of whether
to
- install $bootloader to MBR or not.
- Reordered entire installer to install spells after configutation.
- Run all configuration after mounting drives, but before install,
- setup_target installs sorcery, makes static /dev entries and copies
- untracked files in the background while the user continues
configuring.
- Fix ppp and pppoe configuration, offer to start all configurable
- interfaces, after configuring them.
- Copy /etc/skel/* to /root/* of the new install.
- Change list_parts (and list_raid_parts) so if finding size and type
fails
- it continues instead of failing.
- Make /dev/pts and /dev/shm (in case static /dev is chosen).
- Move the raidtab from /tmp to /etc, functions and menu to select
services
- to start at boot (the only post install item).
- Add vim to list of editors, but for duration of install alias vim
and jed
- to elvis.
- Rename many, many variables from LINE and LIST (etc) to be more
- reflective of their job.
- More debugging added, some refinement.
-
-2004-04-07 hgg <hgreig AT bigpond.net.au>
- * smgl.install: typos corrected, &&'s used to stop continuation when
menu is
- escaped grub and lilo fixes, udev fixes, untracked file fixes,
change menu
- item for kernel so it is escapable/cancellable; architecture,
optimization
- menus fixed
-
-2004-04-02 hgg <hgreig AT bigpond.net.au>
- * smgl.init: pivot_root fixes, making writable dirs and new cdrom scan
- function to find the installer
-
-2004-04-01 Kevin Dahan <unet AT sourcemage.org>
- * added alternate-smgl.init with hwd
-
-2004-03-25 hgg <hgreig AT bigpond.net.au>
- * smgl.install: another string change for bug 6411
-
-2004-03-24 hgg <hgreig AT bigpond.net.au>
- * smgl.install: some polishing touches thanks to lace (bug #6411)
- * smgl.install: remove extended partitions from the listings, add
VERSION
- and change location of the installation record file
-
-2004-03-19 hgg <hgreig AT bigpond.net.au>
- * smgl.install: basic debugging, allows running through install
without
- running the destructive commands
- * smgl.install: forget the ${TARGET} prefix on a command, and netconf
fix
- * smgl.install: DEBUG checks reversed in two cases, move some debug
- reporting out so it always gets recorded
-
-2004-03-08 hgg <hgreig AT bigpond.net.au>
- * 2.4.25 config I last uploaded was wrong one. This one was used for
0.9.2
-
-2004-03-05 hgg <hgreig AT bigpond.net.au>
- * 0.9.2 x86 ISO released
- * smgl.install: few polishing touches
- * smgl.init*: few polishing touches
- * ISO still based on previous versions as ISO spell is nowhere near
- finished, but patch, diff, pcmcia-cs and lvm have been added to the
- iso_root, future version will have better rescue capabilities.
- * 2.6.3 kernel available as a courtesy to those wanting a rescue cd
for
- their 2.6.X nptl systems.
- * cardmgr, all pcmcia modules and /etc/pcmcia config added to initrd
(both
- kernel versions) to hopefully allow pcmcia cdrom usage. No initrd
menu
- integration yet, but it is possible to load modules and have cardmgr
- initialise devices.
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=1743 )
- * static device generation in /dev after image transfer
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=6104 )
- * addition of lvm binaries to iso_root. no installer menu
integration, yet,
- but a request was made to atleast get the binaries into the
iso_root.
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=6266 )
- * restart function added to installer, so if a mistake is made, you no
- longer need to reboot
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=3828 )
- * automatic software RAID generation from the menu
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=3562 )
- * /var/tmp directory installed and will no longer be a symlink to /tmp
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=5707 )
- * addition of item to select number of make jobs during install
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=2269)
- * swapfile generation moved out of guided menu, but prompted for if
no
- swap found immediately before transferring the image. It is still
- possible to cancel this and install with no swapfile or swap
partition.
- ( bug http://bugs.sourcemage.org/show_bug.cgi?id=5607)
- * updated to latest netconf
- * changed partition and disk listings to show partition type and size
in
- blocks
- * considerable uncompressed size decrease made by removing almost
30MB of
- unused locale and gconv files
- * menus adjusted to show all entries in existing window
- * grub sources added to ISO, I have no experience with grub so haven't
- integrated it's choice into the menu yet, future versions will have
choice
- of grub or lilo as bootloader.
- * reworked the "optional kernel compile" option, configuring the
kernel is
- no longer optional. Now a screen gives a choice of compiling a
kernel or
- copying the kernel used to boot the ISO. If "Default" is chosen the
- kernel is copied and a set of configured includes unpacked to
- /usr/src/linux-`uname -r` if "Compile" is chosen then normal cast -c
- linux is run.
- * install.guide has been updated for the new options and moved to a
generic
- /etc/installerdata directory in preparation for the ISO spell. Many
thanks
- to Seth for his work on that file.
-
-2004-03-03 hgg <hgreig AT bigpond.net.au>
- * smgl.install: tested and works for both 2.4 series and 2.6 series
- * smgl.init-4_2.6: 2.6 version of the initrd's linuxrc needed a few
tweaks
- * MAKEDEV: actually add the script
-
-2004-02-29 hgg <hgreig AT bigpond.net.au>
- * MAKEDEV: add a script and a few lines to installer to generate
static
- /dev entries
-
-2004-02-28 hgg <hgreig AT bigpond.net.au>
- * added 2.4.25 and 2.6.3 configs
-
-2004-02-25 hgg <hgreig AT bigpond.net.au>
- * lots of files: moved into the kickstart-spell
- * config-2.6.1: added for Worf
- * smgl.install: added make jobs configuration to the optimisation
item,
- test and remove raidtools, show block counts for partitions in the
menu,
- remove spaces from the partition lines, add some hints here and
there
- about possible actions within that screen. Change <cancel> to
<Continue>
- for first nls menu. modify uname output for the lilo generation
-
-2004-02-23 hgg <hgreig AT bigpond.net.au>
- * mountall.sh-0.9.1: added the 0.9.1 version of this script
- * inittab: add this, not significantly different to the grimoire
- version, but will save me generating it
- * /etc/*: add the raidlevel data and move things around so a cp will
- work better
-
-2004-02-22 hgg <hgreig AT bigpond.net.au>
- * smgl.install: need to test it but RAID should be functional from
the menu
-
-2004-02-20 hgg <hgreig AT bigpond.net.au>
- * smgl.install: RAID 90% added
-
-2004-02-19 hgg <hgreig AT bigpond.net.au>
- * smgl.install: add menu item for restarting install from scratch and
the
- restart_install function (tested and working)
- * smgl.install: correct some typos
- * smgl.install: begin adding code for raid device generation
-
-2004-02-18 hgg <hgreig AT bigpond.net.au>
- * ALL: add some files not generated by any spell, and some that differ
- from regular files (for iso_root)
-
-2004-02-14 hgg <hgreig AT bigpond.net.au>
- * config-2.4.24: updated to make some stuff statically.
- * smgl.install-using*blablabla: remove, was a backup only.
- * smgl.install: change swap + RAM requirements to recommendations.
- * smgl.install: change swapfile generation to only be prompted if a
- dedicated swap partition isn't found when system transfer starts
- * kickstart-spell/*: some files needed to kickstart an installation.
-
-2004-02-05 hgg <hgreig AT bigpond.net.au>
- * 0.9.1 ISO released
- * smgl.install
- * move fs dispelling to immediately post image transfer
- * move passwd changing similarly
- * add dispelling prompts for ppp and rp-pppoe
- * comment out cast of rp-pppoe now pppoe is included in image and add
- chroot_cmd adsl-setup for pppoe configuration, amazed it was left
broken
- for so long
- * unset WASTAGE VAR incase someone chooses the wrong menu, and also
check
- it isn't an empty var, or dispel just opens less and waits for
input.
- * sorcery 1.7.5
- * updated stable grimoire since 0.9.0 release
- * kernel 2.4.24 with XFS patches
- * Static support for USB input devices in installer kernel
- * initrd bug fixed http://bugs.sourcemage.org/show_bug.cgi?id=5628
- * default kernel includes nfs server and client modules, nfs-utils
needs
- casting but no kernel recompile necessary
- http://bugs.sourcemage.org/show_bug.cgi?id=4614
- * pcmcia bus drivers compiled into installer kernel and
pcmcia-ide/cdrom
- drivers in initrd http://bugs.sourcemage.org/show_bug.cgi?id=1743
- * Added choice of "no" system logger if wanted, gives final closure of
- http://bugs.sourcemage.org/show_bug.cgi?id=4627
- * /etc/login.defs now supports passwords longer than 8 characters and
md5
- encryption http://bugs.sourcemage.org/show_bug.cgi?id=5507
- * /etc/services file corrected
- http://bugs.sourcemage.org/show_bug.cgi?id=5635
- * moved root password choice and dispelling of unwanted fs spells to
- immediately post the image transfer
- http://bugs.sourcemage.org/show_bug.cgi?id=5630
- * Added dispelling prompts for ppp and rp-pppoe
- http://bugs.sourcemage.org/show_bug.cgi?id=4626
- * removed command to cast rp-pppoe (already installed by default) when
- pppoe networking selected, instead it now runs adsl-setup (should
solve
- this bug) http://bugs.sourcemage.org/show_bug.cgi?id=5597
- * removed mounting of /dev from /etc/fstab, added tmpfs mounting of
- /var/run and /var/lock. The previous bug for this was misfiled, it
is an
- issue with mountall.sh script and will be addressed shortly and a
new
- version of init.d spell will be released
- http://bugs.sourcemage.org/show_bug.cgi?id=3597
- * Cleaner base system after install, devel section spells that have no
- bearing on a compile of the kernel during install, or networking
sources,
- have been removed sample raidtab file included as /etc/raidtab.bak,
- simply shell out ( or vt switch), copy it to /tmp, edit it as per
simple
- instructions within the file, run mkraid --configfile
/tmp/raidtab.bak
- <device>, then raidstart --configfile /tmp/raidtab.bak <device>.
-
-2004-01-30 Laurent Wandrebeck <low AT mren2.univ-littoral.fr>
- * 0.9.0 ISO released
- * Sorcery 1.7.5
- * Stable grimoire (20040128)
- * Linux 2.4.24 with XFS patches
- * You can now choose your system logger (sysklogd,metalog,syslog-ng)
- * Added root password choice at the end of installation
(quick'n'dirty)
- * CPU selection for compilation optimization now works
- * Many modules available - don't forget to recompile if scsi is
needed to
- boot
- * Marled swapfile creation as optional
- * swapfile now defaults to /.swapfile
- * Cleaner base system after install (less unused spells installed)
- * added entries for cdrom and floppy in /etc/fstab (/mnt/floppy and
- /mnt/cdrom)
- * ISO size: 200 MB. Packed ISO size: 139 MB. MD5 files provided for
.iso
- and .iso.bz2
- * feedback needed on raid, wireless, pcmcia. tools present, no menu
(yet)
-
-2004-01-26 hgg <hgreig AT bigpond.net.au>
- * added missing # to editor.sh and lc.sh script generation
-
-2004-01-22 hgg <hgreig AT bigpond.net.au>
- * added smgl.install-using-proc-partitions-and-etc-profile.d-dir which
- starts using /proc/partitions for partitions and disks (tested with
a
- raid install today) also puts EDITOR and LANG into .sh files in the
- /etc/profile.d/ directory so the test spell can be integrated into
- stable soon.
- * I specifically made this a second file because I was worried Unet
- might be working on the other one (I am happy to merge/ change if
he has)
-
-2004-01-20 hgg <hgreig AT bigpond.net.au>
- * add smgl.install from 0.8.1 iso I made
- * add the config for the kernel I built, has more options turned on as
- modules and some special features like raid fasttrak for promise
- controllers that nee it turned on to use disks the bios can't see
-
-2004-01-16 hgg <hgreig AT bigpond.net.au>
- * 0.8.1 x86 ISO released
- * latest stable grimoire (as of yesterday)
- * kernel 2.4.24 with XFS patches, more kernel modules built (agpgart,
drm,
- sound etc so the supplied kernel can actually be used for more than
- bootstrapping)
- * simpleinit-msb 1.2 (buffer overflow bugfix)
- * netkit-ping (ping binary) added to both install and installer cd
- * dhcpcd binary added to installer cd
- * perl 5.8.2
- * xdelta, glib removed from install and sorcery options adjusted to
suit
- ed, parted removed (parted not needed after installation and
already 3
- editors installed)
- * unused networking spells dispelled when ethernet chosen
- * architecture,optimisation menu bug merged from Unet's ppc iso and
use_gcc2
- error removed
-
-2004-01-11 Kevin Dahan <unet AT sourcemage.org>
- * 0.8.1 PPC ISO released
- * Using a 2.4.24-ben1 + XFS patched kernel, there should be no more
problem
- using either ext2/ext3/reiserfs/xfs (all tested on my powerbook)
- * Not subject to the recent simpleinit bug.
- * yaboot installer code is better: asks questions about your
OpenFirmware
- (OF) device (in most cases, it is the default, hd:2). If the
yaboot.conf
- generated should be ok in most cases, I *strongly* recommend
checking the
- yaboot.conf file afterwards, particularly the "partition" item,
which
- should point to your /.
- * keymap is working due to the use of a -ben kernel. hwclock is still
*not*
- functional.
-
-2004-01-03 Kevin Dahan <unet AT sourcemage.org>
- * 0.8.0 PPC ISO released
- * Everything works like the x86 version, EXCEPT:
- * No XFS support (as this cause problems with the ppc kernel),
- * You _MUST_ use either ext2 or ext3 as your / (you can, of course,
use a
- reiserfs or jfs for /home or what you want) - this is a yaboot bug.
- * There's some problem with keymap.sh (at least on my powerbook), so I
- suggest *not* to activate it,
- * Same goes for hwclock.sh - both are deactivated by default.$
- * This iso is synced to 0.8 x86 version with current stable grimoire.
-
-2003-12-20 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
Wandrebeck <low AT mren2.univ-littoral.fr>
- * 0.8.0 ISO released
- * sorcery 1.6 is used (no more lockexec)
- * latest stable grimoire
- * kernel 2.4.23 with XFS patches
- * raid support, wifi, lvm added (all untested)...feedback needed
- * JFS support added while installing
- * plain WIP help file during install
- * depends for eagle driver are available now on base system
-
-2003-12-09 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
WANDREBECK <lwandrebeck AT sourcemage.org>
- * 0.8.0-pre2 ISO released
- * sorcery 1.5.1 is used (no more lockexec)
- * kernel 2.4.23 with XFS patches (raid support, wifi...to be tested)
- * JFS support added (works now thx Seth:)
- * A new category appeared in install menu, for help - plain WIP help
file
- is not present (yet) should work better than pre1 (remember i'm only
- temporary ISO guru, so don't hurt me ;))
-
-2003-11-26 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
WANDREBECK <lwandrebeck AT sourcemage.org>
- * 0.8.0-pre1 ISO released
- * biggest change is that gcc 3.3.2 is used.
- * sorcery 1.5 is used (which is the latest stable version)
- * isolinux 2.06 is used to boot the ISO.
- * kernel 2.4.22 with XFS patches (lots of modules, still some to add)
- * JFS support added (still broken, work in progress)
-
-2003-10-25 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org>
- * 0.7.1 ISO released
- * biggest change is that devfs is now used on /dev and all necessary
changes
- have been made and tested
- * sorcery 1.4 is used (which is the latest stable version)
- * added /mnt/cdrom and /mnt/floppy mount points to image, iso_root,
initrd
- * sources for driver of several ADSL modem have been added, but you
still
- need to compile and install them
- * there are nearly no alien files
- * <Cancel> menus during installation now work
-
-2003-09-26 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org>
- * 0.7.0 ISO released (seemingly the same as 0.7.0-pre2)
- * 0.7.0-pre2 ISO released
- * nearly no alien files (glibc, perl, installwatch, init.d spell have
been
- * timezone selection is now working
- * unresolved symbols in pcmcia-cs are corrected.
- * remove some un-needed spells (strace, mktemp, uudeview, dump,
termpcap,
- busybox)
- * KEYMAP in /etc/sysconfig/keymap now defaults to "us"
- * kernel compilation has been restored at install time and is optional
- patched)
-
-2003-09-11 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org>
- * 0.7.0-pre1 ISO released
- * major change: build only from sources based on stable grimoire
- * use simpleinit-msb/init.d instead of sysvinit
- * is less than 200 MB
- * initrd use glibc 2.3.2
- * initrd menu has been rewritten to ease module selection
- * initrd memory is corrected freed after use (8MB memory gain)
- * use kernel 2.4.21 + XFS patch
- * use gcc 3.2.3
- * corrected netconf bugs (tested only with Ethernet)
-
-2003-06-16 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
WANDREBECK <lwandrebeck AT sourcemage.org>
- * 0.6.0 ISO released (same as 0.6.0-test3)
-
-2003-06-12 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
WANDREBECK <lwandrebeck AT sourcemage.org>
- * 0.6.0-test3 ISO released
- * modified /usr/sbin/sgl.install to correct bug
- * correct bug #1074 (wrong /usr/src/linux/include
-
-2003-06-06 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
WANDREBECK <lwandrebeck AT sourcemage.org>
- * 0.6.0-test2 ISO released
- * removed kernel compilation, thus saving time
- * used a compressed initrd (initial ramdisk) thus reducing the ISO
size
- and enabling the use of initrd on 16Mb machines (correcting bug
#3479)
- * added kernel support for FastTrack? RAID as module
- * added kernel support for Old Adaptec AIC7xxx as module (bug #2274)
- * added kernel support for RTC as module
- * added kernel support for VFAT as module
- * added kernel support for USB drive as module
-
-2003-05-28 Benoit PAPILLAULT <benoit.papillault AT sourcemage.org> and Laurent
WANDREBECK <lwandrebeck AT sourcemage.org>
- * 0.6.0-test1 ISO released
- * First test release of new iso building process:
- * added kernel support for machines with math coprocessor
- * added support for XFS filesystem, available at install time
- * added support for Eci modem (ADSL USB)
- * added support for Alcatel SpeedTouch? modem (ADSL USB)
- * updated sorcery
- * updated grimoire
-
-2002-11-05 Adam Clark <adamsgl AT dhbit.ca>
- * Beta1
- * Test RC1 grimoire
- * Sorcery > 0.9.0.1
- * gcc 3.2, glibc 2.3.1
- * i386 binaries
- * ISO runs on 2.4.19-xfs kernel
- * more modular kernel for install
- * slightly smaller ISO, package-wise. Still fully useable as a rescue
CD.
- * Fits on a mini (180MB) CD-ROM
-
-2002-07-01 Adam Clark <adamsgl AT dhbit.ca>
- * A brand new test ISO has just been uploaded to the usual spot:
- http://smgl.bccs.net/adam-test-isos - it's the Canada Day release!
woohoo!
- ;-)
- * What's more to cheer about is that all but 2 spells of the
base-system
- have been compiled with gcc3. Sorcery has been updated to 0.1.7,
and
- many spells that are marked "USEGCC2" in the devel grimoire were
- compiled with gcc3 to make the base system more gcc3 complete.
- * More information is on the download page, and please read the
install
- notes so that you can keep a new system mostly-gcc3 even after a
rebuild.
-
-2002-06-30 Adam Clark <adamsgl AT dhbit.ca>
- * Finally... *finally* have fixed the /dev perm problems. It's my own
- stupid fault, too... Thank god we haven't called any of these ISOs
- "production releases". =)
- * Not too much else to report about it other than sorcery/grimoire
were
- updated to earlier in the day (no sorcery 0.1.7), and this will
probably
- be the last one before my test ISOs go gcc3.
-
-2002-05-28 Adam Clark <adamsgl AT dhbit.ca> and Wyatt Draggoo
<wyatt AT draggoo.com>
- * Whaddaya know, a bunch of work between Wyatt and myself, and voila,
the
- ISO gets into a bit better shape!
- * There's now a -2 test ISO for today, and it's smaller than -1.
-
-2002-05-27 Adam Clark <adamsgl AT dhbit.ca> and Wyatt Draggoo
<wyatt AT draggoo.com>
- * Had a chance to do a bunch of work on the test ISO today, and now
we've
- got an ISO that's up-to-date and has been tested to work.
-
-2002-05-07 Adam Clark <adamsgl AT dhbit.ca>
- * I decided to get a bunch of things with my test ISO cleaned up, and
the
- results of a little bit of work are now available at:
- http://smgl.bccs.net/adam-test-isos
- * I've also posted the changes that were made since the 0416-2 ISO so
that
- everyone's clear about what has been done.
-
-2002-04-23 Adam Clark <adamsgl AT dhbit.ca>
- * In an effort to learn a little bit about the install ISO and to see
if I
- could put things together perhaps to help the SGL ISO effort out, I
came
- up with a muchly updated ISO, which surprisingly enough, worked on
my own
- system.
- * This new ISO uses kernel 2.4.18, sorcery and the grimoire are
up-to-date
- as of April 16, the CD installs from a bzip2'ed tarball instead of
direct
- file copying (to save on all the CD-ROM head thrashing), "sorcery
- rebuild" shouldn't have any problems currently, and hopefully the
- * In an effort to learn a little bit about the install ISO and to see
if I
- could put things together perhaps to help the SGL ISO effort out, I
came
- up with a muchly updated ISO, which surprisingly enough, worked on
my own
- system.
- * This new ISO uses kernel 2.4.18, sorcery and the grimoire are
up-to-date
- as of April 16, the CD installs from a bzip2'ed tarball instead of
direct
- file copying (to save on all the CD-ROM head thrashing), "sorcery
- rebuild" shouldn't have any problems currently, and hopefully the
- permission issues in /dev are resolved.
- * Oh, and while I did change around the scripts to say
- "Source Mage GNU/Linux", don't take too much into that yet... I was
just
- going by the website vote.
- * Lastly, I did contact Wyatt about this as soon as I had made the
ISO on
- the 16th, yet I haven't heard from him or seen him online since
then - I
- did want to make it known that I wasn't trying to create anything to
- 'compete' or otherwise distract from the official SGL ISO... I just
did
- a few things to freshen up the ISO a bit and if people want a copy
of it,
- well, great. =)
-
-(insert missing ChangeLogs here...)
-
-===========================================================
-People who have contributed before this ChangeLog was kept:
-(in alphabetical order)
-Adam Clark <adamsgl AT dhbit.ca>
-Hamish Greig
-Kyle Sallee
-Laurent Wandrebeck <low AT sourcemage.org>
-Seth Woolley <seth AT tautology.org>
-



  • [SM-Commit] GIT changes to master cauldron by Justin Boffemmyer (69f668cfbbcd4efad9d3dc92cc04b7244ec7ea50), Justin Boffemmyer, 11/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page