live-boot-grml.git
15 years agoReleasing version 1.139.1-4. debian/1.139.1-4
Daniel Baumann [Tue, 11 Nov 2008 12:52:49 +0000 (13:52 +0100)]
Releasing version 1.139.1-4.

15 years agoReplacing obsolete dh_clean -k with dh_prep.
Daniel Baumann [Fri, 7 Nov 2008 17:07:20 +0000 (18:07 +0100)]
Replacing obsolete dh_clean -k with dh_prep.

15 years agoRemoved all "cat | grep", with grep, awk and sed.
Marco Amadori [Sat, 11 Oct 2008 21:31:22 +0000 (23:31 +0200)]
Removed all "cat | grep", with grep, awk and sed.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoDo not pollute the logs when looking for swap partitions.
Marco Amadori [Thu, 2 Oct 2008 10:34:17 +0000 (12:34 +0200)]
Do not pollute the logs when looking for swap partitions.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoManpage clarifications on "nofiles".
Marco Amadori [Wed, 1 Oct 2008 09:21:22 +0000 (11:21 +0200)]
Manpage clarifications on "nofiles".

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoDon't "cat |" to grep.
Chris Lamb [Tue, 30 Sep 2008 23:59:26 +0000 (00:59 +0100)]
Don't "cat |" to grep.

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoReflow long 'tr'-based pipelines for readability.
Chris Lamb [Tue, 30 Sep 2008 23:58:38 +0000 (00:58 +0100)]
Reflow long 'tr'-based pipelines for readability.

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoReflow some grammar in comments and in live-initramfs(7).
Chris Lamb [Tue, 30 Sep 2008 23:58:12 +0000 (00:58 +0100)]
Reflow some grammar in comments and in live-initramfs(7).

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoBe consistent in using 0/1 for True/False values instead of English representations.
Chris Lamb [Tue, 30 Sep 2008 23:57:25 +0000 (00:57 +0100)]
Be consistent in using 0/1 for True/False values instead of English representations.

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoUse "test -s" instead of testing file availability and size.
Chris Lamb [Tue, 30 Sep 2008 23:56:55 +0000 (00:56 +0100)]
Use "test -s" instead of testing file availability and size.

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoUse "grep -qs" over "grep -q" for compatibility (see grep(1))
Chris Lamb [Tue, 30 Sep 2008 23:56:30 +0000 (00:56 +0100)]
Use "grep -qs" over "grep -q" for compatibility (see grep(1))

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoRemove (accidental?) debian/changelog entry.
Chris Lamb [Tue, 30 Sep 2008 23:56:00 +0000 (00:56 +0100)]
Remove (accidental?) debian/changelog entry.

Signed-off-by: Chris Lamb <lamby@debian.org>
15 years agoImplemented a persistence exclude list.
Marco Amadori [Sat, 27 Sep 2008 22:51:04 +0000 (00:51 +0200)]
Implemented a persistence exclude list.

* This finally enables one of the most requested feature to exclude
  things like disk caches and temporary files from the persistence
  images in order to speed things up and saves precious writes of flash
  based storages.
  This works at boot by bind mounting tmpfs clones of paths listed on
  "/etc/live-persistence.binds".

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoImplemented a snapshot exclude list.
Marco Amadori [Sat, 27 Sep 2008 22:07:22 +0000 (00:07 +0200)]
Implemented a snapshot exclude list.

* This finally enables one of the most requested feature to exclude
  things like disk caches and temporary files from the snapshots, just
  by editing "/etc/live-snapshot.exclude_list".
  This only works for cpio targets and for squashfs creations.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoSearch for partition labels only (Closes: #486469).
Marco Amadori [Sat, 27 Sep 2008 09:18:15 +0000 (11:18 +0200)]
Search for partition labels only (Closes: #486469).

* Added new way to call "persistent" at boot:
  "persistent=nofiles" will skip the scan for image files in block
  device and it will only search for partition labels.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoReordered persistence lookups and boundaries (Closes: #500672).
Marco Amadori [Thu, 18 Sep 2008 21:37:27 +0000 (23:37 +0200)]
Reordered persistence lookups and boundaries (Closes: #500672).

* This finally enables "live-rw" partition persistence, yes it works, it
  is still ugly and slow, but make it work first and let optimize it
  later, hopefully in one of the next commits.
  To rush test it, 'mkfs.ext2 -L "live-rw" /dev/XhdX' on a qemu drive
  and reboot the live with "persistent" on.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agolive-snapshot: fixed include-list handling.
Marco Amadori [Thu, 18 Sep 2008 22:31:57 +0000 (00:31 +0200)]
live-snapshot: fixed include-list handling.

* When "/etc/live-snapshot.list" is present, all standard files and
  directories listed there are saved on shutdown.
  Now it saves them only if they are modified, and also handles
  dangling symbolic links. This beaviour will be gentle to live-systems
  upgrades on the same hardware since new unmodified to-be-snapshotted files
  will be no more overwritten by old unnecessary saved cruft.
  It still does not handle removal of deleted files.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoConditional creation of /etc/fstab.
Marco Amadori [Tue, 16 Sep 2008 15:52:03 +0000 (17:52 +0200)]
Conditional creation of /etc/fstab.

* This is one of a series of interventions that means to be gentle to
debian-live builders and to persistence users; the rationale is that
if a file is present on the rootfs it does not need to be overwritten
from scratch since its presence means either a live-helper
configuration at build time or a persistent/snapshot at run time.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoChanged HOSTNAME and /etc/hosts handling.
Marco Amadori [Tue, 16 Sep 2008 15:26:09 +0000 (17:26 +0200)]
Changed HOSTNAME and /etc/hosts handling.

* This is one of a series of interventions that means to be gentle to
  debian-live builders and to persistence users; the rationale is that
  if a file is present on the rootfs it does not need to be overwritten
  from scratch since its presence means either a live-helper
  configuration at build time or a persistent/snapshot at run time.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoReleasing debian version 1.139.1-3. debian/1.139.1-3
Daniel Baumann [Fri, 19 Sep 2008 12:24:40 +0000 (14:24 +0200)]
Releasing debian version 1.139.1-3.

15 years agoSourcing live.vars in 15autologin directly, rather than to inherit from live-functions.
Daniel Baumann [Wed, 17 Sep 2008 06:54:17 +0000 (08:54 +0200)]
Sourcing live.vars in 15autologin directly, rather than to inherit from live-functions.

15 years agoSet -u in live-snapshot only in debug mode.
Marco Amadori [Tue, 16 Sep 2008 15:12:00 +0000 (17:12 +0200)]
Set -u in live-snapshot only in debug mode.

* Although is really fine to have checks for unboud variables, this
  limits also included code, where unbound variables could be used as
  feature. Set LIVE_SNAPSHOT_CHECK_UNBOUND to have it on again in your
  test runs.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoIncluded more debug and comments on persistence code.
Marco Amadori [Tue, 16 Sep 2008 14:24:37 +0000 (16:24 +0200)]
Included more debug and comments on persistence code.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoCheck for files and umount only if you can mount it first.
Marco Amadori [Tue, 16 Sep 2008 14:16:08 +0000 (16:16 +0200)]
Check for files and umount only if you can mount it first.

* Another clean-up and speed up in the ugly persistance/snapshot code.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoFixed a wrong trial to copy an unexistant snapshot.
Marco Amadori [Tue, 16 Sep 2008 14:13:18 +0000 (16:13 +0200)]
Fixed a wrong trial to copy an unexistant snapshot.

* Quoting a variable could do miracles :-)

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoForces use of initramfs cpio over busybox's one.
Marco Amadori [Tue, 16 Sep 2008 10:29:03 +0000 (12:29 +0200)]
Forces use of initramfs cpio over busybox's one.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoOverride maybe_break from initramfs-tools.
Marco Amadori [Tue, 16 Sep 2008 10:11:41 +0000 (12:11 +0200)]
Override maybe_break from initramfs-tools.

* "break=<phase>" boot option, previously lead to the overrided panic
  function which shows a huge bug message info, which in that particular
  case is misleading, since the "dropping to a shell" is wanted.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoFixed try_snap() umounting on error.
Marco Amadori [Tue, 16 Sep 2008 09:35:01 +0000 (11:35 +0200)]
Fixed try_snap() umounting on error.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoAdd real cpio to initramfs for snapshot's uses.
Marco Amadori [Tue, 16 Sep 2008 08:55:22 +0000 (10:55 +0200)]
Add real cpio to initramfs for snapshot's uses.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoSkipped some runtime duplicated execution.
Marco Amadori [Tue, 16 Sep 2008 08:34:29 +0000 (10:34 +0200)]
Skipped some runtime duplicated execution.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoIgnore errors from fstype.
Michael Prokop [Mon, 15 Sep 2008 15:54:18 +0000 (17:54 +0200)]
Ignore errors from fstype.

Redirect stderr to /dev/null, otherwise we'll get
"stdin: error 0" for some partitions during bootup.

15 years agoRe-enable "break=live-premount" debug.
Marco Amadori [Mon, 15 Sep 2008 14:55:32 +0000 (16:55 +0200)]
Re-enable "break=live-premount" debug.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoRemoved mount -n option, since mtab is there.
Marco Amadori [Mon, 15 Sep 2008 14:46:38 +0000 (16:46 +0200)]
Removed mount -n option, since mtab is there.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoCreate /etc/mtab on the initramfs ASAP.
Marco Amadori [Mon, 15 Sep 2008 14:30:35 +0000 (16:30 +0200)]
Create /etc/mtab on the initramfs ASAP.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoAdded a pretty vital mount debug string.
Marco Amadori [Mon, 15 Sep 2008 14:27:38 +0000 (16:27 +0200)]
Added a pretty vital mount debug string.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoFix default user handling.
Marco Amadori [Tue, 2 Sep 2008 08:42:11 +0000 (10:42 +0200)]
Fix default user handling.

* Handle the case in which an user is present but the default user could not
  be created (e.g. when configuring another user at build time in the
  chroot). If the default user could not be created or assigned, disable
  autologins (which previously just fails leaving without console login
  capabilities), and propagate that information to the scripts thinking that a
  default user will always be available.
  Note for live-helper documentation: The latter case could leave the system
  accessible only if root password is set in other ways or via ssh rsa/dsa
  passwordless accesses.

Signed-off-by: Marco Amadori <amadorim@vdavda.com>
15 years agoUpdating vcs fields in control file.
Daniel Baumann [Sun, 7 Sep 2008 19:49:05 +0000 (21:49 +0200)]
Updating vcs fields in control file.

15 years agoRemove local overiddes of log_*_msg - #494257 is now fixed in testing.
Chris Lamb [Sat, 6 Sep 2008 12:13:26 +0000 (13:13 +0100)]
Remove local overiddes of log_*_msg - #494257 is now fixed in testing.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRemoved some useless spaces.
Marco Amadori [Thu, 28 Aug 2008 15:00:17 +0000 (17:00 +0200)]
Removed some useless spaces.

15 years agoRemoving currently unused Upstream-Depends field in control.
Daniel Baumann [Wed, 3 Sep 2008 16:13:51 +0000 (18:13 +0200)]
Removing currently unused Upstream-Depends field in control.

15 years agoReleasing debian version 1.139.1-2. debian/1.139.1-2
Daniel Baumann [Sun, 31 Aug 2008 18:31:58 +0000 (20:31 +0200)]
Releasing debian version 1.139.1-2.

15 years agoDisabling default usage of local swap partitions. Can be enabled with the 'swapon...
Daniel Baumann [Sun, 31 Aug 2008 18:29:20 +0000 (20:29 +0200)]
Disabling default usage of local swap partitions. Can be enabled with the 'swapon' boot parameter. Thanks to Joseph Rawson <umeboshi3@gmail.com> for bringing it up.

15 years agoSetting project email address to the new debian-live@lists.debian.org.
Daniel Baumann [Thu, 28 Aug 2008 21:25:08 +0000 (23:25 +0200)]
Setting project email address to the new debian-live@lists.debian.org.

15 years agoEnabling the "remove CD" prompt in splashy.
Michal Suchanek [Tue, 26 Aug 2008 13:14:23 +0000 (15:14 +0200)]
Enabling the "remove CD" prompt in splashy.

15 years agoIf the filesystem type of the rootfs cannot be automatically detected, we try to...
Daniel Baumann [Mon, 25 Aug 2008 11:12:57 +0000 (13:12 +0200)]
If the filesystem type of the rootfs cannot be automatically detected, we try to assume it from the extension of the imagefile we have found. Thanks to Jordi Pujol <jordi_pujol@telefonica.net> (Closes: #460456).

15 years agoReleasing live-initramfs 1.139.1-1. debian/1.139.1-1
Daniel Baumann [Sat, 23 Aug 2008 23:00:15 +0000 (01:00 +0200)]
Releasing live-initramfs 1.139.1-1.

15 years agoAdded "-n" option to all mount commands, thanks to Peter Holik <peter@holik.at> for...
Marco Amadori [Fri, 22 Aug 2008 09:29:57 +0000 (11:29 +0200)]
Added "-n" option to all mount commands, thanks to Peter Holik <peter@holik.at> for pointing this out.

15 years agoMove loop-aes-tools to Suggests; live-helper should install them if required.
Chris Lamb [Wed, 20 Aug 2008 09:17:09 +0000 (10:17 +0100)]
Move loop-aes-tools to Suggests; live-helper should install them if required.

The loop-aes-tools regress compared to the vanilla loop tools, which can
cause some problems - Although we should support them, it makes sense to
not use loop-aes-utils by default, which--as Recommends are installed by
default--they currently are.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRemove unnecessary indentation level.
Chris Lamb [Sun, 17 Aug 2008 23:52:12 +0000 (00:52 +0100)]
Remove unnecessary indentation level.

15 years agoUpdating authors file.
Daniel Baumann [Thu, 14 Aug 2008 15:51:04 +0000 (17:51 +0200)]
Updating authors file.

15 years agoMerging casper 1.139.
Daniel Baumann [Sat, 16 Aug 2008 21:55:38 +0000 (23:55 +0200)]
Merging casper 1.139.

15 years agoModify hiding of harmless X.org reconfiguring messages.
Chris Lamb [Thu, 14 Aug 2008 00:26:38 +0000 (01:26 +0100)]
Modify hiding of harmless X.org reconfiguring messages.

Was being split over a newline.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRevert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076)
Chris Lamb [Thu, 14 Aug 2008 00:20:13 +0000 (01:20 +0100)]
Revert to using uid 1000 as PAM bug seems to have disappeared (Closes: #433076)

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoHide error from attempting to "mount --move"
Chris Lamb [Thu, 14 Aug 2008 00:19:28 +0000 (01:19 +0100)]
Hide error from attempting to "mount --move"

(We get a sensible error message if it fails anyway)

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRework ugly `echo "debug:..` message to use log_{begin,end}_msg.
Chris Lamb [Thu, 14 Aug 2008 00:01:19 +0000 (01:01 +0100)]
Rework ugly `echo "debug:..` message to use log_{begin,end}_msg.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoDon't configure X.org if it's not installed.
Chris Lamb [Wed, 13 Aug 2008 23:59:42 +0000 (00:59 +0100)]
Don't configure X.org if it's not installed.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoFix check for X.org.
Chris Lamb [Wed, 13 Aug 2008 23:59:29 +0000 (00:59 +0100)]
Fix check for X.org.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoAdd an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings.
Chris Lamb [Wed, 13 Aug 2008 23:59:19 +0000 (00:59 +0100)]
Add an /etc/fstab to the initramfs to silence harmless "empty fstab" warnings.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoSilence another "script-not-executable" message for a sourced library.
Chris Lamb [Tue, 12 Aug 2008 17:58:19 +0000 (18:58 +0100)]
Silence another "script-not-executable" message for a sourced library.

15 years agoAdd missing pipe. Thanks to Andreas Bombe.
Chris Lamb [Tue, 12 Aug 2008 17:18:38 +0000 (18:18 +0100)]
Add missing pipe. Thanks to Andreas Bombe.

15 years agoShamefully adding myself to CREDITS
Chris Lamb [Tue, 12 Aug 2008 00:59:59 +0000 (01:59 +0100)]
Shamefully adding myself to CREDITS

15 years agoTidy "Disabling update-initramfs" message.
Chris Lamb [Tue, 12 Aug 2008 00:14:02 +0000 (01:14 +0100)]
Tidy "Disabling update-initramfs" message.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRe-order some commands so we don't call log_begin_msg without calling log_end_msg.
Chris Lamb [Tue, 12 Aug 2008 00:13:25 +0000 (01:13 +0100)]
Re-order some commands so we don't call log_begin_msg without calling log_end_msg.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoDon't configure X when /usr/bin/X does not exist.
Chris Lamb [Tue, 12 Aug 2008 00:09:36 +0000 (01:09 +0100)]
Don't configure X when /usr/bin/X does not exist.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoSilence 'script-not-executable' lintian warning - live-functions script is always...
Chris Lamb [Mon, 11 Aug 2008 23:57:50 +0000 (00:57 +0100)]
Silence 'script-not-executable' lintian warning - live-functions script is always sourced.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoFix spacing in swirl.
Chris Lamb [Sun, 10 Aug 2008 05:03:54 +0000 (06:03 +0100)]
Fix spacing in swirl.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoNot going over the top with exclamation marks in the panic message.
Daniel Baumann [Sun, 10 Aug 2008 02:23:40 +0000 (04:23 +0200)]
Not going over the top with exclamation marks in the panic message.

15 years agoUpdating credits file.
Daniel Baumann [Sun, 10 Aug 2008 01:16:29 +0000 (03:16 +0200)]
Updating credits file.

15 years agoSlightely adjusting to the more widespread used ascii swirl.
Daniel Baumann [Sat, 9 Aug 2008 15:06:29 +0000 (17:06 +0200)]
Slightely adjusting to the more widespread used ascii swirl.

15 years agoOverride log_*_msg to print nicer status text (until #494257 is merged).
Chris Lamb [Sat, 9 Aug 2008 07:51:23 +0000 (08:51 +0100)]
Override log_*_msg to print nicer status text (until #494257 is merged).

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoHide "overwriting possibly-customised configuration file" in X.org setup output.
Chris Lamb [Sat, 9 Aug 2008 07:47:11 +0000 (08:47 +0100)]
Hide "overwriting possibly-customised configuration file" in X.org setup output.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoHide "Shadow passwords are now on" status message on bootup.
Chris Lamb [Fri, 8 Aug 2008 20:00:38 +0000 (21:00 +0100)]
Hide "Shadow passwords are now on" status message on bootup.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRemove a number of "${quiet}" checks - they are repeated in the log_*_msg functions.
Chris Lamb [Fri, 8 Aug 2008 18:54:29 +0000 (19:54 +0100)]
Remove a number of "${quiet}" checks - they are repeated in the log_*_msg functions.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRework locale handling
Chris Lamb [Fri, 8 Aug 2008 18:48:46 +0000 (19:48 +0100)]
Rework locale handling

 * Support all codepages, not just UTF-8 ones.

 * Although UTF-8 variants are still preferred, specifying an invalid
   codepage as an extension to a known language will not necessarily result
   in en_US.UTF-8 being chosen - it will try and use an alternate.

 * Fixes an issue whereby an unknown locale would end up as a blank
   "language" in /etc/kde3/kdm/kdmrc instead of en_US.

 * General tidying of the code.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoPrint friendly error message on live-initramfs panic.
Chris Lamb [Fri, 8 Aug 2008 17:36:08 +0000 (18:36 +0100)]
Print friendly error message on live-initramfs panic.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoFix path issue with live-preseed causing noisy errors when booting.
Chris Lamb [Fri, 8 Aug 2008 04:46:40 +0000 (05:46 +0100)]
Fix path issue with live-preseed causing noisy errors when booting.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoSilence a number of annoying and distracting bootup messages.
Chris Lamb [Fri, 8 Aug 2008 04:25:06 +0000 (05:25 +0100)]
Silence a number of annoying and distracting bootup messages.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoAdd missing "log_end_msg" to live-bottom/21xdriver.
Chris Lamb [Fri, 8 Aug 2008 04:24:12 +0000 (05:24 +0100)]
Add missing "log_end_msg" to live-bottom/21xdriver.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoSet different log messages for live-bottom/21{xdriver,xvidemode}.
Chris Lamb [Fri, 8 Aug 2008 04:23:42 +0000 (05:23 +0100)]
Set different log messages for live-bottom/21{xdriver,xvidemode}.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoRemove trailing "..." from calls to log_begin_msg - they get added anyway.
Chris Lamb [Fri, 8 Aug 2008 03:54:34 +0000 (04:54 +0100)]
Remove trailing "..." from calls to log_begin_msg - they get added anyway.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoMove some arch-indep helper utilities to Build-Depends-Indep.
Chris Lamb [Thu, 7 Aug 2008 19:24:41 +0000 (20:24 +0100)]
Move some arch-indep helper utilities to Build-Depends-Indep.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoAdding support for using tftp in fetch= parameter.
Steven Shiau [Fri, 8 Aug 2008 14:09:34 +0000 (16:09 +0200)]
Adding support for using tftp in fetch= parameter.

15 years agoAnother fix about using udevsettle or "udevadm settle".
Steven Shiau [Fri, 8 Aug 2008 14:07:11 +0000 (16:07 +0200)]
Another fix about using udevsettle or "udevadm settle".

15 years agoAdding support for Virtio vd[a-z] drives.
Ben Voui [Thu, 7 Aug 2008 17:54:49 +0000 (19:54 +0200)]
Adding support for Virtio vd[a-z] drives.

15 years agoBe sure that the discovered filesystem is not null.
Marco Amadori [Wed, 6 Aug 2008 22:07:57 +0000 (00:07 +0200)]
Be sure that the discovered filesystem is not null.

- While scanning for a filesystem on a disk, the klibc utility can
  return a null string if it not finds a filesystem (e.g. on a container
  partition), and grepping for a null string either reports true if
  escaped or hangs grep if not escaped. Both conditions must be avoided
  in order to report that the kernel supports the filesystem named as
  the string.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoMerging casper 1.138.
Daniel Baumann [Tue, 5 Aug 2008 21:50:09 +0000 (23:50 +0200)]
Merging casper 1.138.

15 years agoMerging casper 1.137.
Daniel Baumann [Tue, 5 Aug 2008 21:45:32 +0000 (23:45 +0200)]
Merging casper 1.137.

15 years agoThe list of supported filesytems goes dynamic.
Marco Amadori [Tue, 5 Aug 2008 19:50:04 +0000 (21:50 +0200)]
The list of supported filesytems goes dynamic.

- The plain list of "should be a supported filesystem" finally is fixed,
  now it scans /proc to see if the kernel is able to mount it, if not it
  modprobes it and as a failover tries to insmod it from the real rootfs
  /lib/modules directory if it can.
- This should fix - en passant - the "drop to busybox shell if a ntfs
  filesystem is found while scanning for persistence media" bug as well.

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoAdded ntfs filesystem to the initramfs.
Marco Amadori [Tue, 5 Aug 2008 20:33:52 +0000 (22:33 +0200)]
Added ntfs filesystem to the initramfs.

- This enables ntfs filesystem support to the early userspace,
  which could be both used as a persistence media (with fixed sized
  partitions image files) and as a backend for read-only rootfs
  (e.g. filesystem.squashfs).

Signed-off-by: Marco Amadori <marco.amadori@gmail.com>
15 years agoSet default cow_mountopt where the other defaults are used.
Chris Lamb [Thu, 31 Jul 2008 21:38:49 +0000 (22:38 +0100)]
Set default cow_mountopt where the other defaults are used.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoDon't use /sbin/losetup to test for '-r' option when the scripts just use "lostup"
Chris Lamb [Thu, 31 Jul 2008 21:34:55 +0000 (22:34 +0100)]
Don't use /sbin/losetup to test for '-r' option when the scripts just use "lostup"

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
15 years agoMove sourcing of live-functions in 38disable_restricted_manager to correct place.
Michael Prokop [Sun, 20 Jul 2008 17:00:16 +0000 (19:00 +0200)]
Move sourcing of live-functions in 38disable_restricted_manager to correct place.

15 years agoReleasing debian version 1.136.3-1. debian/1.136.3-1
Daniel Baumann [Thu, 17 Jul 2008 21:29:18 +0000 (23:29 +0200)]
Releasing debian version 1.136.3-1.

15 years agoMake sure mounting /cow-tmpfs provides mount options.
Michael Prokop [Thu, 17 Jul 2008 11:23:00 +0000 (13:23 +0200)]
Make sure mounting /cow-tmpfs provides mount options.

15 years agoReleasing debian version 1.136.2-1. debian/1.136.2-1
Daniel Baumann [Tue, 15 Jul 2008 21:44:16 +0000 (23:44 +0200)]
Releasing debian version 1.136.2-1.

15 years agoReplacing previous imperfect changes for udevadm with check for udevadm and using...
Daniel Baumann [Tue, 15 Jul 2008 21:42:33 +0000 (23:42 +0200)]
Replacing previous imperfect changes for udevadm with check for udevadm and using old commands when beeing on etch. Also handling udevtrigger with udevadm if available.

15 years agoCorrecting httpfs2 inclusion in hook.
Daniel Baumann [Tue, 15 Jul 2008 08:40:55 +0000 (10:40 +0200)]
Correcting httpfs2 inclusion in hook.

15 years agoReleasing version 1.136.1-1. debian/1.136.1-1
Daniel Baumann [Mon, 14 Jul 2008 08:11:06 +0000 (10:11 +0200)]
Releasing version 1.136.1-1.

15 years agoDefaulting now to aufs if no union= parameter is given.
Daniel Baumann [Mon, 14 Jul 2008 08:07:03 +0000 (10:07 +0200)]
Defaulting now to aufs if no union= parameter is given.

15 years agoMerging casper version 1.136.
Daniel Baumann [Mon, 14 Jul 2008 08:03:33 +0000 (10:03 +0200)]
Merging casper version 1.136.