summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)Author
2010-06-22Adding nomodeset to failsafe parameters to disable kms.Daniel Baumann
2010-06-22Moving chroot exclude mechanisms to one central place in binary_chroot helper.Daniel Baumann
2010-06-22Silencing copying of parameters.txt in binary_linux-image.Daniel Baumann
2010-06-16Temporarily removing grub2 from d-i packages again, needs some fixes first.Daniel Baumann
2010-05-30Using old pathes for win32-loader on squeeze too.Daniel Baumann
2010-05-30Also including grub2 in the debian-installer pool.Daniel Baumann
2010-05-30Renaming manifest files to packages on debian.Daniel Baumann
2010-05-23Standardize to machine readable package manifest.Cody A.W. Somerville
2010-05-23Correcting wrong apt-utils workaround in chroot_sources when using minimal ↵Daniel Baumann
and local packages.
2010-05-23Renaming --chroot-build to --build-with-chroot.Daniel Baumann
2010-05-23Adding option for custom isohybrid arguments.Daniel Baumann
2010-05-23Generalizing uuid handling so that we can enable it in debian later too.Daniel Baumann
2010-05-23Generating casper uuid file in casper initrd.Cody A.W. Somerville
2010-05-23Applying slightly modified patch from Cody A.W. Somerville ↵Daniel Baumann
<cody.somerville@canonical.com> to update titles for Ubuntu in live-media disk info.
2010-05-23Thinking about removing openssh-server hostkeys, as they should be ↵Daniel Baumann
regenerated during boot anyway.
2010-05-23Updating default boot parameters to include live-config.Daniel Baumann
2010-05-23Once again updating path for win32-loader for squeeze and newer.Daniel Baumann
2010-05-10Updating win32-loader pathes for squeeze (Closes: #580952).Daniel Baumann
2010-05-09Seperating source tarballs into to, one for debian, one for debian-live.Daniel Baumann
2010-05-01Allow to include multiple checksum files and specify which hashes to use.Daniel Baumann
2010-05-01Renaming md5sum helpers to checksums.Daniel Baumann
2010-04-18Making sure live-helper.sh is sourced early enough wrt/ auto scripts.Daniel Baumann
2010-04-18Printing message when auto scripts are used to make debug logs more ↵Daniel Baumann
understandable.
2010-04-18Replacing 'noautoconfig' string in auto/ scripts with 'noauto'.Daniel Baumann
2010-04-17Don't fail on samhain workaround when we're cleaning up.Daniel Baumann
2010-04-09Updating Man function to work with lh as wrapper.Daniel Baumann
2010-04-09Calling Check_defaults twice in lh_config, once when we initialize and once ↵Daniel Baumann
when the modified configuration is written (Closes: #576573).
2010-04-09Adding special hack to prevent samhain from initializing.Daniel Baumann
2010-04-09Making handling of cache/packages_bootstrap a bit more error proove, thanks ↵Daniel Baumann
to Michal Suchanek <michal.suchanek@ruk.cuni.cz> for bringing it up.
2010-04-09Adding -r, --repositories option to select preconfigured third-party ↵Daniel Baumann
repositories more easily.
2010-03-17Updating appending of union boot paramater to only append, when we're not ↵Daniel Baumann
using aufs.
2010-03-12Manually removing resolvconf when building kde-desktop release images.Daniel Baumann
2010-03-12Correcting typo in desktop hacks.Daniel Baumann
2010-03-12Adding update repositories as volatile when building in ubuntu mode (Closes: ↵Daniel Baumann
#572983).
2010-03-12Only remove auxilliary packages in rootfs when not using pre-cached chroot ↵Daniel Baumann
(Closes: #572976).
2010-03-12Fixing build failure with indices caching.Steven Shiau
2010-03-06Adding support for debian-volatile archive.Daniel Baumann
2010-03-04Updating year to 2010 in copyright notices.Daniel Baumann
2010-03-04Adding helper to prevent upstart from being run during chroot phase (Closes: ↵Trent W. Buck
#571056).
2010-03-04Applying slightly modified patch from Cody A.W. Somerville ↵Daniel Baumann
<cody.somerville@canonical.com> to add support for custom debian installer images mirror.
2010-02-21Updating default desktop configuration quirks.Daniel Baumann
2010-02-20Reworking iso-hybrid as an independent binary image type.Daniel Baumann
2010-02-20Cleaning up usb helpers for a future usb-zip addition.Daniel Baumann
2010-02-20Installs policy-rc.d also in binary phase.Marco Amadori
* Potentially apt upgrades could trigger daemon restarts that could lock filesystems like /proc in the chroot system. Signed-off-by: Marco Amadori <amadorim@vdavda.com>
2010-02-20Automatically populating config tree when having auto/config present and lh ↵Daniel Baumann
build is called without having lh config run before.
2010-02-20Marking gwenview in chroot_localization as lenny-only, thanks to Rodrigo P. ↵Daniel Baumann
Gomez <armyofthepenguin@gmail.com>.
2010-02-17Removing remaining leftovers from etch-only options --genisoimage and ↵Daniel Baumann
--union-filesystem removals (Closes: #568261).
2010-02-17Also using sources.list snipplets for local packages just as for the other ↵Daniel Baumann
repositories (Closes: #569619).
2010-02-05Dropping lh_ prefix from internal helpers, this is not user visible.Daniel Baumann
2010-02-01For lh_local, checking first for helpers in LH_BASE.Tzafrir Cohen
lh_local sets PATH and LH_BASE. However the live-helper wrapper script looks for helper script in the system path (/usr/share/live-helper/helpers) before looking for them in the PATH. This patch thus instructs lh to first adds test under LH_BASE, if set.