summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Updating git snapshot repository in image autobuild script.Daniel Baumann1-4/+4
2011-03-09Removing old debian-edu source repository example.Daniel Baumann1-11/+0
2011-03-09Removing old fai source repository example.Daniel Baumann1-9/+0
2011-03-09Removing old beryl source repository example.Daniel Baumann1-14/+0
2011-03-09Updating debian-backports example sources for lenny.Daniel Baumann2-4/+37
2011-03-09Adding live snapshots repository gpg key.Daniel Baumann2-0/+32
2011-03-09Updating debian-live snapshots repository entries.Daniel Baumann1-2/+2
2011-03-09Making replace-di-banner hook to not fail when no d-i is included in the image.Daniel Baumann1-10/+13
2011-03-09Adding kernelpurge example hook to remove all kernel images except the ↵Daniel Baumann1-0/+10
newest one.
2011-03-09Settinglosetup-lukshome example hook executable bit again.Daniel Baumann1-0/+0
2011-03-09Correcting some rough edges in lukshome example hook.Rui Miguel Bernardo1-95/+144
* 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 Baumann1-9/+7
2011-03-09Adding localepurge example hook.Daniel Baumann1-0/+24
2011-03-09Improving replace-di-banner example hook.Daniel Baumann1-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-09Adding example hook from Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> to ↵Daniel Baumann1-0/+411
use home on a seperated luks encrypted partition.
2011-03-09Fix s/coppy/copy/ typoChris Lamb1-1/+1
2011-03-09Marking replace-di-banner.sh executable and adjust line wrapping.Daniel Baumann1-4/+4
2011-03-09Add replace-di-banner.sh example hook to replace the graphical d-i banner.Chris Lamb1-0/+27
2011-03-09Correcting spelling typo in hal-automount.sh, thanks to Martin Engelmann ↵Daniel Baumann1-1/+1
<martin.engelmann@gmx.de>.
2011-03-09Adding example hook to allow hal automounting local partitions.Daniel Baumann1-0/+16
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-09Redirecting stderr to log as well in example image build script.Daniel Baumann1-3/+3
2011-03-09Removing explicit defaults from example image build script.Daniel Baumann1-2/+1
2011-03-09Correcting typo in example image build script.Daniel Baumann1-2/+2
2011-03-09Trimming down gnome-desktop images to fit cd size in example build script.Daniel Baumann1-14/+34
2011-03-09Handling kernel selection properly in example images build script.Daniel Baumann1-4/+4
2011-03-09Overwriting default kernels in image autobuild script only when being on i386.Daniel Baumann1-9/+12
2011-03-09Updating image example build script.Daniel Baumann1-2/+12
2011-03-09Updating name of arhive keys in image autobuild script.Daniel Baumann1-2/+2
2011-03-09Making sure that /tmp has the right permissions after installing ↵Daniel Baumann2-0/+8
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 Baumann1-0/+15
2011-03-09Updating location of archive key in in image autobuild script.Daniel Baumann1-2/+2
2011-03-09Correcting naming of source tarballs in image autobuild script.Daniel Baumann1-2/+2
2011-03-09Iterating over all installed kernel images in update-initramfs example hook.Daniel Baumann1-1/+6
2011-03-09Also installing build-essential manually in module example hooks, as ↵Daniel Baumann10-0/+20
module-assistant doesn't do it automatically.
2011-03-09Mention possibility to symlink example hooks in their descriptions.Daniel Baumann16-18/+35
2011-03-09Correcting update-initramfs example hook description.Daniel Baumann1-1/+1
2011-03-09Updating lxde-desktop support.Daniel Baumann1-1/+1
2011-03-09Removing etch-only madwifi-doc package from madwifi example hook.Kai Hendry1-1/+1
2011-03-09Adding virtualbox-ose hook.Daniel Baumann1-0/+7
2011-03-09Adding example hook to update initramfs.Daniel Baumann1-0/+9
2011-03-09Removing example hook for qemu-launcher, this is now in the archive as ↵Daniel Baumann1-14/+0
autorun4linuxcd package.
2011-03-09Adding rescue flavour to autobuild images.Daniel Baumann1-1/+1
2011-03-09Setting project email address to the new debian-live@lists.debian.org.Daniel Baumann1-2/+2
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann7-7/+7
Policy does (Closes: #483777).
2011-03-09Moving win32-loader inclusion support from external hook into main program ↵Daniel Baumann1-12/+0
(Closes: #476546).
2011-03-09Using $HOST rather than $HOSTNAME to avoid false positive in checkbashisms.Daniel Baumann2-4/+6