| 1 |
build-installer (0.0.002) unstable; urgency=medium |
debian-installer (20031213) UNRELEASED; urgency=low |
| 2 |
|
|
| 3 |
* Build without Arch: all, as the point is for each buildd to build them. |
* Joey Hess |
| 4 |
* Ensure that a list of all missing files is built. |
- Generate bootable hd-media images, not just the initrd. |
| 5 |
|
These can be written directly the usb memory stick, then mounted |
| 6 |
|
and a d-i iso copied in. As they're quite big (and sparse), |
| 7 |
|
they are gzipped. |
| 8 |
|
- NB: The above change means you need 128+ mb more free space to |
| 9 |
|
build this package on i386. |
| 10 |
|
- If System.map is included in the kernel image udeb, pass it to depmod |
| 11 |
|
via -F and delete it when done. This is to support building on systems |
| 12 |
|
running 2.6. |
| 13 |
|
- Remove ide modules stuff from net drivers floppy. I don't know why it |
| 14 |
|
was there, but its deps were not met and this could cause ugly messages |
| 15 |
|
during install. |
| 16 |
|
- Remove the same ide modules from i386 netboot. |
| 17 |
|
* Thiemo Seufer |
| 18 |
|
- Build the demo tree only for architectures which support it. |
| 19 |
|
- Don't build images for the demo target. |
| 20 |
|
- Ensure TYPE=demo for the Makefile's demo target. |
| 21 |
|
- Remove stamp files for tree and get_udebs at the begin of their rule, |
| 22 |
|
create them at the rule's end. |
| 23 |
|
- Ignore errors for the all_clean target. |
| 24 |
|
- Don't use USERDEVFS for linux-mips. |
| 25 |
|
* Marco d'Itri |
| 26 |
|
- Add preliminary support for .ko kernel modules. |
| 27 |
|
|
| 28 |
-- Alastair McKinstry <mckinstry@computer.org> Sat, 5 Apr 2003 13:15:01 +0100 |
-- Joey Hess <joeyh@debian.org> Sat, 13 Dec 2003 18:44:06 -0500 |
| 29 |
|
|
| 30 |
build-installer (0.0.001) unstable; urgency=low |
debian-installer (20031212) unstable; urgency=low |
| 31 |
|
|
| 32 |
|
* Joey Hess |
| 33 |
|
- Switch i386 to using dhcp-client rather than pump for netboot. |
| 34 |
|
Left it using pump on other arches that did not already use dhcp-client, |
| 35 |
|
at least for now. |
| 36 |
|
- Switch i386, hppa, and ia64 to dhcp-client rather than udhcp |
| 37 |
|
on the root floppy. |
| 38 |
|
- Switch powerpc to pump on the root floppy. |
| 39 |
|
- Switch i386 to dhcp-client rather than udhcp on the access floppy. |
| 40 |
|
- Switch from pump to dhcp-client on powerpc. |
| 41 |
|
- Add disk labels to the i386 floppy images, for use by the bootfloppy |
| 42 |
|
initrd, and maybe later by the floppy retreiver, etc. |
| 43 |
|
- In debian/rules, if the changelog is UNRELEASED, use unstable as the |
| 44 |
|
DISTRIBUTION. |
| 45 |
|
- makelabel takes the build date as its second parameter. Calculating |
| 46 |
|
BUILD_DATE once at the start to avoid inconsistencies during |
| 47 |
|
long/midnight builds. |
| 48 |
|
- Add MEDIA_TYPE to configs for bootable image types. |
| 49 |
|
- Add DEBIAN_VERSION to config. |
| 50 |
|
- Add bootscreen-subst to substitute these variables into boot screens. |
| 51 |
|
- Make a syslinux help screen, for all i386 syslinuxed boot media. |
| 52 |
|
Includes the build date, debian version, and media type, and is derived |
| 53 |
|
from isolinux help texts on the sarge cds, but modified to actually |
| 54 |
|
match d-i: |
| 55 |
|
- remove boot flavor docs, as we currently have no flavors |
| 56 |
|
- remove rescue stuff, as d-i is not currently also a rescue disk |
| 57 |
|
- reduce number of colors used for cleaner look |
| 58 |
|
- remove mention of non-free |
| 59 |
|
- try to make the prerequisites documentation somewhere close to |
| 60 |
|
reality -- 64 mb ram and 256 mb disk. |
| 61 |
|
- make every boot message screen 22 lines long, followed by a blank |
| 62 |
|
line (which is in turn followed by the boot: prompt), for consistent |
| 63 |
|
display |
| 64 |
|
- remove references in f4.txt to a nonexistant table |
| 65 |
|
- remove documentation of mono and vga16:off, as they do not work with |
| 66 |
|
d-i |
| 67 |
|
- remove keytimer hack documentation, that was for boot-floppies |
| 68 |
|
- add documentation of d-i's boot time parameters, including the new |
| 69 |
|
debian-installer/framebuffer=false |
| 70 |
|
- remove the mailing list subscription info; boot time is not the |
| 71 |
|
time to tell the user about this. In its place, make f9.txt be |
| 72 |
|
about Debian. |
| 73 |
|
- Remove DEBCONF_DEBUG setting from syslinux.cfg. |
| 74 |
|
- Use bootscreen-subst on powerpc's boot.msg, too. |
| 75 |
|
- Comment out the udeb apt status file stuff in get-packages, now is not |
| 76 |
|
the time to be breaking the build with that. |
| 77 |
|
- Build depend on elilo on ia64. This had better be the last one. |
| 78 |
|
* Goswin von Brederlow |
| 79 |
|
- Moved fetching of (u)debs into get-packages shell script. |
| 80 |
|
- Changed sources.list to sources.list.udeb, added sources.list.deb. |
| 81 |
|
- Allowed "deb file:/..." urls in /etc/apt/sources.list, (Closes: #221031) |
| 82 |
|
simplified sed expression and change file to copy urls. |
| 83 |
|
- Add explaining error message when apt-get update fails |
| 84 |
|
- get-packages: Only seed dpkg status with libs when getting udebs |
| 85 |
|
- pkg-lists/cdrom/alpha: missing input-modules-${kernel:Version} |
| 86 |
|
- pkg-lists/mirror_udeb: lists for a partial mirror suitable for the CDs |
| 87 |
|
- Drop pump-udeb (netboot on alpha, s390 and sparc) in favour of |
| 88 |
|
dhcp-client-udeb |
| 89 |
|
- debain/control: added Build-Depends: mkisofs |
| 90 |
|
- daily-build: changed to copy last days images and rsync new ones |
| 91 |
|
- daily-build: don't let the builder wait for logs, use tee |
| 92 |
|
- No discover for mips/mipsel |
| 93 |
|
- Added arch mips to the debian-installer.deb (Closes: #221534) |
| 94 |
|
* Thiemo Seufer |
| 95 |
|
- Fix error handling in tftpboot.sh |
| 96 |
|
* Chris Tillman |
| 97 |
|
- Add DEBCONF_PRIORITY note to powerpc boot message. |
| 98 |
|
- Add MacRISC3 & 4 to ofboot.b for compatibility with G4/G5 powerpcs |
| 99 |
|
* Mario Lang |
| 100 |
|
- Add new boot floppy flavour "speakup" which uses a speakup-enabled |
| 101 |
|
kernel version. |
| 102 |
|
- Update the access flavour to use the same kernel version as the |
| 103 |
|
speakup flavour. |
| 104 |
|
- Update the access_drivers common and i386 pkg-list. |
| 105 |
|
* Thiemo Seufer |
| 106 |
|
- Sanitize tftpboot.sh. It aborts now on errors and won't move/copy |
| 107 |
|
files around without good reason. Changed mipsel image generation |
| 108 |
|
to t-rex. |
| 109 |
|
- Add pkg-lists/netboot/mips. |
| 110 |
|
- Add fdisk to the mips/mipsel CD images, add AT keyboard support |
| 111 |
|
to mips image. |
| 112 |
|
- Add AT keyboard support to mips demo image. |
| 113 |
|
- Polish make/arch/linux-mips{,el} a bit. |
| 114 |
|
- Switch config/arch/linux-mips to kernel 2.4.22 with -di flavour. |
| 115 |
|
|
| 116 |
|
-- Joey Hess <joeyh@debian.org> Thu, 13 Nov 2003 14:39:21 -0500 |
| 117 |
|
|
| 118 |
|
debian-installer (20031113) unstable; urgency=low |
| 119 |
|
|
| 120 |
|
* Joey Hess |
| 121 |
|
- Add new loop-modules to bootfloppy, hd-media. |
| 122 |
|
- Move input-modules from root floppy to bootfloppy, as the new |
| 123 |
|
rootskel-bootfloppy prompts for the user to hit enter. |
| 124 |
|
- Remove redundant usb-discover and usb-modules from root floppy; |
| 125 |
|
the boot floppy takes care of that. |
| 126 |
|
- Remove fat-modules and floppy-modules from the root floppy; they |
| 127 |
|
boot floppy loads them. |
| 128 |
|
- Create DEST before copying in DEST_KERNEL. |
| 129 |
|
- ia64 build-depends on dosfstools. Closes: #219919 |
| 130 |
|
- sparc build-depends on genromfs. Closes: #220208 |
| 131 |
|
- remove brltty from everything except access. It is causing problems |
| 132 |
|
(#219928) on sparc at least. |
| 133 |
|
- add nic-extra-modules to netboot for i386, as it fits and netboot |
| 134 |
|
should support as much as it can |
| 135 |
|
- try to get full UTF-8 going on netboot |
| 136 |
|
- add nano to netboot |
| 137 |
|
* Richard Hirst |
| 138 |
|
- Add mtools as a build-dep for ia64 |
| 139 |
|
|
| 140 |
|
-- Joey Hess <joeyh@debian.org> Sun, 9 Nov 2003 19:59:13 -0500 |
| 141 |
|
|
| 142 |
|
debian-installer (20031109) unstable; urgency=low |
| 143 |
|
|
| 144 |
|
* Richard Hirst |
| 145 |
|
- Remove efi-reader from ia64 cdrom pkglist for now; the one in the |
| 146 |
|
archive is linked against libdebian-installer3 which is no longer |
| 147 |
|
available. |
| 148 |
|
- Stop including debootstrap-udeb in cdrom pkg-list for ia64. |
| 149 |
|
|
| 150 |
|
-- Joey Hess <joeyh@debian.org> Fri, 07 Nov 2003 22:31:07 +0000 |
| 151 |
|
|
| 152 |
|
debian-installer (20031106.1) unstable; urgency=low |
| 153 |
|
|
| 154 |
|
* Enable ia64 in control file. (Build report from Jeff Bailey) |
| 155 |
|
* Idempotency fix in debian/rules install. |
| 156 |
|
* Put in some stuff to allow for more than one release per day. |
| 157 |
|
|
| 158 |
|
-- Joey Hess <joeyh@debian.org> Thu, 6 Nov 2003 15:12:48 -0500 |
| 159 |
|
|
| 160 |
|
debian-installer (20031106) unstable; urgency=low |
| 161 |
|
|
| 162 |
|
* Improved the copyright file, decided not to try to list the copyright |
| 163 |
|
of every component of the images. |
| 164 |
|
* Uppercased the md5sums filename. |
| 165 |
|
* New retriever menu setup: |
| 166 |
|
- add load-floppy and download-installer to floppy |
| 167 |
|
- add load-installer to cdrom, netboot |
| 168 |
|
- add load-iso to hd-media |
| 169 |
|
- add load-cdrom, hw-detect-full, ide-core-modules, and cdrom-detect |
| 170 |
|
to cd_drivers, which is actually usable now |
| 171 |
|
* Remove pcmcia-udeb from pkg-lists, hw-detect took over. |
| 172 |
|
* Make d-i-demo catch SIGINT, clean up properly. |
| 173 |
|
* Fix kernel module package names in udeb_include for driver floppies. |
| 174 |
|
* Alastair McKinstry: |
| 175 |
|
- Add additional shade characters to fix the scroll bar in the newt |
| 176 |
|
frontend. |
| 177 |
|
- The terminfo entries are now provided by di-utils-terminfo, not |
| 178 |
|
the Makefile. |
| 179 |
|
* Richard Hirst: |
| 180 |
|
- Misc ia64 fixes - define KERNEL_FLAVOUR, clean up pkglists, etc |
| 181 |
|
* Improved the description of debian-installer-demo. Closes: #219255 |
| 182 |
|
* Build includes new cdebconf, fixed partconf, fixed bogl-bterm redraw |
| 183 |
|
problems, etc, etc. Many other fixes and improvements. |
| 184 |
|
|
| 185 |
|
-- Joey Hess <joeyh@debian.org> Thu, 30 Oct 2003 15:12:38 -0500 |
| 186 |
|
|
| 187 |
|
debian-installer (20031029) unstable; urgency=low |
| 188 |
|
|
| 189 |
* Initial release. |
* Initial release. |
| 190 |
|
* This includes a deb that lets a demo of the installer be run |
| 191 |
|
(and triggers autobuilders), but the main payload is the |
| 192 |
|
debian-installer-images tarball, which is designed to be unpacked |
| 193 |
|
by ftp-master into the ftp site. |
| 194 |
|
* Set architecture to i386, powerpc for now. More will be added |
| 195 |
|
once d-i works on them well enough to distribute images. |
| 196 |
|
|
| 197 |
-- Alastair McKinstry <mckinstry@computer.org> Thu, 3 Apr 2003 12:41:31 +0100 |
-- Joey Hess <joeyh@debian.org> Wed, 22 Oct 2003 16:16:21 -0400 |