summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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).
2011-03-09Correcting spelling typo in hal-automount.sh, thanks to Martin Engelmann ↵Daniel Baumann1-1/+1
<martin.engelmann@gmx.de>.
2011-03-09Exclude di-utils-exit-installer from udeb_exclude, we want it on the images ↵Daniel Baumann1-0/+3
on purpose.
2011-03-09Updating version and date in manpage headers.Daniel Baumann76-76/+76
2011-03-09Using common prefix for packages lists of packaging teams.Daniel Baumann8-18/+34
2011-03-09Simplifying template precedence.Cody A.W. Somerville1-13/+4
2011-03-09Adding example hook to allow hal automounting local partitions.Daniel Baumann1-0/+16
2011-03-09Outputting usage if lh is called without argument.Daniel Baumann1-1/+1
2011-03-09Preserve quoting in lh when passing through to sub commands (Closes: #521824).Daniel Baumann1-1/+1
2011-03-09Reflect addition of the ubuntu mode and add missing contents where marked ↵Cody A.W. Somerville1-14/+14
FIXME in lh_config manpage.
2011-03-09Releasing version 1.0.5-1.Daniel Baumann2-1/+129
2011-03-09Emitting a warning if resolvconf is detected on the to be generated live ↵Daniel Baumann1-0/+8
system. Beware of resolvconf, it's broken beyond repair.
2011-03-09Fixing build failure in lh_binary_syslinux that occurs if exithelp.cfg does ↵Cody A.W. Somerville1-1/+4
not exist.
2011-03-09Also respecting general apt/aptitude options for the install functions used ↵Cody A.W. Somerville1-4/+4
during binary stage.
2011-03-09Marking paketto and sing in rescue list as etch and lenny only (Closes: ↵Daniel Baumann1-1/+3
#531795).
2011-03-09Unmounting all mounts in chroot.Cody A.W. Somerville1-4/+4
2011-03-09Correcting another spelling mistake in kde-no-pdf-drm example hook.Daniel Baumann1-1/+1
2011-03-09Correcting spelling mistake in kde-no-pdf-drm example hook.Daniel Baumann1-1/+1