Mercurial > hg > Members > kono > nitros9-code
changeset 2738:d25fd78e727a
Updated rules.mak to correct for non booting dw3 and becker disk images.
author | drencor-xeen |
---|---|
date | Thu, 03 Jan 2013 22:47:46 -0600 |
parents | 17cf591458c4 |
children | 7afa11757a81 |
files | ChangeLog rules.mak |
diffstat | 2 files changed, 20 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Jan 03 15:10:44 2013 -0600 +++ b/ChangeLog Thu Jan 03 22:47:46 2013 -0600 @@ -1,6 +1,24 @@ NitrOS-9 V3.2.9: ---------------------------------------------------------- +2013/01/03 David Ladd +List of files changed +M ChangeLog +M makefile +M rules.mak + +Changed the dw3 format information in the rules.mak to use a single +sided format rather than double sided. The double sided disk images +were preventing users booting off of the drivewire4 server using the +dw3 and becker boot disks. + +Also updated the makefile related to the nightly build to use a +environment variable rather than boisy's fixed username. + +At this time the upload of the zip file only works. Specific users ssh +account must have the burst script. + +---------------------------------------------------------- 2012/12/05 Robert Gualt List of files changed M ChangeLog
--- a/rules.mak Thu Jan 03 15:10:44 2013 -0600 +++ b/rules.mak Thu Jan 03 22:47:46 2013 -0600 @@ -76,8 +76,8 @@ OS9FORMAT_SS80 = os9 format -t80 -ss -dd OS9FORMAT_DS40 = os9 format -t40 -ds -dd OS9FORMAT_DS80 = os9 format -t80 -ds -dd -#OS9FORMAT_DW3 = os9 format -t1024 -ss -dd -OS9FORMAT_DW3 = os9 format -t80 -ds -dd +OS9FORMAT_DW3 = os9 format -t1024 -ss -dd +#OS9FORMAT_DW3 = os9 format -t80 -ds -dd OS9GEN = os9 gen OS9RENAME = os9 rename OS9ATTR = os9 attr -q