summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Removing old debian-edu source repository example.Daniel Baumann1-11/+0
2011-03-09Removing old fai source repository example.Daniel Baumann1-9/+0
2011-03-09Removing old beryl source repository example.Daniel Baumann1-14/+0
2011-03-09Updating debian-backports example sources for lenny.Daniel Baumann2-4/+37
2011-03-09Adding live snapshots repository gpg key.Daniel Baumann2-0/+32
2011-03-09Updating debian-live snapshots repository entries.Daniel Baumann1-2/+2
2011-03-09Adding gfortran and gnat to rescue list.Daniel Baumann1-1/+1
2011-03-09Adding console-setup to standard package list.Daniel Baumann1-1/+1
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-09Correcting install calls for reportbug files in rules.Daniel Baumann1-2/+2
2011-03-09Updating presubj text for reportbug.Daniel Baumann1-2/+11
2011-03-09Automatically optaining version number for config tree format.Daniel Baumann2-1/+2
2011-03-09Only add available install frontend boot entries.Cody A.W. Somerville3-6/+27
2011-03-09Unify bootloader helpers.Cody A.W. Somerville2-29/+78
2011-03-09Allowing to overwrite default gzip options through config switch or option.Daniel Baumann8-36/+32
2011-03-09Making replace-di-banner hook to not fail when no d-i is included in the image.Daniel Baumann1-10/+13
2011-03-09Adding kernelpurge example hook to remove all kernel images except the ↵Daniel Baumann1-0/+10
newest one.
2011-03-09Settinglosetup-lukshome example hook executable bit again.Daniel Baumann1-0/+0
2011-03-09Updating lenny point release number.Daniel Baumann1-1/+1
2011-03-09Releasing version 1.0.5-2.Daniel Baumann2-1/+87
2011-03-09Updating lenny point release number.Daniel Baumann1-1/+1
2011-03-09Adding a message about which hook made a build fail, if any.Daniel Baumann3-3/+3
2011-03-09Updating kernel defaults for squeeze (removing squashfs, not required anymore).Daniel Baumann1-1/+1
2011-03-09Correcting some rough edges in lukshome example hook.Rui Miguel Bernardo1-95/+144
* 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-09Add option to disable use of GTK debian-installer.Cody A.W. Somerville4-12/+53
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-09Fix build failure when retrying build at deconfiguring file /bin/hostname.Cody A.W. Somerville1-1/+4
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-09Adding German manpage translations from Chris Leick <c.leick@vollbio.de> ↵Daniel Baumann77-2295/+4180
(Closes: #544512).
2011-03-09Applying patch from Chris Leick <c.leick@vollbio.de> to fix some spelling ↵Daniel Baumann3-10/+10
typos in the manpages (Closes: #543868).
2011-03-09Simplyfing localepurge hook.Daniel Baumann1-9/+7
2011-03-09Adding localepurge example hook.Daniel Baumann1-0/+24
2011-03-09Improving replace-di-banner example hook.Daniel Baumann1-11/+15
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-09Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> to ↵Daniel Baumann1-0/+411
use home on a seperated luks encrypted partition.
2011-03-09Setting bootstrap mirror default to ftp.de.debian.org, ftp.us.debian.orgs is ↵Daniel Baumann1-1/+1
too unreliable (round-robin out of sync).
2011-03-09Setting binary mirror default to cdn.debian.net.Daniel Baumann1-9/+1
2011-03-09Replacing policy-rc.d text that is used by sbuild too.Daniel Baumann1-4/+1
2011-03-09Consistenly installing gdm later than the desktop packages in order to ↵Daniel Baumann3-6/+6
ensure non-inflated installs.
2011-03-09Including archive trace into .disk meta information.Daniel Baumann2-0/+20
2011-03-09Fix s/coppy/copy/ typoChris Lamb1-1/+1
2011-03-09Marking replace-di-banner.sh executable and adjust line wrapping.Daniel Baumann1-4/+4
2011-03-09Add replace-di-banner.sh example hook to replace the graphical d-i banner.Chris Lamb1-0/+27
2011-03-09Generate correct bootappend line for preseed/live-installer/usb-hdd combination.Chris Lamb1-1/+1
2011-03-09Update my email address.Chris Lamb2-2/+2
2011-03-09Remove potentially-expanding architecture list by making current x86 vars ↵Chris Lamb1-17/+16
the fallback.
2011-03-09Fix usb-hdd d-i installation.Chris Lamb1-3/+2
The real fix was done in d-i; this patch change simply turns on the right switches. In other words, you will need to use a very new d-i for this to work, possibly with components from SVN. Let's hold off on actually closing #510280 though, as it gives the wrong impression.
2011-03-09Support LH_BOOTSTRAP_FLAVOUR="standard" when using debootstrapChris Lamb1-0/+2
cdebootstrap will accept --variant=standard, but debootstrap does not; this patch means that we don't try and pass it to debootstrap - this can happen if switching between the two utilities.
2011-03-09Removing config stage file on purge, if the user is using an auto script to ↵Daniel Baumann1-0/+5
generate the config.
2011-03-09Updating ubuntu specific package preselection.Daniel Baumann1-1/+1
2011-03-09Cosmetical simplification of debian-installer DESTDIR assignement, thanks to ↵Daniel Baumann1-4/+4
Cody A.W. Somerville <cody.somerville@canonical.com>.
2011-03-09Avoid using HOSTNAME variable in order to not get false positives from ↵Daniel Baumann1-2/+3
checkbashism.
2011-03-09Correcting typo in default values assignment of losetup functions.Daniel Baumann1-1/+1
2011-03-09Installing gdm after lxde in lxde package list in order to not pull in gnome ↵Daniel Baumann1-2/+2
depends uselessly, thanks to Fabian Greffrath <greffrath@leat.rub.de> (Closes: #536230).