Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-03-09 | Outputting usage if lh is called without argument. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Preserve quoting in lh when passing through to sub commands (Closes: #521824). | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Reflect addition of the ubuntu mode and add missing contents where marked ↵ | Cody A.W. Somerville | 1 | -14/+14 | |
FIXME in lh_config manpage. | |||||
2011-03-09 | Releasing version 1.0.5-1. | Daniel Baumann | 2 | -1/+129 | |
2011-03-09 | Emitting a warning if resolvconf is detected on the to be generated live ↵ | Daniel Baumann | 1 | -0/+8 | |
system. Beware of resolvconf, it's broken beyond repair. | |||||
2011-03-09 | Fixing build failure in lh_binary_syslinux that occurs if exithelp.cfg does ↵ | Cody A.W. Somerville | 1 | -1/+4 | |
not exist. | |||||
2011-03-09 | Also respecting general apt/aptitude options for the install functions used ↵ | Cody A.W. Somerville | 1 | -4/+4 | |
during binary stage. | |||||
2011-03-09 | Marking paketto and sing in rescue list as etch and lenny only (Closes: ↵ | Daniel Baumann | 1 | -1/+3 | |
#531795). | |||||
2011-03-09 | Unmounting all mounts in chroot. | Cody A.W. Somerville | 1 | -4/+4 | |
2011-03-09 | Correcting another spelling mistake in kde-no-pdf-drm example hook. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Correcting spelling mistake in kde-no-pdf-drm example hook. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Updating kpdf-nodrm hook to also work with KDE4. | Daniel Baumann | 2 | -12/+27 | |
2011-03-09 | Adding kpdf-nodrm example hook from Tzafrir Cohen <tzafrir.cohen@xorcom.com>. | Daniel Baumann | 1 | -0/+12 | |
2011-03-09 | Fixing LH_BOOTAPPEND_INSTALL issues for Ubuntu based builds. | Cody A.W. Somerville | 1 | -10/+15 | |
2011-03-09 | Removing madwifi from rescue list; packages are removed from debian, and ↵ | Daniel Baumann | 1 | -5/+0 | |
currently we don't support nested ifdefs in packages lists. | |||||
2011-03-09 | Always rebuilding initrd in chroot_hacks to avoid inclusion of previously ↵ | Daniel Baumann | 1 | -3/+3 | |
removed udev rules (such as persistent devices). | |||||
2011-03-09 | Returning to menu in syslinux. | Tzafrir Cohen | 1 | -0/+2 | |