summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2011-03-09Updating kpdf-nodrm hook to also work with KDE4.Daniel Baumann2-12/+27
2011-03-09Adding kpdf-nodrm example hook from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.Daniel Baumann1-0/+12
2011-03-09Fixing LH_BOOTAPPEND_INSTALL issues for Ubuntu based builds.Cody A.W. Somerville1-10/+15
2011-03-09Removing madwifi from rescue list; packages are removed from debian, and ↵Daniel Baumann1-5/+0
currently we don't support nested ifdefs in packages lists.
2011-03-09Always rebuilding initrd in chroot_hacks to avoid inclusion of previously ↵Daniel Baumann1-3/+3
removed udev rules (such as persistent devices).
2011-03-09Returning to menu in syslinux.Tzafrir Cohen1-0/+2
2011-03-09Print a warning if you are using "stripped" or "minimal" but you have set ↵Chris Lamb1-0/+9
LH_BINARY_INCICES="enabled" (Closes: #527974) This is mostly for people new to 1.0.4 with old configs.
2011-03-09Exporting LH_CONFIG_VERSION for the configuration tree format.Daniel Baumann1-0/+3
2011-03-09Adding cdebootstrap and rinse to rescue list.Daniel Baumann1-0/+2
2011-03-09Updating credits file.Daniel Baumann1-0/+1
2011-03-09Not removing man/index.db in lh_chroot_hacks to keep man -k aka apropos ↵Daniel Baumann1-1/+0
working, thanks to Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr> (Closes: #527311).
2011-03-09Update location of ia64 d-i dailies. Thanks to Luk Claes.Chris Lamb1-5/+1
2011-03-09Correcting clean option of lh_config to tidy configuration tree.Daniel Baumann1-1/+8
2011-03-09Correcting chroot call for update-initramfs in lh_chroot_hacks.Daniel Baumann1-1/+1
2011-03-09Correcting typo in Makefile about line wrapping.Daniel Baumann1-1/+1
2011-03-09Adding update-initramfs call back in lh_chroot_hacks, but only for netboot.Daniel Baumann1-6/+9
2011-03-09Simplyfing architecture handling for d-i daily URLs.Daniel Baumann1-22/+2
2011-03-09Cleaning up makefile.Daniel Baumann1-32/+27
2011-03-09Updating location of powerpc d-i daily images.Daniel Baumann1-1/+1
2011-03-09Manually ensuring correct permissions of filesystem.squashfs in order to ↵Daniel Baumann1-0/+1
prevent unbootable systems in some nutcases.
2011-03-09Updating defaults.sh to correctly set default LH_CATEGORIES when in Ubuntu mode.Cody A.W. Somerville1-1/+9
2011-03-09Adding lpia support.Cody A.W. Somerville12-24/+42
2011-03-09Not adding squashfs-modules to linux-packages on sid anymore, there it's ↵Daniel Baumann1-1/+5
mainlined.