live-boot-grml.git
11 years agoReleasing debian version 3.0~b1-1. debian/3.0_b1-1
Daniel Baumann [Thu, 16 Aug 2012 10:22:07 +0000 (12:22 +0200)]
Releasing debian version 3.0~b1-1.

11 years agoUpdating scripts readme about transition to plugin based architecture.
Daniel Baumann [Thu, 16 Aug 2012 10:20:39 +0000 (12:20 +0200)]
Updating scripts readme about transition to plugin based architecture.

11 years agoCorrecting permissions of /tmp which apparently somehow get mixed up along the way.
Daniel Baumann [Wed, 15 Aug 2012 18:25:41 +0000 (20:25 +0200)]
Correcting permissions of /tmp which apparently somehow get mixed up along the way.

11 years agoMaking nameserver assignment from ip= bootparameter work with persistence.
Daniel Baumann [Tue, 14 Aug 2012 18:58:41 +0000 (20:58 +0200)]
Making nameserver assignment from ip= bootparameter work with persistence.

11 years agoAdding support for nameserver in ip= boot parameter.
Steven Shiau [Tue, 14 Aug 2012 18:57:17 +0000 (20:57 +0200)]
Adding support for nameserver in ip= boot parameter.

11 years agoReading configuration files in initramfs-tools hook too.
Daniel Baumann [Tue, 14 Aug 2012 18:51:32 +0000 (20:51 +0200)]
Reading configuration files in initramfs-tools hook too.

11 years agoReading configuration file from filesystem and live-media at runtime too.
Daniel Baumann [Tue, 14 Aug 2012 18:50:43 +0000 (20:50 +0200)]
Reading configuration file from filesystem and live-media at runtime too.

11 years agoUsing /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and /live/image/live...
Daniel Baumann [Tue, 14 Aug 2012 18:48:41 +0000 (20:48 +0200)]
Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and /live/image/live/boot/*.conf instead of /live/image/live/boot.d/*.conf for consistency reasons.

11 years agoSimplifying usage of copy_exec function from hooks-function in initramfs-tools hook.
Daniel Baumann [Tue, 14 Aug 2012 18:29:34 +0000 (20:29 +0200)]
Simplifying usage of copy_exec function from hooks-function in initramfs-tools hook.

11 years agoCorrecting DNS inclusion in initramfs-tools hook, thanks to Steven Shiau <steven...
Daniel Baumann [Tue, 14 Aug 2012 18:26:57 +0000 (20:26 +0200)]
Correcting DNS inclusion in initramfs-tools hook, thanks to Steven Shiau <steven@nchc.org.tw> for reporting.

11 years agoLaying tmpfs on /live/overlay only during initramfs stage, fixes boot failure with...
Daniel Baumann [Tue, 14 Aug 2012 18:13:00 +0000 (20:13 +0200)]
Laying tmpfs on /live/overlay only during initramfs stage, fixes boot failure with plain filesystems (Closes: #681579).

11 years agoConsistently using case instead of if for conditionals in script boilerplate.
Daniel Baumann [Mon, 13 Aug 2012 23:20:28 +0000 (01:20 +0200)]
Consistently using case instead of if for conditionals in script boilerplate.

11 years agoMoving reading of initramfs-tools functions to initramfs-tools script.
Daniel Baumann [Mon, 13 Aug 2012 23:11:27 +0000 (01:11 +0200)]
Moving reading of initramfs-tools functions to initramfs-tools script.

11 years agoReading /conf/param.conf after Select_eth_device in main function to fix network...
Steven Shiau [Sun, 5 Aug 2012 11:37:29 +0000 (13:37 +0200)]
Reading /conf/param.conf after Select_eth_device in main function to fix network booting (Closes: #683240).

11 years agoAdding slightly modified patch from Steven Shiau <steven@nchc.org.tw> to transition...
Daniel Baumann [Sun, 5 Aug 2012 11:34:38 +0000 (13:34 +0200)]
Adding slightly modified patch from Steven Shiau <steven@nchc.org.tw> to transition to /run for network interface definition files which fixes resolv.conf creation for netboot.

11 years agoRemoving live-new-uuid, a rewritten one goes to live-tools.
Daniel Baumann [Fri, 3 Aug 2012 10:17:24 +0000 (12:17 +0200)]
Removing live-new-uuid, a rewritten one goes to live-tools.

11 years agoFixing build error in 'es' man pages caused by a newline conflict.
chals [Mon, 30 Jul 2012 13:28:41 +0000 (15:28 +0200)]
Fixing build error in 'es' man pages caused by a newline conflict.

11 years agoReleasing debian version 3.0~a38-1. debian/3.0_a38-1
Daniel Baumann [Thu, 26 Jul 2012 22:22:03 +0000 (00:22 +0200)]
Releasing debian version 3.0~a38-1.

11 years agoCorrect left over references to old initramfs-tools.sh (Closes: #682504).
Richard Nelson [Thu, 26 Jul 2012 19:00:26 +0000 (14:00 -0500)]
Correct left over references to old initramfs-tools.sh (Closes: #682504).

11 years agoHarmonizing GPL boilerplate texts.
Daniel Baumann [Thu, 26 Jul 2012 15:23:10 +0000 (17:23 +0200)]
Harmonizing GPL boilerplate texts.

11 years agoExtending verify-checksums parameters to allow specifying custom list of digests.
Daniel Baumann [Wed, 25 Jul 2012 18:39:11 +0000 (20:39 +0200)]
Extending verify-checksums parameters to allow specifying custom list of digests.

11 years agoReleasing debian version 3.0~a37-1. debian/3.0_a37-1
Daniel Baumann [Wed, 25 Jul 2012 15:23:39 +0000 (17:23 +0200)]
Releasing debian version 3.0~a37-1.

11 years agoAvoid re-access /proc/cmdline in select-eth-device function and use internal variable...
Daniel Baumann [Wed, 25 Jul 2012 15:07:53 +0000 (17:07 +0200)]
Avoid re-access /proc/cmdline in select-eth-device function and use internal variable instead.

11 years agoExtending read-only parameters to allow specifying custom list of devices.
Daniel Baumann [Wed, 25 Jul 2012 15:00:45 +0000 (17:00 +0200)]
Extending read-only parameters to allow specifying custom list of devices.

11 years agoFactoring out debug into an own function.
Daniel Baumann [Wed, 25 Jul 2012 14:56:36 +0000 (16:56 +0200)]
Factoring out debug into an own function.

11 years agoMaking verify-checksums function self contained.
Daniel Baumann [Wed, 25 Jul 2012 14:49:11 +0000 (16:49 +0200)]
Making verify-checksums function self contained.

11 years agoMaking read-only function self contained.
Daniel Baumann [Wed, 25 Jul 2012 14:46:11 +0000 (16:46 +0200)]
Making read-only function self contained.

11 years agoMaking swap function self contained.
Daniel Baumann [Wed, 25 Jul 2012 14:44:46 +0000 (16:44 +0200)]
Making swap function self contained.

11 years agoFixing persistence backward-compatibility mode (Closes: #681176).
Tails developers [Thu, 12 Jul 2012 23:22:40 +0000 (17:22 -0600)]
Fixing persistence backward-compatibility mode (Closes: #681176).

11 years agoCleaning up initramfs-tools hook.
Daniel Baumann [Wed, 18 Jul 2012 23:36:58 +0000 (01:36 +0200)]
Cleaning up initramfs-tools hook.

11 years agoReleasing debian version 3.0~a36-1. debian/3.0_36-1
Daniel Baumann [Wed, 18 Jul 2012 21:58:50 +0000 (23:58 +0200)]
Releasing debian version 3.0~a36-1.

11 years agoAdding support for defining one or more explicit swap partitions to be used.
Daniel Baumann [Mon, 2 Jul 2012 16:19:59 +0000 (18:19 +0200)]
Adding support for defining one or more explicit swap partitions to be used.

11 years agoSplitting out already reviewed verify-checksums script.
Daniel Baumann [Mon, 2 Jul 2012 16:11:31 +0000 (18:11 +0200)]
Splitting out already reviewed verify-checksums script.

11 years agoSplitting out already reviewed swapon script.
Daniel Baumann [Mon, 2 Jul 2012 15:54:58 +0000 (17:54 +0200)]
Splitting out already reviewed swapon script.

11 years agoSplitting out already reviewed read-only script.
Daniel Baumann [Mon, 2 Jul 2012 15:48:44 +0000 (17:48 +0200)]
Splitting out already reviewed read-only script.

11 years agoSplitting out already reviewed cmdline parsing script.
Daniel Baumann [Mon, 2 Jul 2012 15:46:14 +0000 (17:46 +0200)]
Splitting out already reviewed cmdline parsing script.

11 years agoAdding redirection layer for initramfs-tools initramfs generator.
Daniel Baumann [Mon, 2 Jul 2012 16:00:21 +0000 (18:00 +0200)]
Adding redirection layer for initramfs-tools initramfs generator.

11 years agoAdding temporary redirection layer for dracut initramfs generator.
Daniel Baumann [Mon, 2 Jul 2012 15:59:10 +0000 (17:59 +0200)]
Adding temporary redirection layer for dracut initramfs generator.

11 years agoRenaming mountroot function to main to provide a generic live-boot entry point for...
Daniel Baumann [Mon, 2 Jul 2012 15:51:53 +0000 (17:51 +0200)]
Renaming mountroot function to main to provide a generic live-boot entry point for initramfs generators.

11 years agoRenaming boot scripts for refactoring them into numbered plugins.
Daniel Baumann [Mon, 2 Jul 2012 15:40:11 +0000 (17:40 +0200)]
Renaming boot scripts for refactoring them into numbered plugins.

11 years agoAdding temporary notes in a readme file.
Daniel Baumann [Mon, 2 Jul 2012 16:07:04 +0000 (18:07 +0200)]
Adding temporary notes in a readme file.

11 years agoReleasing debian version 3.0~a35-1. debian/3.0_a35-1
Daniel Baumann [Thu, 28 Jun 2012 12:35:00 +0000 (14:35 +0200)]
Releasing debian version 3.0~a35-1.

11 years agoCorrecting typo in fstab function call in mountroot, thanks to Baurzhan Muftakhidinov...
Daniel Baumann [Wed, 27 Jun 2012 13:16:51 +0000 (15:16 +0200)]
Correcting typo in fstab function call in mountroot, thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.

11 years agoReleasing debian version 3.0~a34-1. debian/3.0_a34-1
Daniel Baumann [Wed, 27 Jun 2012 12:18:21 +0000 (14:18 +0200)]
Releasing debian version 3.0~a34-1.

11 years agoSwitching to xz compression in source and binary packages.
Daniel Baumann [Wed, 27 Jun 2012 12:17:43 +0000 (14:17 +0200)]
Switching to xz compression in source and binary packages.

11 years agoFix creation of /var/log/live in correct location.
Ben Armstrong [Wed, 27 Jun 2012 10:23:04 +0000 (07:23 -0300)]
Fix creation of /var/log/live in correct location.

11 years agoSourcing individual live-boot scripts rather than executing them.
Daniel Baumann [Tue, 26 Jun 2012 18:24:33 +0000 (20:24 +0200)]
Sourcing individual live-boot scripts rather than executing them.

11 years agoRemoving superfluous directory in initramfs-tools hook.
Daniel Baumann [Tue, 26 Jun 2012 18:10:32 +0000 (20:10 +0200)]
Removing superfluous directory in initramfs-tools hook.

11 years agoRemoving pre-wheezy dpkg trigger for update-initramfs.
Daniel Baumann [Mon, 25 Jun 2012 20:47:23 +0000 (22:47 +0200)]
Removing pre-wheezy dpkg trigger for update-initramfs.

11 years agoMaking live-boot-initramfs-tools.postinst more error safe.
Daniel Baumann [Mon, 25 Jun 2012 20:47:08 +0000 (22:47 +0200)]
Making live-boot-initramfs-tools.postinst more error safe.

11 years agoUpdating location for live-boot files in initramfs-tools hook, thanks to Baurzhan...
Daniel Baumann [Mon, 18 Jun 2012 16:12:07 +0000 (18:12 +0200)]
Updating location for live-boot files in initramfs-tools hook, thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.

11 years agoUpdating coding style in a first bunch of locations.
Daniel Baumann [Thu, 14 Jun 2012 18:55:18 +0000 (20:55 +0200)]
Updating coding style in a first bunch of locations.

11 years agoRenaming persistent-subtext option into persistent-label and making it define the...
Daniel Baumann [Thu, 14 Jun 2012 10:37:24 +0000 (12:37 +0200)]
Renaming persistent-subtext option into persistent-label and making it define the complete label instead of a custom suffix only.

11 years agoReleasing debian version 3.0~a33-1. debian/3.0_a33-1
Daniel Baumann [Wed, 13 Jun 2012 11:28:01 +0000 (13:28 +0200)]
Releasing debian version 3.0~a33-1.

11 years agoRemoving double author entries in Spanish po files.
Daniel Baumann [Wed, 13 Jun 2012 11:25:48 +0000 (13:25 +0200)]
Removing double author entries in Spanish po files.

11 years agoRemoving some more dead parameters from cmdline function.
Daniel Baumann [Fri, 8 Jun 2012 22:32:58 +0000 (00:32 +0200)]
Removing some more dead parameters from cmdline function.

11 years agoUpdating Spanish translation of man pages.
chals [Thu, 7 Jun 2012 19:12:02 +0000 (21:12 +0200)]
Updating Spanish translation of man pages.

11 years agoReleasing debian version 3.0~a32-1. debian/3.0_a32-1
Daniel Baumann [Wed, 6 Jun 2012 17:04:16 +0000 (19:04 +0200)]
Releasing debian version 3.0~a32-1.

11 years agoSetting persistence label for live-* 3.x persistency to 'persistence', we're not...
Daniel Baumann [Wed, 6 Jun 2012 17:02:00 +0000 (19:02 +0200)]
Setting persistence label for live-* 3.x persistency to 'persistence', we're not making any difference between full-ov and custom-ov anymore on the filesystem and partition label (it's determined by the contents of live-persistence.conf).

11 years agoDropping snapshot functionality, superseeded by awesome custom mount persistence.
Daniel Baumann [Wed, 6 Jun 2012 16:29:07 +0000 (18:29 +0200)]
Dropping snapshot functionality, superseeded by awesome custom mount persistence.

See the following threads for more information:

  * http://lists.debian.org/debian-live/2012/04/msg00110.html
  * http://lists.debian.org/debian-live/2012/06/msg00039.html

11 years agoReleasing debian version 3.0~a31-1. debian/3.0_a31-1
Daniel Baumann [Tue, 5 Jun 2012 19:47:53 +0000 (21:47 +0200)]
Releasing debian version 3.0~a31-1.

11 years agoMoving off remaining functions from main boot script to subscript for later cleanup.
Daniel Baumann [Tue, 5 Jun 2012 19:41:25 +0000 (21:41 +0200)]
Moving off remaining functions from main boot script to subscript for later cleanup.

11 years agoUnbreaking cmdline parsing after variable rename.
Daniel Baumann [Tue, 5 Jun 2012 19:36:15 +0000 (21:36 +0200)]
Unbreaking cmdline parsing after variable rename.

11 years agoRemoving live-preseed, not used anymore.
Daniel Baumann [Tue, 5 Jun 2012 19:17:59 +0000 (21:17 +0200)]
Removing live-preseed, not used anymore.

11 years agoRemoving live-reconfigure, not used anymore.
Daniel Baumann [Tue, 5 Jun 2012 19:16:14 +0000 (21:16 +0200)]
Removing live-reconfigure, not used anymore.

11 years agoFixing fuzzy strings in Spanish translation of man pages.
chals [Tue, 5 Jun 2012 18:58:25 +0000 (20:58 +0200)]
Fixing fuzzy strings in Spanish translation of man pages.

11 years agoSimplyfing scripts declaration in Makefile.
Daniel Baumann [Tue, 5 Jun 2012 18:12:43 +0000 (20:12 +0200)]
Simplyfing scripts declaration in Makefile.

11 years agoRenaming etc directory to their actual name, examples, within source tree.
Daniel Baumann [Tue, 5 Jun 2012 17:51:09 +0000 (19:51 +0200)]
Renaming etc directory to their actual name, examples, within source tree.

11 years agoReleasing debian version 3.0~a30-1. debian/3.0_a30-1
Daniel Baumann [Tue, 5 Jun 2012 17:38:53 +0000 (19:38 +0200)]
Releasing debian version 3.0~a30-1.

11 years agoSimplyfing initramfs-tools specific files within the source tree.
Daniel Baumann [Tue, 5 Jun 2012 17:24:39 +0000 (19:24 +0200)]
Simplyfing initramfs-tools specific files within the source tree.

11 years agoTransforming networking bottom script into normal live-boot script.
Daniel Baumann [Tue, 5 Jun 2012 17:21:28 +0000 (19:21 +0200)]
Transforming networking bottom script into normal live-boot script.

11 years agoTransforming fstab bottom script into normal live-boot script.
Daniel Baumann [Tue, 5 Jun 2012 17:15:10 +0000 (19:15 +0200)]
Transforming fstab bottom script into normal live-boot script.

11 years agoTransforming persistence_excludes bottom script into normal live-boot script.
Daniel Baumann [Tue, 5 Jun 2012 17:13:24 +0000 (19:13 +0200)]
Transforming persistence_excludes bottom script into normal live-boot script.

11 years agoRemoving fastboot handling, the normal system handles this via 'fastboot' bootparamet...
Daniel Baumann [Tue, 5 Jun 2012 16:57:24 +0000 (18:57 +0200)]
Removing fastboot handling, the normal system handles this via 'fastboot' bootparameter already.

11 years agoRemoving exporting of variables for reviewed options in the cmdline function, not...
Daniel Baumann [Tue, 5 Jun 2012 16:53:43 +0000 (18:53 +0200)]
Removing exporting of variables for reviewed options in the cmdline function, not required.

11 years agoMoving validateroot bottom script into main boot script itself.
Daniel Baumann [Tue, 5 Jun 2012 16:45:31 +0000 (18:45 +0200)]
Moving validateroot bottom script into main boot script itself.

11 years agoSplitting out swap handling and rewriting to a live-boot subscript.
Daniel Baumann [Tue, 5 Jun 2012 16:43:37 +0000 (18:43 +0200)]
Splitting out swap handling and rewriting to a live-boot subscript.

11 years agoAlso allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
Daniel Baumann [Tue, 5 Jun 2012 16:32:52 +0000 (18:32 +0200)]
Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.

11 years agoUpdating swapon handling to new parameter handling.
Daniel Baumann [Tue, 5 Jun 2012 16:32:19 +0000 (18:32 +0200)]
Updating swapon handling to new parameter handling.

11 years agoUpdating internal cmdline handling.
Daniel Baumann [Tue, 5 Jun 2012 16:23:15 +0000 (18:23 +0200)]
Updating internal cmdline handling.

11 years agoUpdating read-only handling to new parameter handling.
Daniel Baumann [Tue, 5 Jun 2012 16:16:05 +0000 (18:16 +0200)]
Updating read-only handling to new parameter handling.

11 years agoRewriting live-media checksum verification to work with any SHA and MD5 digests.
Daniel Baumann [Tue, 5 Jun 2012 15:30:25 +0000 (17:30 +0200)]
Rewriting live-media checksum verification to work with any SHA and MD5 digests.

11 years agoSplitting out integrity-check function to subscript.
Daniel Baumann [Tue, 5 Jun 2012 14:55:08 +0000 (16:55 +0200)]
Splitting out integrity-check function to subscript.

11 years agoRemoving some dead boot parameters.
Daniel Baumann [Tue, 5 Jun 2012 14:51:44 +0000 (16:51 +0200)]
Removing some dead boot parameters.

11 years agoConsistenly using 'true' instead of 'Yes' or 'yes' when using booleans.
Daniel Baumann [Tue, 5 Jun 2012 14:39:52 +0000 (16:39 +0200)]
Consistenly using 'true' instead of 'Yes' or 'yes' when using booleans.

11 years agoConverting select_eth_device initramfs-tools pre-mount script into regular live-boot...
Daniel Baumann [Tue, 5 Jun 2012 14:34:14 +0000 (16:34 +0200)]
Converting select_eth_device initramfs-tools pre-mount script into regular live-boot script.

11 years agoRemoving dead lang2locale function and associated files, not used anywhere.
Daniel Baumann [Tue, 5 Jun 2012 14:16:58 +0000 (16:16 +0200)]
Removing dead lang2locale function and associated files, not used anywhere.

11 years agoReleasing debian version 3.0~a29-1. debian/3.0_a29-1
Daniel Baumann [Tue, 5 Jun 2012 14:03:47 +0000 (16:03 +0200)]
Releasing debian version 3.0~a29-1.

11 years agoConverting read-only initramfs-tools pre-mount script into regular live-boot script.
Daniel Baumann [Tue, 5 Jun 2012 13:59:20 +0000 (15:59 +0200)]
Converting read-only initramfs-tools pre-mount script into regular live-boot script.

11 years agoRemoving live-premount modules script, not needed anymore.
Daniel Baumann [Tue, 5 Jun 2012 13:50:33 +0000 (15:50 +0200)]
Removing live-premount modules script, not needed anymore.

This script did two things:

  * forcefully load ide-generic to workaround a bug in qemu bios
    that made it hang during ide detection. This has been fixed
    4 years ago in qemu, so it's not required to do this anymore.

  * forcefully load esp on sparc. This is being loaded automatically
    by udev these days and should be reliable enough.

11 years agoMoving out live-functions from initramfs-tools specifics.
Daniel Baumann [Tue, 5 Jun 2012 13:45:40 +0000 (15:45 +0200)]
Moving out live-functions from initramfs-tools specifics.

11 years agoAdding commented 'set -e' explicitly in all subscripts to avoid running it with ...
Daniel Baumann [Tue, 5 Jun 2012 13:33:35 +0000 (15:33 +0200)]
Adding commented 'set -e' explicitly in all subscripts to avoid running it with 'set -e' until we've made sure it's properly working.

11 years agoMoving out live-helpers from initramfs-tools specifics.
Daniel Baumann [Tue, 5 Jun 2012 13:18:31 +0000 (15:18 +0200)]
Moving out live-helpers from initramfs-tools specifics.

11 years agoSplitting out a first bunch of functions out to /live/live/boot/.
Daniel Baumann [Tue, 5 Jun 2012 12:46:19 +0000 (14:46 +0200)]
Splitting out a first bunch of functions out to /live/live/boot/.

11 years agoReplacing live initramfs-tools script with empty stub that calls the real, in future...
Daniel Baumann [Tue, 5 Jun 2012 12:36:14 +0000 (14:36 +0200)]
Replacing live initramfs-tools script with empty stub that calls the real, in future being initramfs-tools independent, script from /lib/live.

11 years agoStarting initramfs-tools specific subdirectory within the source-tree.
Daniel Baumann [Tue, 5 Jun 2012 12:20:59 +0000 (14:20 +0200)]
Starting initramfs-tools specific subdirectory within the source-tree.

11 years agoAutomatically translate date formats in po files.
Daniel Baumann [Tue, 5 Jun 2012 11:44:09 +0000 (13:44 +0200)]
Automatically translate date formats in po files.

11 years agoReleasing debian version 3.0~a28-1. debian/3.0_a28-1
Daniel Baumann [Mon, 4 Jun 2012 15:38:37 +0000 (17:38 +0200)]
Releasing debian version 3.0~a28-1.

11 years agoFixing two typos and a wrong word in comments.
Evgeni Golov [Mon, 28 May 2012 10:56:13 +0000 (12:56 +0200)]
Fixing two typos and a wrong word in comments.

11 years agoAdding initial Spanish translation of man pages.
chals [Thu, 24 May 2012 12:44:05 +0000 (14:44 +0200)]
Adding initial Spanish translation of man pages.