summaryrefslogtreecommitdiff
path: root/share/hooks
AgeCommit message (Collapse)Author
2017-08-29Initialize /etc/default/locale with LANG=C.UTF-8Raphaël Hertzog
That way we always have a valid UTF-8 locale even when we don't have the "locales" (or "locales-all") package installed.
2015-05-20Splitting non-live specific hooks into their own subdirectory within hooks.Daniel Baumann
2015-05-02Moving hooks to hooks/live, both in live-build sources and live-build configs.Daniel Baumann
Really soon live-build will support building non-live images out-of-the-box. Therefore moving hooks into a live specific subdirectory.
2015-05-02Adding hook to disable tmpfs on /tmp when using sysvinit, previously done by ↵Daniel Baumann
live-config.
2015-02-23Adding hook to create locales files.Daniel Baumann
2014-11-10Adding hook to enable cryptsetup (Closes: #767195).Daniel Baumann
2014-08-22Correcting wrong target for /etc/mtab symlink in create-mtab-symlink hook, ↵Daniel Baumann
thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
2014-06-25If /etc/mtab exists as a file, replace it with a symlink (Closes: #746570).Simon McVittie
2014-05-01Adding hook to create /etc/mtab as a symlink to /proc/mtab if not already ↵Daniel Baumann
existing (Closes: #746570).
2014-04-28Truncate /etc/machine-id instead of deleting it.Simon McVittie
If /etc/machine-id exists but is empty, systemd will do tricks with bind-mounts to ensure that a valid transient UUID is bind-mounted over it, which is exactly what we want for a live system. If /etc/machine-id does not exist, systemd-journald will just fail, which is undesirable.
2013-11-03Updating configuration path in update-apt-file-cache.hook.chroot.Daniel Baumann
2013-11-03Updating file suffixes of the internal default hooks.Daniel Baumann
2013-06-19Adding hook to remove ssl-cert-snakeoil by default.Daniel Baumann
2013-05-06Renumbering hook scripts.Daniel Baumann
2013-05-06Adding hook to disable 70-persistent-cd.rules udev rule to prevent udev ↵Daniel Baumann
remember the cd device name both the one of the build system and the one of the live system (Closes: #706926).
2013-05-06Renaming remove-udev-persistent-rules.chroot hook to ↵Daniel Baumann
remove-udev-persistent-net-rules.chroot for future additional udev hooks.
2013-05-06Renumbering hooks.Daniel Baumann
2013-05-06Adding hook to remove systemd machine-id.Daniel Baumann
2013-05-06Renumbering hooks.Daniel Baumann
2013-05-06Moving removal of actual backup files for apt sources into correct hook.Daniel Baumann
2013-05-06Removing kubuntu mode, it's not different anymore to standard ubuntu mode.Daniel Baumann
2013-05-06Renumbering hooks.Daniel Baumann
2013-05-06Merging remove-linux-image-backups into remove-backup-files hook.Daniel Baumann
2013-05-06Adding default hook to use mesa glx renderer.Daniel Baumann
2013-05-06Using consistent naming for default hooks.Daniel Baumann
2013-05-06Adding default hook to use newest nvidia version.Daniel Baumann
2013-05-06Also removing man chache in remove-temporary-files hook.Daniel Baumann
2013-05-06Adding default hook to truncate log files.Daniel Baumann
2013-05-06Moving removal of backup and temporary files to their own hook script.Daniel Baumann
2013-05-06Moving kexec-tools default preseeding into its own hook script.Daniel Baumann
2013-05-06Updating removal of adjtime in a split out hook for wheezy.Daniel Baumann
2013-05-06Adding default hook to remove mdadm configuration.Daniel Baumann
mdadm creates a /etc/mdadm/mdadm.conf configuration file on package installation which contains array information from the build system.
2013-05-06Adding debian version 4.0~a1-1.debian/4.0_a1-1Daniel Baumann
2013-02-08Renumbering hooks.Daniel Baumann
2013-02-08Adding hook to remove systemd machine-id.Daniel Baumann
2012-12-19Renumbering hooks.Daniel Baumann
2012-12-19Moving removal of actual backup files for apt sources into correct hook.Daniel Baumann
2012-12-17Removing kubuntu mode, it's not different anymore to standard ubuntu mode.Daniel Baumann
2012-12-17Renumbering hooks.Daniel Baumann
2012-12-17Merging remove-linux-image-backups into remove-backup-files hook.Daniel Baumann
2012-12-17Adding default hook to use mesa glx renderer.Daniel Baumann
2012-12-17Using consistent naming for default hooks.Daniel Baumann
2012-12-17Adding default hook to use newest nvidia version.Daniel Baumann
2012-12-17Also removing man chache in remove-temporary-files hook.Daniel Baumann
2012-12-16Adding default hook to truncate log files.Daniel Baumann
2012-12-16Moving removal of backup and temporary files to their own hook script.Daniel Baumann
2012-12-16Moving kexec-tools default preseeding into its own hook script.Daniel Baumann
2012-12-13Updating removal of adjtime in a split out hook for wheezy.Daniel Baumann
2012-12-12Adding default hook to remove mdadm configuration.Daniel Baumann
mdadm creates a /etc/mdadm/mdadm.conf configuration file on package installation which contains array information from the build system.
2012-11-29Using four letter digit prefixes for hooks like for consistency with all ↵Daniel Baumann
other live packages.