live-boot-grml.git
13 years agoRemoving unused sed call in update target of Makefile.
Daniel Baumann [Fri, 11 Sep 2009 13:33:34 +0000 (15:33 +0200)]
Removing unused sed call in update target of Makefile.

13 years agoAdding presubj for reportbug.
Daniel Baumann [Fri, 11 Sep 2009 10:02:03 +0000 (12:02 +0200)]
Adding presubj for reportbug.

13 years agoAdding (experimental) forcepersistentfsck bootoption to force fsck on root persistenc...
Daniel Baumann [Thu, 10 Sep 2009 09:00:40 +0000 (11:00 +0200)]
Adding (experimental) forcepersistentfsck bootoption to force fsck on root persistency device.

13 years agoForcing run of dexconf when booting with xdriver=dexconf.
Daniel Baumann [Thu, 10 Sep 2009 08:33:41 +0000 (10:33 +0200)]
Forcing run of dexconf when booting with xdriver=dexconf.

13 years agoReleasing version 1.157.3-1.
Daniel Baumann [Fri, 4 Sep 2009 11:40:23 +0000 (13:40 +0200)]
Releasing version 1.157.3-1.

13 years agoAllow for multiple but unique persistent media.
Richard Nelson [Wed, 2 Sep 2009 04:28:23 +0000 (06:28 +0200)]
Allow for multiple but unique persistent media.

The patch provides a boot parameter to be used in conjunction with
persistent and allow for multiple but unique persistent media such as
live-sn-subText with boot parameter persistent-subtext=subText.

13 years agoOptimizing gnome-panel-data bottom script by leaving out the stupid things.
Daniel Baumann [Thu, 6 Aug 2009 18:32:02 +0000 (20:32 +0200)]
Optimizing gnome-panel-data bottom script by leaving out the stupid things.

13 years agoFail early in gnome-panel-data bottom script if gnome-panel-data is not installed.
Daniel Baumann [Thu, 6 Aug 2009 18:30:27 +0000 (20:30 +0200)]
Fail early in gnome-panel-data bottom script if gnome-panel-data is not installed.

13 years agoLooking for persistency partitions on luks devices only if we boot with persistent...
Daniel Baumann [Tue, 4 Aug 2009 14:52:34 +0000 (16:52 +0200)]
Looking for persistency partitions on luks devices only if we boot with persistent=cryptsetup.

In order to determine if a encrypted partition contains a persistent
partition for live-initramfs, we do have to open it and look into it.
Open means, that the user has to provide the passphase (or key).

A user booting a *default* debian-live system on a machine that has
cryptesetup encrypted partitions should not be bothered by *default*
to enter all his passphrases during the boot process. Also,
encrypted persistency is only usefull when the user knows about it
(= the passphrase to access it). Therefore, it's better to by default
ignore persistency on luks devices.

13 years agopersistent=nofiles fix (Closes: 522383).
Marco Amadori [Mon, 3 Aug 2009 07:03:26 +0000 (09:03 +0200)]
persistent=nofiles fix (Closes: 522383).

Thanks to Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> for the report
and for spotting the bug.

13 years agoMaking plainroot work (Closes: #523120).
Daniel Baumann [Sat, 1 Aug 2009 11:17:55 +0000 (13:17 +0200)]
Making plainroot work (Closes: #523120).

13 years agoAdding missing pipe in cryptsetup call for persistency on luks partitions.
Daniel Baumann [Wed, 29 Jul 2009 10:08:27 +0000 (12:08 +0200)]
Adding missing pipe in cryptsetup call for persistency on luks partitions.

13 years agoAlso updating USB device detection in initramfs script for linux 2.6.29 and newer.
Daniel Baumann [Wed, 29 Jul 2009 10:06:23 +0000 (12:06 +0200)]
Also updating USB device detection in initramfs script for linux 2.6.29 and newer.

13 years agoCopy live-installer-launcher desktop icon on users desktop.
Daniel Baumann [Wed, 1 Jul 2009 13:14:30 +0000 (15:14 +0200)]
Copy live-installer-launcher desktop icon on users desktop.

13 years agoCorrecting cryptsetup calls for persistency on luks.
Daniel Baumann [Sun, 28 Jun 2009 13:12:05 +0000 (15:12 +0200)]
Correcting cryptsetup calls for persistency on luks.

13 years agoFixing typo in snapshot file list.
Luigi Capriotti [Tue, 23 Jun 2009 13:16:26 +0000 (15:16 +0200)]
Fixing typo in snapshot file list.

13 years agoFixing invalid mangling of /etc/event.d/tty.
Luigi Capriotti [Fri, 19 Jun 2009 13:35:44 +0000 (15:35 +0200)]
Fixing invalid mangling of /etc/event.d/tty.

13 years agoFixing relaxed permissions of / in the live filesystem.
Luigi Capriotti [Fri, 19 Jun 2009 13:09:56 +0000 (15:09 +0200)]
Fixing relaxed permissions of / in the live filesystem.

13 years agoFixing possible invalid results from function where_is_mounted by returning more...
Luigi Capriotti [Fri, 19 Jun 2009 13:07:40 +0000 (15:07 +0200)]
Fixing possible invalid results from function where_is_mounted by returning more than one line inwhere_is_mounted();.

13 years agoCorrecting wrong abort logic in 21xdriver, thanks to Luigi Capriotti <l.capriotti...
Daniel Baumann [Fri, 19 Jun 2009 10:57:10 +0000 (12:57 +0200)]
Correcting wrong abort logic in 21xdriver, thanks to Luigi Capriotti <l.capriotti@xbmc.org>.

13 years agoRemoved two bashisms on live-snapshot.
Marco Amadori [Thu, 18 Jun 2009 23:12:57 +0000 (01:12 +0200)]
Removed two bashisms on live-snapshot.

* Thanks to Luigi Capriotti <l.capriotti@xbmc.org> for pointing this
  out.

13 years agoCorrecting typo in description of the ip boot parameter in live-initramfs manpage...
Daniel Baumann [Mon, 15 Jun 2009 09:10:55 +0000 (11:10 +0200)]
Correcting typo in description of the ip boot parameter in live-initramfs manpage, thanks to Philippe Leledy <debian@leledy.fr> (Closes: #532471).

13 years agoRemoving disabling of postfix in 25configure_init, it's not appropriate for debian...
Daniel Baumann [Mon, 15 Jun 2009 09:02:05 +0000 (11:02 +0200)]
Removing disabling of postfix in 25configure_init, it's not appropriate for debian to do this by default. Thanks to Rui Bernardo <rui.bernardo.pt@gmail.com>.

13 years agoCorrecting wrong path when disabling anacron in 25configure_init, thanks to Rui Berna...
Daniel Baumann [Mon, 15 Jun 2009 08:58:15 +0000 (10:58 +0200)]
Correcting wrong path when disabling anacron in 25configure_init, thanks to Rui Bernardo <rui.bernardo.pt@gmail.com> (Closes: #533046).

13 years agoAvoiding echo bashism in live-initramfs.init by using printf instead (Closes: #530128).
Daniel Baumann [Mon, 8 Jun 2009 05:54:51 +0000 (07:54 +0200)]
Avoiding echo bashism in live-initramfs.init by using printf instead (Closes: #530128).

13 years agoMaking fetch to work with file on sub dir on tftp server.
Steven Shiau [Mon, 25 May 2009 09:32:12 +0000 (11:32 +0200)]
Making fetch to work with file on sub dir on tftp server.

This patch allows live-initramfs to fetch file from sub
dir on tftp server. The original one from live-initramfs 1.157.2 only
works for the file existing on the root of tftp server, e.g.
fetch=tftp://192.168.101.254/filesystem.squashfs

It allows the PXE client to get the file either on the root, or on
the sub dir, e.g. fetch=tftp://192.168.101.254/live/filesystem.squashfs
is working now.

13 years agoCleaned a bit the snapshot feature.
Marco Amadori [Fri, 15 May 2009 16:05:08 +0000 (18:05 +0200)]
Cleaned a bit the snapshot feature.

* home-sn are working both cpio and full partition, changed how
  live-snapshot.list works in home-sn case.

13 years agoImproved an useful debug string.
Marco Amadori [Fri, 15 May 2009 08:18:07 +0000 (10:18 +0200)]
Improved an useful debug string.

13 years agoTwo return code consistency fix.
Marco Amadori [Fri, 15 May 2009 08:00:55 +0000 (10:00 +0200)]
Two return code consistency fix.

13 years agoAdded "whole partition" snapshot resync type.
Marco Amadori [Wed, 13 May 2009 14:40:31 +0000 (16:40 +0200)]
Added "whole partition" snapshot resync type.

13 years agoPartition snapshots works again.
Marco Amadori [Tue, 12 May 2009 15:16:38 +0000 (17:16 +0200)]
Partition snapshots works again.

13 years agoInitial commit for having support for persistency on luks.
Daniel Baumann [Thu, 14 May 2009 08:06:55 +0000 (10:06 +0200)]
Initial commit for having support for persistency on luks.

13 years agoInitial commit for having support for swapfiles.
Daniel Baumann [Thu, 14 May 2009 08:05:46 +0000 (10:05 +0200)]
Initial commit for having support for swapfiles.

13 years agoReleasing version 1.157.2-1.
Daniel Baumann [Thu, 14 May 2009 08:04:43 +0000 (10:04 +0200)]
Releasing version 1.157.2-1.

13 years agoUpdating eject prevention for USB devices in initscripts for linux 2.6.29 and newer.
Daniel Baumann [Thu, 14 May 2009 07:53:42 +0000 (09:53 +0200)]
Updating eject prevention for USB devices in initscripts for linux 2.6.29 and newer.

13 years agoRestoring previous behaviour of ejecting the cd when being in non-persistent mode...
Daniel Baumann [Wed, 6 May 2009 19:21:13 +0000 (21:21 +0200)]
Restoring previous behaviour of ejecting the cd when being in non-persistent mode, thanks to Julien Cristau <jcristau@debian.org>.

13 years agoAdding cryptsetup to recommends, it's used for encrypted persistent partitions.
Daniel Baumann [Wed, 22 Apr 2009 19:39:33 +0000 (21:39 +0200)]
Adding cryptsetup to recommends, it's used for encrypted persistent partitions.

13 years agoMaking sure that old swap entries are removed before new ones are added.
Daniel Baumann [Thu, 9 Apr 2009 07:51:12 +0000 (09:51 +0200)]
Making sure that old swap entries are removed before new ones are added.

13 years agoMerging swap live-bottom script into fstab script; there is no other sane possibility...
Daniel Baumann [Thu, 9 Apr 2009 07:43:43 +0000 (09:43 +0200)]
Merging swap live-bottom script into fstab script; there is no other sane possibility to prevent appending again and again in persistent mode.

13 years agoApplying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.
Daniel Baumann [Tue, 7 Apr 2009 18:39:20 +0000 (20:39 +0200)]
Applying patch from Michael Prokop <mika@grml.org> to support udev >= 0.140.

13 years agoCorrecting swap partition handling in fstab to not always append entries forever...
Daniel Baumann [Fri, 27 Mar 2009 10:32:22 +0000 (11:32 +0100)]
Correcting swap partition handling in fstab to not always append entries forever when using persistency.

13 years agoCorrecting handling of locale default and environment handling to not always append...
Daniel Baumann [Thu, 26 Mar 2009 13:15:31 +0000 (14:15 +0100)]
Correcting handling of locale default and environment handling to not always append entries forever when using persistency.

13 years agoCorrecting kdm live-autologin handling to not always append entries forever when...
Daniel Baumann [Thu, 26 Mar 2009 13:11:56 +0000 (14:11 +0100)]
Correcting kdm live-autologin handling to not always append entries forever when using persistency.

13 years agoCorrecting fstab handling to not always append entries forever when using persistency.
Daniel Baumann [Thu, 26 Mar 2009 13:06:37 +0000 (14:06 +0100)]
Correcting fstab handling to not always append entries forever when using persistency.

13 years agoReleasing version 1.157.1-1.
Daniel Baumann [Sat, 21 Mar 2009 13:13:47 +0000 (14:13 +0100)]
Releasing version 1.157.1-1.

13 years agoCorrecting typo in locale bottom script.
Daniel Baumann [Thu, 12 Mar 2009 18:54:22 +0000 (19:54 +0100)]
Correcting typo in locale bottom script.

13 years agoCorrecting check for usb when using removable-usb keyword.
Daniel Baumann [Thu, 12 Mar 2009 10:11:53 +0000 (11:11 +0100)]
Correcting check for usb when using removable-usb keyword.

13 years agoAdding removable-usb keyword to further restrict live media selection.
Daniel Baumann [Thu, 12 Mar 2009 09:18:44 +0000 (10:18 +0100)]
Adding removable-usb keyword to further restrict live media selection.

13 years agoCorrecting accidental syntax error in one of the previous commits in 19keyboard botto...
Daniel Baumann [Thu, 12 Mar 2009 07:10:16 +0000 (08:10 +0100)]
Correcting accidental syntax error in one of the previous commits in 19keyboard bottom script.

13 years agoAlso allowing to use the removable keyword for specifying a live media.
Daniel Baumann [Thu, 12 Mar 2009 07:07:48 +0000 (08:07 +0100)]
Also allowing to use the removable keyword for specifying a live media.

13 years agoRespecting media timeout even when specificing media device manually.
Daniel Baumann [Thu, 12 Mar 2009 06:12:21 +0000 (07:12 +0100)]
Respecting media timeout even when specificing media device manually.

13 years agoAdding silent boot parameter.
Daniel Baumann [Fri, 6 Mar 2009 15:40:53 +0000 (16:40 +0100)]
Adding silent boot parameter.

13 years agoOnly calling install-keymap if it's actually installed, which is always but in minima...
Daniel Baumann [Fri, 6 Mar 2009 09:13:34 +0000 (10:13 +0100)]
Only calling install-keymap if it's actually installed, which is always but in minimal images the case though (Closes: #517153).

13 years agoMerging casper 1.157.
Daniel Baumann [Fri, 6 Mar 2009 08:19:13 +0000 (09:19 +0100)]
Merging casper 1.157.

13 years agoAdding comsetic line wrapping for output of local-gen messages during boot.
Daniel Baumann [Fri, 6 Mar 2009 07:27:30 +0000 (08:27 +0100)]
Adding comsetic line wrapping for output of local-gen messages during boot.

13 years agoAdding hack to remove live specific filesystems from umounfs initscript (Closes:...
Daniel Baumann [Thu, 5 Mar 2009 10:30:17 +0000 (11:30 +0100)]
Adding hack to remove live specific filesystems from umounfs initscript (Closes: #506410, #515718).

13 years agoImproving check in 21xdriver when we don't do anything.
Daniel Baumann [Thu, 5 Mar 2009 09:59:21 +0000 (10:59 +0100)]
Improving check in 21xdriver when we don't do anything.

13 years agoChecking if /var/log is writable before trying to copy live.log to the newly mounted...
Rene Mayrhofer [Tue, 24 Feb 2009 13:32:12 +0000 (14:32 +0100)]
Checking if /var/log is writable before trying to copy live.log to the newly mounted root filesystem (Closes: #516914).

When using the "exposedroot skipunion" options, then /var/log may not be writable at this time, resulting in an error message during bootup.

13 years agoOnly snapshotting in initscript when we actually run with persistence.
Daniel Baumann [Fri, 20 Feb 2009 14:54:20 +0000 (15:54 +0100)]
Only snapshotting in initscript when we actually run with persistence.

13 years agoReleasing version 1.156.1-1.
Daniel Baumann [Sun, 8 Feb 2009 14:06:35 +0000 (15:06 +0100)]
Releasing version 1.156.1-1.

13 years agoUpdating parameters.txt.
Daniel Baumann [Sun, 8 Feb 2009 09:53:36 +0000 (10:53 +0100)]
Updating parameters.txt.

13 years agoCorrect eject login in initscript.
Daniel Baumann [Sun, 8 Feb 2009 00:16:00 +0000 (01:16 +0100)]
Correct eject login in initscript.

13 years agoMerging casper 1.156.
Daniel Baumann [Sun, 8 Feb 2009 00:06:33 +0000 (01:06 +0100)]
Merging casper 1.156.

13 years agoAdding ext4 support.
Daniel Baumann [Sun, 8 Feb 2009 00:03:17 +0000 (01:03 +0100)]
Adding ext4 support.

13 years agoMerging casper 1.155.
Daniel Baumann [Sun, 8 Feb 2009 00:03:09 +0000 (01:03 +0100)]
Merging casper 1.155.

13 years agoReordering rules file.
Daniel Baumann [Sat, 7 Feb 2009 23:50:28 +0000 (00:50 +0100)]
Reordering rules file.

13 years agoRewrapping init script.
Daniel Baumann [Sat, 7 Feb 2009 23:48:34 +0000 (00:48 +0100)]
Rewrapping init script.

13 years agoMaking medium removal message working again with usplash.
Daniel Baumann [Sat, 7 Feb 2009 23:41:20 +0000 (00:41 +0100)]
Making medium removal message working again with usplash.

13 years agoCorrecting medium eject message in initscript.
Daniel Baumann [Sat, 7 Feb 2009 23:30:46 +0000 (00:30 +0100)]
Correcting medium eject message in initscript.

13 years agoUsage of dialog in initscript is not actually a todo.
Daniel Baumann [Sat, 7 Feb 2009 23:28:33 +0000 (00:28 +0100)]
Usage of dialog in initscript is not actually a todo.

13 years agoRemoving bashism in initscript.
Daniel Baumann [Sat, 7 Feb 2009 23:28:08 +0000 (00:28 +0100)]
Removing bashism in initscript.

13 years agoUpdating bug script.
Daniel Baumann [Sat, 7 Feb 2009 23:19:33 +0000 (00:19 +0100)]
Updating bug script.

13 years agoPrefixing debhelper files with package name.
Daniel Baumann [Sat, 7 Feb 2009 23:18:21 +0000 (00:18 +0100)]
Prefixing debhelper files with package name.

13 years agoDo not eject USB flash drives (Closes: #457070).
Ronny Standtke [Sat, 7 Feb 2009 23:14:03 +0000 (00:14 +0100)]
Do not eject USB flash drives (Closes: #457070).

13 years agoUpdating copyright file.
Daniel Baumann [Sat, 7 Feb 2009 23:16:30 +0000 (00:16 +0100)]
Updating copyright file.

13 years agoRevert using debhelper 7 command in rules.
Daniel Baumann [Sat, 7 Feb 2009 23:14:56 +0000 (00:14 +0100)]
Revert using debhelper 7 command in rules.

13 years agoReleasing version 1.154.8-1.
Daniel Baumann [Thu, 29 Jan 2009 23:17:02 +0000 (00:17 +0100)]
Releasing version 1.154.8-1.

13 years agoAdding basic xrandr support for lenny to enforce a particular resolution through...
Kai Hendry [Thu, 29 Jan 2009 23:07:27 +0000 (00:07 +0100)]
Adding basic xrandr support for lenny to enforce a particular resolution through bootparameter.

13 years agoReleasing version 1.154.7-1.
Daniel Baumann [Tue, 27 Jan 2009 17:14:36 +0000 (18:14 +0100)]
Releasing version 1.154.7-1.

13 years agoRemoving wc from hook again, that's an ubuntu only problem they have to care about.
Daniel Baumann [Tue, 27 Jan 2009 16:58:55 +0000 (17:58 +0100)]
Removing wc from hook again, that's an ubuntu only problem they have to care about.

13 years agoAdding note about URL limitations in live-initramfs manpage when using fetch parameter.
Daniel Baumann [Tue, 27 Jan 2009 16:03:39 +0000 (17:03 +0100)]
Adding note about URL limitations in live-initramfs manpage when using fetch parameter.

13 years agoReleasing version 1.154.6-1.
Daniel Baumann [Mon, 26 Jan 2009 00:58:24 +0000 (01:58 +0100)]
Releasing version 1.154.6-1.

13 years agoActually building/cleaning manpages through targets in Makefile.
Daniel Baumann [Fri, 23 Jan 2009 14:19:52 +0000 (15:19 +0100)]
Actually building/cleaning manpages through targets in Makefile.

13 years agoAdding persistent-path to parameter list and manpage.
Daniel Baumann [Thu, 22 Jan 2009 16:43:11 +0000 (17:43 +0100)]
Adding persistent-path to parameter list and manpage.

13 years agoAdding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting a path...
Daniel Baumann [Thu, 22 Jan 2009 16:39:39 +0000 (17:39 +0100)]
Adding patch from Thierry Walrant <debian.tgc@walrant.net> to allow setting a path for the persistence files through persistent-path boot parameter (Closes: #512661).

13 years agoAdded missing variable quoting that lead to broken root persistence, thanks to Thierr...
Daniel Baumann [Thu, 22 Jan 2009 16:21:02 +0000 (17:21 +0100)]
Added missing variable quoting that lead to broken root persistence, thanks to Thierry Walrant <debian.tgc@walrant.net> (Closes: #512656).

13 years agoIncluding wc in initramfs (Closes: #512413).
Daniel Baumann [Tue, 20 Jan 2009 16:52:26 +0000 (17:52 +0100)]
Including wc in initramfs (Closes: #512413).

13 years agoReplacing casper with live in live-new-uuid.
Daniel Baumann [Tue, 20 Jan 2009 16:51:33 +0000 (17:51 +0100)]
Replacing casper with live in live-new-uuid.

13 years agoReleasing version 1.154.5-1.
Daniel Baumann [Mon, 12 Jan 2009 18:26:47 +0000 (19:26 +0100)]
Releasing  version 1.154.5-1.

13 years agoSilencing xorg reconfiguration, thanks to Ronny Standtke <Ronny.Standtke@gmx.net>.
Daniel Baumann [Sat, 10 Jan 2009 21:01:29 +0000 (22:01 +0100)]
Silencing xorg reconfiguration, thanks to Ronny Standtke <Ronny.Standtke@gmx.net>.

13 years agoSilencing grep call on /etc/passwd.
Daniel Baumann [Sat, 10 Jan 2009 21:01:06 +0000 (22:01 +0100)]
Silencing grep call on /etc/passwd.

13 years agoDon't redirect output of fstype detection to standard out, thanks to Ronny Standtke...
Daniel Baumann [Sat, 10 Jan 2009 20:41:59 +0000 (21:41 +0100)]
Don't redirect output of fstype detection to standard out, thanks to Ronny Standtke <Ronny.Standtke@gmx.net>.

13 years agoAlso checking for wicd in 23networking, thanks to Ben Armstrong <synrg@debian.org>.
Daniel Baumann [Sat, 10 Jan 2009 15:48:34 +0000 (16:48 +0100)]
Also checking for wicd in 23networking, thanks to Ben Armstrong <synrg@debian.org>.

13 years agoReleasing version 1.154.4-1.
Daniel Baumann [Fri, 26 Dec 2008 08:46:33 +0000 (09:46 +0100)]
Releasing version 1.154.4-1.

13 years agoSupport further checks on loopback image and support skipping union mounts (Closes...
Rene Mayrhofer [Mon, 22 Dec 2008 14:32:48 +0000 (15:32 +0100)]
Support further checks on loopback image and support skipping union mounts (Closes: #509446).

13 years agoReleasing version 1.154.3-1.
Daniel Baumann [Sat, 20 Dec 2008 13:37:43 +0000 (14:37 +0100)]
Releasing version 1.154.3-1.

13 years agoSourcing live.vars in 21xdriver and 21xvidemode in order to be able to set variables...
Daniel Baumann [Thu, 18 Dec 2008 17:52:39 +0000 (18:52 +0100)]
Sourcing live.vars in 21xdriver and 21xvidemode in order to be able to set variables in previous bottom scripts.

13 years agoReleasing version 1.154.2-1.
Daniel Baumann [Thu, 11 Dec 2008 05:57:05 +0000 (06:57 +0100)]
Releasing version 1.154.2-1.

13 years agoUpdating authors file.
Daniel Baumann [Wed, 3 Dec 2008 19:33:00 +0000 (20:33 +0100)]
Updating authors file.

13 years agoCleaned the boot log a bit.
Marco Amadori [Tue, 2 Dec 2008 13:44:42 +0000 (14:44 +0100)]
Cleaned the boot log a bit.

Include a '\n' before the live-bottom script calls, otherwise the first
hook will trash the previous "begin_log_msg" entry, and however this
should be treated as a nested task.