Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Adding gfortran and gnat to rescue list. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding console-setup to standard package list. | Daniel Baumann | 1 | -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-09 | Correcting install calls for reportbug files in rules. | Daniel Baumann | 1 | -2/+2 | |
2011-03-09 | Updating presubj text for reportbug. | Daniel Baumann | 1 | -2/+11 | |
2011-03-09 | Automatically optaining version number for config tree format. | Daniel Baumann | 2 | -1/+2 | |
2011-03-09 | Only add available install frontend boot entries. | Cody A.W. Somerville | 3 | -6/+27 | |
2011-03-09 | Unify bootloader helpers. | Cody A.W. Somerville | 2 | -29/+78 | |
2011-03-09 | Allowing to overwrite default gzip options through config switch or option. | Daniel Baumann | 8 | -36/+32 | |
2011-03-09 | Making replace-di-banner hook to not fail when no d-i is included in the image. | Daniel Baumann | 1 | -10/+13 | |
2011-03-09 | Adding kernelpurge example hook to remove all kernel images except the ↵ | Daniel Baumann | 1 | -0/+10 | |
newest one. | |||||
2011-03-09 | Settinglosetup-lukshome example hook executable bit again. | Daniel Baumann | 1 | -0/+0 | |
2011-03-09 | Updating lenny point release number. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Releasing version 1.0.5-2. | Daniel Baumann | 2 | -1/+87 | |
2011-03-09 | Updating lenny point release number. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Adding a message about which hook made a build fail, if any. | Daniel Baumann | 3 | -3/+3 | |
2011-03-09 | Updating kernel defaults for squeeze (removing squashfs, not required anymore). | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Correcting some rough edges in lukshome example hook. | Rui Miguel Bernardo | 1 | -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-09 | Add option to disable use of GTK debian-installer. | Cody A.W. Somerville | 4 | -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-09 | Fix build failure when retrying build at deconfiguring file /bin/hostname. | Cody A.W. Somerville | 1 | -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-09 | Adding German manpage translations from Chris Leick <c.leick@vollbio.de> ↵ | Daniel Baumann | 77 | -2295/+4180 | |
(Closes: #544512). | |||||
2011-03-09 | Applying patch from Chris Leick <c.leick@vollbio.de> to fix some spelling ↵ | Daniel Baumann | 3 | -10/+10 | |
typos in the manpages (Closes: #543868). | |||||
2011-03-09 | Simplyfing localepurge hook. | Daniel Baumann | 1 | -9/+7 | |
2011-03-09 | Adding localepurge example hook. | Daniel Baumann | 1 | -0/+24 | |
2011-03-09 | Improving replace-di-banner example hook. | Daniel Baumann | 1 | -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-09 | Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> to ↵ | Daniel Baumann | 1 | -0/+411 | |
use home on a seperated luks encrypted partition. | |||||
2011-03-09 | Setting bootstrap mirror default to ftp.de.debian.org, ftp.us.debian.orgs is ↵ | Daniel Baumann | 1 | -1/+1 | |
too unreliable (round-robin out of sync). | |||||
2011-03-09 | Setting binary mirror default to cdn.debian.net. | Daniel Baumann | 1 | -9/+1 | |
2011-03-09 | Replacing policy-rc.d text that is used by sbuild too. | Daniel Baumann | 1 | -4/+1 | |
2011-03-09 | Consistenly installing gdm later than the desktop packages in order to ↵ | Daniel Baumann | 3 | -6/+6 | |
ensure non-inflated installs. | |||||
2011-03-09 | Including archive trace into .disk meta information. | Daniel Baumann | 2 | -0/+20 | |
2011-03-09 | Fix s/coppy/copy/ typo | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Marking replace-di-banner.sh executable and adjust line wrapping. | Daniel Baumann | 1 | -4/+4 | |
2011-03-09 | Add replace-di-banner.sh example hook to replace the graphical d-i banner. | Chris Lamb | 1 | -0/+27 | |
2011-03-09 | Generate correct bootappend line for preseed/live-installer/usb-hdd combination. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Update my email address. | Chris Lamb | 2 | -2/+2 | |
2011-03-09 | Remove potentially-expanding architecture list by making current x86 vars ↵ | Chris Lamb | 1 | -17/+16 | |
the fallback. | |||||
2011-03-09 | Fix usb-hdd d-i installation. | Chris Lamb | 1 | -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-09 | Support LH_BOOTSTRAP_FLAVOUR="standard" when using debootstrap | Chris Lamb | 1 | -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-09 | Removing config stage file on purge, if the user is using an auto script to ↵ | Daniel Baumann | 1 | -0/+5 | |
generate the config. | |||||
2011-03-09 | Updating ubuntu specific package preselection. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Cosmetical simplification of debian-installer DESTDIR assignement, thanks to ↵ | Daniel Baumann | 1 | -4/+4 | |
Cody A.W. Somerville <cody.somerville@canonical.com>. | |||||
2011-03-09 | Avoid using HOSTNAME variable in order to not get false positives from ↵ | Daniel Baumann | 1 | -2/+3 | |
checkbashism. | |||||
2011-03-09 | Correcting typo in default values assignment of losetup functions. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Installing gdm after lxde in lxde package list in order to not pull in gnome ↵ | Daniel Baumann | 1 | -2/+2 | |
depends uselessly, thanks to Fabian Greffrath <greffrath@leat.rub.de> (Closes: #536230). | |||||
2011-03-09 | Correcting spelling typo in hal-automount.sh, thanks to Martin Engelmann ↵ | Daniel Baumann | 1 | -1/+1 | |
<martin.engelmann@gmx.de>. | |||||
2011-03-09 | Exclude di-utils-exit-installer from udeb_exclude, we want it on the images ↵ | Daniel Baumann | 1 | -0/+3 | |
on purpose. | |||||
2011-03-09 | Updating version and date in manpage headers. | Daniel Baumann | 76 | -76/+76 | |
2011-03-09 | Using common prefix for packages lists of packaging teams. | Daniel Baumann | 8 | -18/+34 | |
2011-03-09 | Simplifying template precedence. | Cody A.W. Somerville | 1 | -13/+4 | |
2011-03-09 | Adding example hook to allow hal automounting local partitions. | Daniel Baumann | 1 | -0/+16 | |