summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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).
2011-03-09Simplyfing localepurge hook.Daniel Baumann
2011-03-09Adding localepurge example hook.Daniel Baumann
2011-03-09Improving replace-di-banner example hook.Daniel Baumann
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-09Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> to ↵Daniel Baumann
use home on a seperated luks encrypted partition.
2011-03-09Fix s/coppy/copy/ typoChris Lamb
2011-03-09Marking replace-di-banner.sh executable and adjust line wrapping.Daniel Baumann
2011-03-09Add replace-di-banner.sh example hook to replace the graphical d-i banner.Chris Lamb
2011-03-09Correcting spelling typo in hal-automount.sh, thanks to Martin Engelmann ↵Daniel Baumann
<martin.engelmann@gmx.de>.
2011-03-09Adding example hook to allow hal automounting local partitions.Daniel Baumann
2011-03-09Correcting another spelling mistake in kde-no-pdf-drm example hook.Daniel Baumann
2011-03-09Correcting spelling mistake in kde-no-pdf-drm example hook.Daniel Baumann
2011-03-09Updating kpdf-nodrm hook to also work with KDE4.Daniel Baumann
2011-03-09Adding kpdf-nodrm example hook from Tzafrir Cohen <tzafrir.cohen@xorcom.com>.Daniel Baumann
2011-03-09Redirecting stderr to log as well in example image build script.Daniel Baumann
2011-03-09Removing explicit defaults from example image build script.Daniel Baumann
2011-03-09Correcting typo in example image build script.Daniel Baumann
2011-03-09Trimming down gnome-desktop images to fit cd size in example build script.Daniel Baumann
2011-03-09Handling kernel selection properly in example images build script.Daniel Baumann
2011-03-09Overwriting default kernels in image autobuild script only when being on i386.Daniel Baumann
2011-03-09Updating image example build script.Daniel Baumann
2011-03-09Updating name of arhive keys in image autobuild script.Daniel Baumann
2011-03-09Making sure that /tmp has the right permissions after installing ↵Daniel Baumann
sun-java*-doc through sun-java example hooks. Apparently, sun-java*-doc packages are tampering with it.
2011-03-09Adding sample hook to add custom /etc/modules entries.Daniel Baumann
2011-03-09Updating location of archive key in in image autobuild script.Daniel Baumann
2011-03-09Correcting naming of source tarballs in image autobuild script.Daniel Baumann
2011-03-09Iterating over all installed kernel images in update-initramfs example hook.Daniel Baumann
2011-03-09Also installing build-essential manually in module example hooks, as ↵Daniel Baumann
module-assistant doesn't do it automatically.
2011-03-09Mention possibility to symlink example hooks in their descriptions.Daniel Baumann
2011-03-09Correcting update-initramfs example hook description.Daniel Baumann
2011-03-09Updating lxde-desktop support.Daniel Baumann
2011-03-09Removing etch-only madwifi-doc package from madwifi example hook.Kai Hendry
2011-03-09Adding virtualbox-ose hook.Daniel Baumann
2011-03-09Adding example hook to update initramfs.Daniel Baumann
2011-03-09Removing example hook for qemu-launcher, this is now in the archive as ↵Daniel Baumann
autorun4linuxcd package.
2011-03-09Adding rescue flavour to autobuild images.Daniel Baumann
2011-03-09Setting project email address to the new debian-live@lists.debian.org.Daniel Baumann
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann
Policy does (Closes: #483777).
2011-03-09Moving win32-loader inclusion support from external hook into main program ↵Daniel Baumann
(Closes: #476546).
2011-03-09Using $HOST rather than $HOSTNAME to avoid false positive in checkbashisms.Daniel Baumann