Commit Graph

1110 Commits

Author SHA1 Message Date
Daniel Baumann
74f7986e69 Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux menu module (Closes: #533846). 2011-03-09 19:09:47 +01:00
Daniel Baumann
e5f7eea5db Allow to enforce syslinux menu module through LH_SYSLINUX_MENU. 2011-03-09 19:09:47 +01:00
Daniel Baumann
5611d7306e Returning error value of the last process before exiting (Closes: #527331). 2011-03-09 19:09:47 +01:00
Daniel Baumann
fa9ebfb6d1 Using pre-cached bootstrap stage, if available, in order to build chroot image which dramatically speads up building of large images. 2011-03-09 19:09:47 +01:00
Daniel Baumann
4d341dfbb2 Updating vcs fields. 2011-03-09 19:09:47 +01:00
Daniel Baumann
0c76761bd7 Updating debian-forensics packages list. 2011-03-09 19:09:47 +01:00
Daniel Baumann
bc31a05eed Updating conditionals in package lists for squeeze. 2011-03-09 19:09:47 +01:00
Daniel Baumann
dbec38e7ed Adding mailutils to rescue list. 2011-03-09 19:09:47 +01:00
Daniel Baumann
1f51cc18bf Updating kde-core package list for squeeze/sid, thanks to Diederik de Haas <didi.debian@cknow.org>. 2011-03-09 19:09:47 +01:00
Daniel Baumann
9e766a06ef Respecting /etc/hostname in case it's part of chroot_local-includes, thanks to Luigi Capriotti <l.capriotti@xbmc.org> for the idea. 2011-03-09 19:09:47 +01:00
Daniel Baumann
efa4b9aaa3 Updating git snapshot repository in image autobuild script. 2011-03-09 19:09:47 +01:00
Daniel Baumann
3ec9678766 Removing old debian-edu source repository example. 2011-03-09 19:09:47 +01:00
Daniel Baumann
f24b222739 Removing old fai source repository example. 2011-03-09 19:09:47 +01:00
Daniel Baumann
c6353f57d1 Removing old beryl source repository example. 2011-03-09 19:09:47 +01:00
Daniel Baumann
48d75ceddc Updating debian-backports example sources for lenny. 2011-03-09 19:09:47 +01:00
Daniel Baumann
3e89a9b523 Adding live snapshots repository gpg key. 2011-03-09 19:09:47 +01:00
Daniel Baumann
501a86dc0c Updating debian-live snapshots repository entries. 2011-03-09 19:09:47 +01:00
Daniel Baumann
3591c00c94 Adding gfortran and gnat to rescue list. 2011-03-09 19:09:47 +01:00
Daniel Baumann
fa0564f913 Adding console-setup to standard package list.
console-setup is not essential per se, but without it, the preseed
boot parameters for keyboard layouts do not work. Those are needed
when we're going to use gfxboot. And that on the other hand, will
be pretty much standard, therefore including an additional package
in the standard list seems ok.
2011-03-09 19:09:47 +01:00
Daniel Baumann
915b79baa4 Correcting install calls for reportbug files in rules. 2011-03-09 19:09:47 +01:00
Daniel Baumann
540bda1a30 Updating presubj text for reportbug. 2011-03-09 19:09:47 +01:00
Daniel Baumann
e0209bb337 Automatically optaining version number for config tree format. 2011-03-09 19:09:47 +01:00
Cody A.W. Somerville
4df03e2012 Only add available install frontend boot entries. 2011-03-09 19:09:47 +01:00
Cody A.W. Somerville
c082430348 Unify bootloader helpers. 2011-03-09 19:09:46 +01:00
Daniel Baumann
ec83843d6e Allowing to overwrite default gzip options through config switch or option. 2011-03-09 19:09:46 +01:00
Daniel Baumann
a8e71bdb03 Making replace-di-banner hook to not fail when no d-i is included in the image. 2011-03-09 19:09:46 +01:00
Daniel Baumann
443eb4a00a Adding kernelpurge example hook to remove all kernel images except the newest one. 2011-03-09 19:09:46 +01:00
Daniel Baumann
91c8d0ff79 Settinglosetup-lukshome example hook executable bit again. 2011-03-09 19:09:46 +01:00
Daniel Baumann
d2f019461e Updating lenny point release number. 2011-03-09 19:09:46 +01:00
Daniel Baumann
f177f48291 Releasing version 1.0.5-2. 2011-03-09 19:09:46 +01:00
Daniel Baumann
e617fd6d4d Updating lenny point release number. 2011-03-09 19:09:46 +01:00
Daniel Baumann
74a7af6571 Adding a message about which hook made a build fail, if any. 2011-03-09 19:09:46 +01:00
Daniel Baumann
e9c580b6ae Updating kernel defaults for squeeze (removing squashfs, not required anymore). 2011-03-09 19:09:46 +01:00
Rui Miguel Bernardo
363ab9359c Correcting some rough edges in lukshome example hook.
* several rephrasing to clarify/correct things because some wording
    was ambiguous/wrong.
  * changed instructions to use a mounted partition when creating the
    file. In the previous instructions the present directory was used and
    if it was $HOME, then the file was created in the live memory
    (aufs/unionfs). Of course using memory to create the file would limit
    the size of the file to the size of free memory.
  * moved part of the instructions to inside create-lukshome-file.sh so
    the user can see them because the hook itself is not saved in the
    built live system.
  * added a check to see if /mnt directory is empty.
  * added some missing "umounts" and "cryptsetup remove" in some error checks.
  * removed the proposal of copying from another mounted /home/
    directory. It could be confusing to the user. The user should do it
    later, with the live system booted with lukshome boot option, which
    should be the next thing he/she will do anyway.
  * renamed variable ERROR_LEVEL to EXIT_CODE (sounded too much a
    redmond batch file).
2011-03-09 19:09:46 +01:00
Cody A.W. Somerville
27be06512a Add option to disable use of GTK debian-installer.
Adding the ability to disable use of the GTK graphical
debian-installer is handy either to reduce the size of the
images or if the necessary files aren't available.
2011-03-09 19:09:46 +01:00
Cody A.W. Somerville
a55187778e Fix build failure when retrying build at deconfiguring file /bin/hostname.
If you attempt a build and it fails for whatever reasons (say, a
configuration issue) and then you retry your build without calling
lh_clean, you can sometimes run into an issue with the
'deconfiguring file /bin/hostname' step. It'll try to move
chroot/bin/hostname.orig to chroot/bin/hostname but
chroot/bin/hostname.orig won't exist as chroot/bin/hostname hasn't
been moved aside like it expects (ie. the original file is still
chroot/bin/hostname). This is frustrating since if the error was
ignored, the build would be able to complete successfully and as
expected. So, let lh_chroot_hostname check if
'chroot/bin/hostname.orig' exists before attempting to
move it to 'chroot/bin/hostname'.
2011-03-09 19:09:46 +01:00
Daniel Baumann
8f36b8bcbf Adding German manpage translations from Chris Leick <c.leick@vollbio.de> (Closes: #544512). 2011-03-09 19:09:46 +01:00
Daniel Baumann
7bb7a832c9 Applying patch from Chris Leick <c.leick@vollbio.de> to fix some spelling typos in the manpages (Closes: #543868). 2011-03-09 19:09:46 +01:00
Daniel Baumann
7afd8d1938 Simplyfing localepurge hook. 2011-03-09 19:09:46 +01:00
Daniel Baumann
7c30481bde Adding localepurge example hook. 2011-03-09 19:09:46 +01:00
Daniel Baumann
bed278a40e Improving replace-di-banner example hook.
First, we'll make it conditional on the existence of a replacement graphic.

Second, the location of the replacement graphic shall be in the config tree,
not on the binary image.
2011-03-09 19:09:46 +01:00
Daniel Baumann
22f5cf5f6d Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> to use home on a seperated luks encrypted partition. 2011-03-09 19:09:46 +01:00
Daniel Baumann
d97d270715 Setting bootstrap mirror default to ftp.de.debian.org, ftp.us.debian.orgs is too unreliable (round-robin out of sync). 2011-03-09 19:09:46 +01:00
Daniel Baumann
ff4e057387 Setting binary mirror default to cdn.debian.net. 2011-03-09 19:09:46 +01:00
Daniel Baumann
21964d0163 Replacing policy-rc.d text that is used by sbuild too. 2011-03-09 19:09:46 +01:00
Daniel Baumann
adbfba1450 Consistenly installing gdm later than the desktop packages in order to ensure non-inflated installs. 2011-03-09 19:09:46 +01:00
Daniel Baumann
b5a891df14 Including archive trace into .disk meta information. 2011-03-09 19:09:46 +01:00
Chris Lamb
ac11fdef00 Fix s/coppy/copy/ typo 2011-03-09 19:09:45 +01:00
Daniel Baumann
3a7c37880d Marking replace-di-banner.sh executable and adjust line wrapping. 2011-03-09 19:09:45 +01:00
Chris Lamb
23cbb72ab6 Add replace-di-banner.sh example hook to replace the graphical d-i banner. 2011-03-09 19:09:45 +01:00