Commit Graph

2611 Commits

Author SHA1 Message Date
Steve McIntyre 3d60041f0d Extract the debian FAQ from debian-faq.html.tar.gz 2000-09-03 16:45:04 +00:00
Philip Hands a03167f409 CONF.sh:
VERBOSE_MAKE variable added.  allows the verbosity of the make process
    to be controlled, by determining if the lines start with a @ or not
  ATTEMPT_FALLBACK variable added.  allows one to control whether build_all.sh
    should bother to attempt to build a simple CD if the official build
    fails.

Makefile:
  o  added "set -e;" to the start of most of the blocks of shell commands to
     ensure that if one of the scripts fails, that fact is not ignored
  o  replaced many of the @'s with $(Q) and ensured that Q=@ by default.
     This allows one to see what make is actually doing when it all goes
     horribly wrong -- VERBOSE_MAKE in CONF.sh is used to control this

build_all.sh
  o  made it stop on error dependant on ATTEMPT_FALLBACK from CONF.sh

tools/pi-makelist:
  These are the changes by J.A. Bezemer to get rid of files from the list
  that are not available on ftp mirrors

tools/boot/potato/boot-alpha
  check to see if the boot1 directory already exists, and skip its creation
  if so.  This is required to deal with the fact that this script gets called
  for CD1 & CD1_NONUS, and making the directories twice fails, and is pointless
2000-08-25 16:54:03 +00:00
Anne Bezemer ef89f2f4fa Added "hidden feature" (def UNOFFEXTRAS) for more easily generating
up-to-date READMEs for my own (non-US/)non-free CDs.
2000-08-21 13:05:31 +00:00
David Huggins-Daines 0e65cd3b52 Doh! doh doh doh. Make alpha CDs boot properly, I hope. 2000-08-18 15:43:14 +00:00
Ben Collins 277435d843 use TDIR instead of hardcoded tmp 2000-08-17 12:47:23 +00:00
Ben Collins 37f4ffd803 remove tmp dir unconditionally at start 2000-08-17 12:45:57 +00:00
Anne Bezemer 7ce100cfe5 Hopefully more correct BOOT_SIZE_1. 2000-08-12 22:45:48 +00:00
Anne Bezemer 6b1816998c Get correct dedication.txt regardless of point release number. 2000-08-12 22:44:53 +00:00
Anne Bezemer 4fe2a90a93 Also make .list files for source images. 2000-08-12 22:43:05 +00:00
Anne Bezemer 276faf0f84 VOLIDs now Bin-X and Src-X instead of Binary-X and Source-X, and also
ppc instead of powerpc to stay within the 32-char limit (also with _NONUS).

Fixed one other "double CD1 issue" that caused the top-level README to
mention a 4-CD set where there were only 3. Now count only ?.packages
instead of *.packages.
2000-08-12 22:42:20 +00:00
Anne Bezemer c993b42a59 All install docs are in install/doc/; other cosmetical changes. 2000-08-12 22:38:31 +00:00
Anne Bezemer 9874e3548e DEBVERSION (+examples) now like "2.2 r0" according to discussions on
debian-cd list.
Copied FORCENONUSONCD1 to debian/CONF.sh, where it wasn't mentioned yet
(i.e. it would become a "hidden feature" in the .deb package).
2000-08-12 22:36:50 +00:00
Dan Jacobowitz 7a9ce8640c Recommend hfsutils. 2000-07-25 16:39:27 +00:00
Dan Jacobowitz 7f9962e509 Add a bunch of set -e to prevent silently bad CDs. 2000-07-25 16:39:13 +00:00
Ben Collins df7986ecb8 Changes for the dedication aswell as a fix for sum/list generation in build_all.sh 2000-07-25 15:03:57 +00:00
Steve McIntyre b181b55fec Fixed bug in README generation when using FORCENONUSONCD1 - I forgot to
munge the contents of README.diskdefines, so README.txt and README.html
came out differently. Now done.
2000-07-18 15:11:54 +00:00
Raphaël Hertzog 009c366c2e * Typo problem (B on the first line). 2000-07-13 12:05:52 +00:00
Raphaël Hertzog 39310a75c3 * Duh, this is the final 2.2.2 release. 2000-07-13 12:00:46 +00:00
Jim Westveer b850b4b23a Yet another typo in installtools.sh...but now woody-i386 cd creation works 2000-07-06 22:23:22 +00:00
Raphaël Hertzog b53f3c80e1 * Fixed Joey's patch. ${LOCALDEBS:-$MIRROR} is correct syntax. 2000-07-06 10:32:27 +00:00
Jim Westveer 7c4a271ff6 fixed spelling and comments --jwest 2000-07-06 01:06:29 +00:00
Jim Westveer 047a74cae5 fixed spelling --jwest 2000-07-06 01:04:10 +00:00
Jim Westveer 5ae902400d Misc changes for woody i386 bootdisks --jwest 2000-07-06 00:45:09 +00:00
Jim Westveer be220942c4 update to /tools/boot/woody/i386 to check for existance of bootdisks --jwest 2000-07-06 00:40:50 +00:00
Jim Westveer 5d74a85ef4 update to /tools/boot/woody/i386 to check for existance of bootdisks --jwest 2000-07-06 00:34:45 +00:00
Raphaël Hertzog 3c4dd7d6db * Added "-F ." for symlink farmers... 2000-07-02 11:09:34 +00:00
Raphaël Hertzog 8f8c0e3980 * Fixed bin-image and src-image.
* Added new entry in changelog.
2000-07-02 10:57:40 +00:00
Ben Collins 24da646126 backup some additions 2000-06-30 13:34:51 +00:00
Anne Bezemer 0c8c9f3a92 Removed potato-specific last-minute notes, and made it clear that
woody=unstable=unofficial.
Some other small updates.
(Note: from now on, the potato and woody README's are different!)
2000-06-30 09:24:49 +00:00
Anne Bezemer d2302db2b8 New dedicated last-minute notes webpage.
Removed test-cycle-2-specific last-minute notes.
Some other small updates.
2000-06-30 09:22:23 +00:00
Anne Bezemer 6b88e47fc6 Added aptitude and gnome-apt; these seem to be highly requested dselect
replacements, and claimed "indispensable" for newbies (who of course only
have CD 1 ;-).
2000-06-30 08:38:32 +00:00
Anne Bezemer f8528cb606 Okay, this is the real log entry:
Added kernel-source-2.2.17, so that people with 1 CD (from a Linux show or
similar) can at least compile their own kernel.

Saw that twm was the only window manager on CD 1, which isn't quite
sufficient for most people. So added enlightenment and wmaker, which seem
to be the most popular (and work great with Gnome). Added twm as well,
because otherwise apt will think the window-manager is already there and
leaves twm at the end, which is bad because some startx-like scripts and
printed manuals/books assume it's present. Also added fvwm and fvwm95 for
those running a 386 w/8MB (on which E/wmaker take >5 mins to start up).
2000-06-30 07:31:18 +00:00
Anne Bezemer 95dc6b1aa9 Oops ;-) My EDITOR wasn't set, so I ended up in vi which I don't know
quite well... See next commit for the real log.
2000-06-30 07:24:42 +00:00
Anne Bezemer 83f4248602 Added 2000-06-30 07:19:23 +00:00
Raphaël Hertzog 898a7e92f8 * Patch from Joey Hess for LOCALDEBS.
* Patch from Michael Schlueter for a bugfix related to forcenonusoncd1.
* Patch from myself : s/*.packages/?.packages/ in tools/scanpackages !
  It's a problem that appeared with the use of FORCENONUSONCD1 and LOCAL.
2000-06-30 00:04:03 +00:00
David Huggins-Daines d27b3760ec Make bootable CDs on Alpha, requires boot-floppies 2.2.16 2000-06-29 17:56:25 +00:00
Raphaël Hertzog 01d1ef9162 * Commited the same fix than for potato/upgrade.sh. Install upgrade stuff
for all CD1* ...
2000-06-20 20:58:16 +00:00
Raphaël Hertzog b84c867ffb * Fixed tools/potato/upgrade.sh for s/1/CD1/ change and include the upgrade
stuff on all CD1* ...
* Added some explication in README.
2000-06-19 22:25:24 +00:00
Nick Holgate 7f195774e8 * Reduced space requirement of CD 1 by 32MB. 2000-06-17 21:37:51 +00:00
Nick Holgate 2497697eb8 * Fixed conflicts merge checked in by Steve McIntyre.
* Removed wget's of dmesg files no included in boot-floppies.
2000-06-17 21:30:59 +00:00
Ben Collins d7ffc07011 fix 2000-06-17 17:59:04 +00:00
Steve McIntyre 6ef81f9eb6 Added FORCENONUSONCD1 option - forces non-US packages/sources onto the
first CD where possible. We then make 2 copies of this, one with
non-US and one without. Useful for people wanting to create non-US and
US-safe CD sets without having to spend so much disk space.

Side-effects: The CD tress are now $(DIR)/CD<foo> instead of
$(DIR)/<foo>
2000-06-16 23:42:50 +00:00
Nick Holgate b5250e6d28 * CD install directory created by moving disks-m68k/<boot-floppies-version>
and replacing it with a symlink to the install directory.
2000-06-16 11:14:39 +00:00
Nick Holgate 5c07ab6020 * CD install directory created by moving disks-m68k/<boot-floppies-version>
and replacing it with a symlink to the install directory.
2000-06-14 22:00:14 +00:00
Nick Holgate cc912c27fb * Included AmigaOS dmesg tool and readme. 2000-06-14 12:45:11 +00:00
Ben Collins 7a02a8d9f8 subdir for archs 2000-06-14 04:54:52 +00:00
Nick Holgate 23f29cc9ba * Added missing Amiga StartInstall* scripts.
* Added missing Amiga install.doc.
* Added missing Amiga .info files.
2000-06-13 14:01:14 +00:00
Ben Collins 22d6caf0e7 Edited boot-alpha
Added extra file to help fine tune each arch's CD size
2000-06-11 13:12:56 +00:00
Raphaël Hertzog 9a8256403b * Updated README.html.in (provided by Anne Bezemer) 2000-06-11 11:23:38 +00:00
Steve McIntyre 57ba8f02c8 Obvious bug fix in the new non-free code - fixes warnings and makes
the non-free CD actually happen...
2000-06-07 00:28:28 +00:00