summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2011-06-03Moving 'default' hooks for minimal and stripped to example hooks, they will ↵Daniel Baumann
have to be enabled manually now (Closes: #627183). Previously, there were a couple of hooks that were automatically run for some image flavours. This came back from the old days when we had to deconfigure gdm and enable kdm explicitly for kde images. After lenny, this hack was not needed anymore, and there's not much sense to keep the mechanism in place at all. Better, let's treat all images the same way wrt/ hooks and don't do special automagics. The only images that is of concern of are minimal and stripped which we don't build by default anyway. This also stopps confusing others.
2011-03-09Update example path in 'all_binary_debian-installer-banner.sh' example hook.Philip Newborough
2011-03-09Removing legacy support for live-initramfs.Daniel Baumann
2011-03-09Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate ↵Daniel Baumann
way to handle this.
2011-03-09Updating losetup-lukshome example hook to use blkid where available, thanks ↵Daniel Baumann
to Clint Adams <clint@gnu.org> (Closes: #607108).
2011-03-09Adding example auto scripts.Ben Armstrong
2011-03-09Removing cron examples, autobuild is handled by live-autobuild now.Daniel Baumann
2011-03-09Correcting typo with lb config call for usb-hdd in autobuild script.Daniel Baumann
2011-03-09Adding temporary workarounds to deal with latest archive breakages in image ↵Daniel Baumann
autobuild script.
2011-03-09Updating images autobuild script for squeeze beta1.Daniel Baumann
2011-03-09Replacing lb_chroot_symlinks with a hook, that's more approriate.Daniel Baumann
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Update example path in 'all_binary_debian-installer-banner.sh' example hook.Philip Newborough
2011-03-09Updating losetup-lukshome example hook to use blkid where available, thanks ↵Daniel Baumann
to Clint Adams <clint@gnu.org> (Closes: #607108).
2011-03-09Adding example auto scripts.Ben Armstrong
2011-03-09Removing cron examples, autobuild is handled by live-autobuild now.Daniel Baumann
2011-03-09Correcting typo with lb config call for usb-hdd in autobuild script.Daniel Baumann
2011-03-09Adding temporary workarounds to deal with latest archive breakages in image ↵Daniel Baumann
autobuild script.
2011-03-09Updating images autobuild script for squeeze beta1.Daniel Baumann
2011-03-09Replacing some references to live-helper with live-build in examples.Daniel Baumann
2011-03-09Moving /usr/share/live-helper to /usr/share/live/build.Daniel Baumann
2011-03-09Removing example sources, not really useful anymore since repositories are ↵Daniel Baumann
in place.
2011-03-09Adding updated losetup-lukshome hook from Rui Miguel P. Bernardo ↵Daniel Baumann
<rui.bernardo.pt@gmail.com>.
2011-03-09Removing temporary hack to skip memtest86+ in image autobuild script.Daniel Baumann
2011-03-09Updating image autobuild script for squeeze alpha2.Daniel Baumann
2011-03-09Seperating source tarballs into to, one for debian, one for debian-live.Daniel Baumann
2011-03-09Updating autobuild script for squeeze alpha1 images.Daniel Baumann
2011-03-09Shuffeling cgi files arround.Daniel Baumann
2011-03-09Merging live-webhelper.Daniel Baumann
2011-03-09Removing outdated crontab and cronjob examples.Daniel Baumann
2011-03-09Updating signing key of example sources.Daniel Baumann
2011-03-09Updating image autobuild script.Daniel Baumann
2011-03-09Updating mirror locations in image autobuild script.Daniel Baumann
2011-03-09Adding update-alternatives call to set sun-java as default java in sun-java ↵Daniel Baumann
example hook.
2011-03-09For consistency, using true|false instead of enabled|disabled in ↵Daniel Baumann
configuration options.
2011-03-09Adding example hook to remove udev persistent device generator rules.Daniel Baumann
2011-03-09Dropping etch support.Daniel Baumann
2011-03-09Renaming example hooks and prefixing them with distribution name.Daniel Baumann
2011-03-09Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> for ↵Daniel Baumann
bugfixing cdrom-detect when using live-installer in lenny.
2011-03-09Updating git snapshot repository in image autobuild script.Daniel Baumann
2011-03-09Removing old debian-edu source repository example.Daniel Baumann
2011-03-09Removing old fai source repository example.Daniel Baumann
2011-03-09Removing old beryl source repository example.Daniel Baumann
2011-03-09Updating debian-backports example sources for lenny.Daniel Baumann
2011-03-09Adding live snapshots repository gpg key.Daniel Baumann
2011-03-09Updating debian-live snapshots repository entries.Daniel Baumann
2011-03-09Making replace-di-banner hook to not fail when no d-i is included in the image.Daniel Baumann
2011-03-09Adding kernelpurge example hook to remove all kernel images except the ↵Daniel Baumann
newest one.
2011-03-09Settinglosetup-lukshome example hook executable bit again.Daniel Baumann
2011-03-09Correcting some rough edges in lukshome example hook.Rui Miguel Bernardo
* 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).