live-boot-grml.git
12 years agoReplacing live-boot initscript with a stub and moving the actual code to /lib/live...
Daniel Baumann [Fri, 30 Mar 2012 07:59:59 +0000 (09:59 +0200)]
Replacing live-boot initscript with a stub and moving the actual code to /lib/live/boot.sh to allow different initsystem support in future.

12 years agoCorrecting log_end_msg usages in connection with verbosity checks in live-boot initsc...
Daniel Baumann [Fri, 30 Mar 2012 07:49:28 +0000 (09:49 +0200)]
Correcting log_end_msg usages in connection with verbosity checks in live-boot initscript, thanks to Pablo Barbachano <pablobarbachano@yahoo.es> (Closes: #665689).

12 years agoQuoting noprompt variable in initscript to avoid syntax errors, thanks to Philip...
Daniel Baumann [Tue, 6 Mar 2012 09:40:41 +0000 (10:40 +0100)]
Quoting noprompt variable in initscript to avoid syntax errors, thanks to Philip Newborough <corenominal@corenominal.org>.

12 years agoUpdating to standards version 3.9.3.
Daniel Baumann [Sun, 26 Feb 2012 20:05:55 +0000 (21:05 +0100)]
Updating to standards version 3.9.3.

12 years agoUpdating copyright file machine-readable format version 1.0.
Daniel Baumann [Sun, 26 Feb 2012 19:59:29 +0000 (20:59 +0100)]
Updating copyright file machine-readable format version 1.0.

12 years agoUpdating year in copyright.
Daniel Baumann [Tue, 7 Feb 2012 12:33:51 +0000 (13:33 +0100)]
Updating year in copyright.

12 years agoReleasing debian version 3.0~a25-1. debian/3.0_a25-1
Daniel Baumann [Mon, 6 Feb 2012 22:27:53 +0000 (23:27 +0100)]
Releasing debian version 3.0~a25-1.

12 years agoAdd overlayfs support (Closes: #658265).
Michal Suchanek [Fri, 15 Apr 2011 09:36:00 +0000 (11:36 +0200)]
Add overlayfs support (Closes: #658265).

12 years agoUpdating to debhelper version 9.
Daniel Baumann [Sun, 15 Jan 2012 19:45:38 +0000 (20:45 +0100)]
Updating to debhelper version 9.

12 years agoReleasing debian version 3.0~a24-1. debian/3.0_a24-1
Daniel Baumann [Sun, 4 Dec 2011 08:59:19 +0000 (09:59 +0100)]
Releasing debian version 3.0~a24-1.

12 years agoRemoving quotes from udev path_id command to actually execute the command.
Daniel Baumann [Thu, 1 Dec 2011 10:09:53 +0000 (11:09 +0100)]
Removing quotes from udev path_id command to actually execute the command.

12 years agoReleasing debian version 3.0~a23-1. debian/3.0_a23-1
Daniel Baumann [Mon, 28 Nov 2011 17:27:29 +0000 (18:27 +0100)]
Releasing debian version 3.0~a23-1.

12 years agoAdding workaround for a busybox bug with grep -w.
Tails developers [Wed, 23 Nov 2011 20:17:23 +0000 (21:17 +0100)]
Adding workaround for a busybox bug with grep -w.

See: https://bugs.busybox.net/show_bug.cgi?id=4520

12 years agoUpdating live-boot man page for persistent-read-only.
Tails developers [Wed, 23 Nov 2011 11:17:06 +0000 (12:17 +0100)]
Updating live-boot man page for persistent-read-only.

12 years agoMaking persistent-read-only work for live-rw overlays.
Tails developers [Wed, 23 Nov 2011 11:08:06 +0000 (12:08 +0100)]
Making persistent-read-only work for live-rw overlays.

12 years agoMaking persistent-read-only work for home-rw overlays.
Tails developers [Wed, 23 Nov 2011 10:16:43 +0000 (11:16 +0100)]
Making persistent-read-only work for home-rw overlays.

12 years agoUpdating and rewording live-boot man page for the persistent option.
Tails developers [Mon, 21 Nov 2011 11:09:40 +0000 (12:09 +0100)]
Updating and rewording live-boot man page for the persistent option.

12 years agoUpdating live-boot man page for persistent-method.
Tails developers [Mon, 21 Nov 2011 10:32:03 +0000 (11:32 +0100)]
Updating live-boot man page for persistent-method.

12 years agoUpdating live-boot man page for persistent-storage.
Tails developers [Mon, 21 Nov 2011 10:25:04 +0000 (11:25 +0100)]
Updating live-boot man page for persistent-storage.

12 years agoUpdating live-boot man page for persistent-encryption.
Tails developers [Mon, 21 Nov 2011 10:12:47 +0000 (11:12 +0100)]
Updating live-boot man page for persistent-encryption.

12 years agoChanging persistent-encryption to accept a list TYPE... instead.
Tails developers [Sat, 12 Nov 2011 04:56:06 +0000 (05:56 +0100)]
Changing persistent-encryption to accept a list TYPE... instead.

The comma-separated list TYPE... specifies which types of encryption
to allow for persistent media, and whether to allow plaintext media.
The possible TYPEs are the old {none, luks}, with default "none". The
only change is that this allow plaintext and encrypted media to be
used simultaneously.

12 years agoAdding persistent-read-only boot parameter.
Tails developers [Thu, 10 Nov 2011 18:24:13 +0000 (19:24 +0100)]
Adding persistent-read-only boot parameter.

It currently only makes snapshots read-only. Support for overlays will
be a bit more complicated to implement.

12 years agoDisabling persistent-encryption=luks if dependencies are unavailable.
Tails developers [Thu, 10 Nov 2011 18:05:00 +0000 (19:05 +0100)]
Disabling persistent-encryption=luks if dependencies are unavailable.

Current dependencies are dm-crypt, cryptsetup and askpass.

12 years agoFixing a "sh: bad number" when $offset is not passed to setup_loop().
Tails developers [Thu, 10 Nov 2011 17:58:04 +0000 (18:58 +0100)]
Fixing a "sh: bad number" when $offset is not passed to setup_loop().

12 years agoRefactoring overlay and snapshot scanning code.
Tails developers [Thu, 10 Nov 2011 17:52:18 +0000 (18:52 +0100)]
Refactoring overlay and snapshot scanning code.

Both overlays and snapshots are now scanned at the same time, and each
device is only mounted once. Passphrases for LUKS volumes are only
asked for once, and unused ones are closed. Also, snapshot files on
encrypted partitions are now supported.

12 years agoMaking use of is_supported_fs in find_cow_devices (like in find_files).
Tails developers [Wed, 9 Nov 2011 19:06:28 +0000 (20:06 +0100)]
Making use of is_supported_fs in find_cow_devices (like in find_files).

12 years agoRefactoring device scanning in find_{cow_device,files}.
Tails developers [Wed, 9 Nov 2011 18:39:11 +0000 (19:39 +0100)]
Refactoring device scanning in find_{cow_device,files}.

12 years agoClarifying what happens when you don't retry decrypting a device.
Tails developers [Wed, 9 Nov 2011 12:27:03 +0000 (13:27 +0100)]
Clarifying what happens when you don't retry decrypting a device.

12 years agoFixing an incorrectly redirected newline.
Tails developers [Wed, 9 Nov 2011 12:13:09 +0000 (13:13 +0100)]
Fixing an incorrectly redirected newline.

Since this newline was written to stdout it both messed up the the
display of errors while entering a LUKS passphrase, and caused
find_cow_device to return a bad string under certain
circumstances. Example: You have home-rw on /dev/sdX1. You'll first
be asked for passphrase for "live-rw on /dev/sdX1", which you skip (a
newline has been written to stdout now). Then you're asked for
"home-rw on /dev/sdX1", which is what you want so you enter it.
Thanks to the spurious newline find_cow_device returns "\n/dev/loopY",
which breaks some tests later.

12 years agoAdding persistent-method=METHOD...
Tails developers [Tue, 8 Nov 2011 20:14:59 +0000 (21:14 +0100)]
Adding persistent-method=METHOD...

The comma-separated list METHOD... specifies which types of persistent
setups we allow. Current possible METHODs are {snapshot, overlay}. The
default value is both, i.e. persistent-method=snapshot,overlay.

12 years agoRemoving now obsolete persistent=* arguments.
Tails developers [Tue, 8 Nov 2011 20:01:33 +0000 (21:01 +0100)]
Removing now obsolete persistent=* arguments.

These type of options has have been replaced by persistent-encryption
and persistent-storage.

12 years agoAdding persistent-storage=TYPE...
Tails developers [Tue, 8 Nov 2011 19:44:11 +0000 (20:44 +0100)]
Adding persistent-storage=TYPE...

The comma-separated list TYPE... specifies which types of persistent
storage to use. Current possible TYPEs are {file, filesystem}. For
instance, persistent-storage=filesystem is equivalent to the old
persistent=nofiles, but persistent-storage=file allows to look for
only files, which wasn't possible before. The default is to look for
both, i.e. persistent-storage=filesystem,file.

12 years agoMaking sure dm-crypt is loaded when dealing with LUKS devices.
Tails developers [Tue, 8 Nov 2011 16:33:46 +0000 (17:33 +0100)]
Making sure dm-crypt is loaded when dealing with LUKS devices.

12 years agoMaking persistent-encryption=luks strict.
Tails developers [Tue, 8 Nov 2011 14:51:14 +0000 (15:51 +0100)]
Making persistent-encryption=luks strict.

When specified we completely ignore unencrypted media when probing for
persistent media.

12 years agoAdding persistent-encryption={none|luks}.
Tails developers [Tue, 8 Nov 2011 14:40:17 +0000 (15:40 +0100)]
Adding persistent-encryption={none|luks}.

This is the way to control whether to use encrypted persistent media,
instead of the (from this commit on) obsolete persistent=cryptsetup.

12 years agoUpdate udevs path_id changes as of version 174, thanks to Baurzhan Muftakhidinov...
Daniel Baumann [Mon, 21 Nov 2011 11:29:25 +0000 (12:29 +0100)]
Update udevs path_id changes as of version 174, thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com> for spotting it.

12 years agoEnabling whiteouts support for aufs.
Tails developers [Tue, 8 Nov 2011 17:15:41 +0000 (18:15 +0100)]
Enabling whiteouts support for aufs.

This improves support for stacked SquashFS a lot: it allows a given SquashFS to
delete files in another one it's on top of.

12 years agoReleasing debian version 3.0~a22-1. debian/3.0_a22-1
Daniel Baumann [Fri, 4 Nov 2011 10:38:44 +0000 (11:38 +0100)]
Releasing debian version 3.0~a22-1.

12 years agoSorting overrides in rules alphabetically.
Daniel Baumann [Fri, 4 Nov 2011 10:31:43 +0000 (11:31 +0100)]
Sorting overrides in rules alphabetically.

12 years agoFix live-snapshot exclude.list handling (Closes: #610337)
Marco Amadori [Thu, 3 Nov 2011 16:28:23 +0000 (17:28 +0100)]
Fix live-snapshot exclude.list handling (Closes: #610337)

Rationale: grep -f does not like empty lines in matches file, removing
empty lines from exclude.list using a temporary file, fixes the
problem.

12 years agoInclude overlayfs modules in initramfs if existing.
Daniel Baumann [Sat, 29 Oct 2011 16:03:55 +0000 (18:03 +0200)]
Include overlayfs modules in initramfs if existing.

12 years agoUpdating matching in is_nice_device to, amongst others, match for virtio devices.
Daniel Baumann [Sat, 29 Oct 2011 16:01:00 +0000 (18:01 +0200)]
Updating matching in is_nice_device to, amongst others, match for virtio devices.

12 years agoUsing compression level 9 also for binary packages.
Daniel Baumann [Sat, 8 Oct 2011 09:31:43 +0000 (11:31 +0200)]
Using compression level 9 also for binary packages.

12 years agoReleasing debian version 3.0~a21-1. debian/3.0_a21-1
Daniel Baumann [Thu, 8 Sep 2011 19:07:01 +0000 (21:07 +0200)]
Releasing debian version 3.0~a21-1.

12 years agoUsing /usr/share/live-boot instead of unreliable /usr/share/doc/live-boot in validate...
Daniel Baumann [Thu, 8 Sep 2011 14:21:19 +0000 (16:21 +0200)]
Using /usr/share/live-boot instead of unreliable /usr/share/doc/live-boot in validateroot bootscript, stripped live systems may or may not carry /usr/share/doc.

12 years agoErroring out in case a "wrong" filesystem was chosen.
Tails developers [Thu, 8 Sep 2011 13:48:16 +0000 (15:48 +0200)]
Erroring out in case a "wrong" filesystem was chosen.

If live-boot finds a "wrong" filesystem that looks OK, then the error message
can be pretty confusing. Panic with an explicit message in this case.

The "is this rootfs valid" test is implemented by checking if the
/usr/share/doc/live-boot/ directory exists: as per Debian Policy 2.3 (Copyright
considerations), this directory must exist on any system where the live-boot
binary package is installed.

Adapted and reformatted from a patch by Christian Hofstaedtler <ch@grml.org>.

12 years agoSilencing umount in case live/image was unmounted already, extracted from a patch...
Tails developers [Thu, 8 Sep 2011 13:15:30 +0000 (15:15 +0200)]
Silencing umount in case live/image was unmounted already, extracted from a patch by Michael Schierl <schierlm@gmx.de>.

12 years agoAdding support for persistent-media={removable,removable-usb}.
Tails developers [Mon, 1 Nov 2010 17:30:19 +0000 (18:30 +0100)]
Adding support for persistent-media={removable,removable-usb}.

This is e.g. needed when one's threat model does not allow her to trust the
local hard disks.

12 years agoFactorizing loops on removable/non-removable devices.
Tails developers [Mon, 1 Nov 2010 17:23:05 +0000 (18:23 +0100)]
Factorizing loops on removable/non-removable devices.

The already duplicated code will be needed a few more times for the upcoming
persistent-media={removable,removable-usb} boot option. Copy/pasting it a few
more times seems the wrong way to go, hence this factorization.

Depending on the place they are used, the newly introduced functions must return
a list of devices named either /sys/block/* or /dev/*. Their first parameter
therefore specifies the wanted output format (default is /dev/* as it is the
most often used).

12 years agoAdding a white_listed_devices parameter to find_cow_device and find_files.
Tails developers [Mon, 1 Nov 2010 16:35:45 +0000 (17:35 +0100)]
Adding a white_listed_devices parameter to find_cow_device and find_files.

This will be needed for the upcoming persistent-media={removable,removable-usb}
boot option.

12 years agoFixing cache_path: taking into account the three forms of ldd output lines.
Tails developers [Sat, 8 Jan 2011 17:43:38 +0000 (18:43 +0100)]
Fixing cache_path: taking into account the three forms of ldd output lines.

12 years agoFixing cache_path: cache non-executable libs dependencies as well.
Tails developers [Sat, 8 Jan 2011 17:09:01 +0000 (18:09 +0100)]
Fixing cache_path: cache non-executable libs dependencies as well.

Most shared libraries are not executable and nevertheless depend on other shared
libraries. These dependencies must be cached as well.

12 years agoPrinting out a warning message in initramfs-tools hook if backend is installed but...
Daniel Baumann [Wed, 31 Aug 2011 18:55:05 +0000 (20:55 +0200)]
Printing out a warning message in initramfs-tools hook if backend is installed but no live-boot package, exiting early and not breaking update-initramfs (Closes: #639884).

12 years agoSilencing rmdir calls in makefile.
Daniel Baumann [Wed, 31 Aug 2011 09:16:38 +0000 (11:16 +0200)]
Silencing rmdir calls in makefile.

12 years agoReleasing debian version 3.0~a20-1. debian/3.0_a20-1
Daniel Baumann [Thu, 4 Aug 2011 19:21:01 +0000 (21:21 +0200)]
Releasing debian version 3.0~a20-1.

12 years agoApplying reformated patch from Ulrich Dangel <mru@grml.org> to add support for lvm...
Daniel Baumann [Thu, 4 Aug 2011 19:11:34 +0000 (21:11 +0200)]
Applying reformated patch from Ulrich Dangel <mru@grml.org> to add support for lvm and md devices.

12 years agoApplying patch from grml to update forgotten use of live.log with live-boot.log.
Daniel Baumann [Thu, 4 Aug 2011 18:49:14 +0000 (20:49 +0200)]
Applying patch from grml to update forgotten use of live.log with live-boot.log.

12 years agoCorrecting bootappend-live reference in live-boot manpage.
Daniel Baumann [Thu, 4 Aug 2011 11:10:31 +0000 (13:10 +0200)]
Correcting bootappend-live reference in live-boot manpage.

12 years agoCross-referencing lb_config --bootappend-live.
Ben Armstrong [Wed, 3 Aug 2011 10:36:28 +0000 (07:36 -0300)]
Cross-referencing lb_config --bootappend-live.

12 years agoUpdating section for live-boot-doc.
Daniel Baumann [Sat, 16 Jul 2011 07:42:23 +0000 (09:42 +0200)]
Updating section for live-boot-doc.

12 years agoReleasing debian version 3.0~a19-1. debian/3.0_a19-1
Daniel Baumann [Wed, 13 Jul 2011 08:29:44 +0000 (10:29 +0200)]
Releasing debian version 3.0~a19-1.

12 years agoAdding conflicts/replaces for live-boot to live-boot-doc to not break upgrades.
Daniel Baumann [Wed, 13 Jul 2011 01:26:23 +0000 (03:26 +0200)]
Adding conflicts/replaces for live-boot to live-boot-doc to not break upgrades.

12 years agoSplitting out documentation so that it can be accesses separately from the initramfs...
Daniel Baumann [Wed, 13 Jul 2011 01:08:33 +0000 (03:08 +0200)]
Splitting out documentation so that it can be accesses separately from the initramfs code.

12 years agoReplacing reference to old alioth page in live-snapshot.
Daniel Baumann [Tue, 21 Jun 2011 07:15:36 +0000 (09:15 +0200)]
Replacing reference to old alioth page in live-snapshot.

12 years agoMaking references to debian more distribution neutral.
Daniel Baumann [Tue, 21 Jun 2011 07:14:36 +0000 (09:14 +0200)]
Making references to debian more distribution neutral.

12 years agoCorrect rmdir call in top-level Makefiles uninstall target to not fail if there was...
Daniel Baumann [Thu, 16 Jun 2011 20:26:17 +0000 (22:26 +0200)]
Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-boot installation.

12 years agoReleasing debian version 3.0~a18-1. debian/3.0_a18-1
Daniel Baumann [Sat, 11 Jun 2011 09:24:25 +0000 (11:24 +0200)]
Releasing debian version 3.0~a18-1.

12 years agoRemoving accidentally twice included English files when installing manpages.
Daniel Baumann [Fri, 3 Jun 2011 08:56:11 +0000 (10:56 +0200)]
Removing accidentally twice included English files when installing manpages.

12 years agoUpdating and correcting sendsigs.omit support for /run (Closes: #628188).
Daniel Baumann [Sat, 28 May 2011 06:29:47 +0000 (08:29 +0200)]
Updating and correcting sendsigs.omit support for /run (Closes: #628188).

12 years agoReleasing debian version 3.0~a17-1. debian/3.0_a17-1
Daniel Baumann [Wed, 18 May 2011 17:31:41 +0000 (19:31 +0200)]
Releasing debian version 3.0~a17-1.

12 years agoTidy up resolv.conf a bit.
Michal Suchanek [Tue, 17 May 2011 17:55:57 +0000 (19:55 +0200)]
Tidy up resolv.conf a bit.

12 years agoCopy resolv.conf to live system root (Closes: #627178).
Michal Suchanek [Tue, 17 May 2011 16:40:01 +0000 (18:40 +0200)]
Copy resolv.conf to live system root (Closes: #627178).

12 years agoCorrecting top-level makefile to automatically get all the supported languages, rathe...
Daniel Baumann [Wed, 18 May 2011 17:27:25 +0000 (19:27 +0200)]
Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list.

12 years agoMaking copyright file distribution neutral.
Daniel Baumann [Wed, 18 May 2011 17:26:10 +0000 (19:26 +0200)]
Making copyright file distribution neutral.

13 years agoUpdating manpage wrt/ ip parameter squence (Closes: #616197).
Daniel Baumann [Sat, 23 Apr 2011 11:49:20 +0000 (13:49 +0200)]
Updating manpage wrt/ ip parameter squence (Closes: #616197).

13 years agoUsing /run/initramfs instead of /dev/.initramfs/varrun for unionfs-fuse sendsigs...
Daniel Baumann [Sat, 23 Apr 2011 11:43:24 +0000 (13:43 +0200)]
Using /run/initramfs instead of /dev/.initramfs/varrun for unionfs-fuse sendsigs (Closes: #621908).

13 years agoUpdating to standards version 3.9.2.
Daniel Baumann [Sat, 23 Apr 2011 10:42:38 +0000 (12:42 +0200)]
Updating to standards version 3.9.2.

13 years agoReleasing debian version 3.0~a16-1. debian/3.0_a16-1
Daniel Baumann [Mon, 14 Mar 2011 05:28:11 +0000 (06:28 +0100)]
Releasing debian version 3.0~a16-1.

13 years agoAdding old 2.x changelog entries in debian changelog.
Daniel Baumann [Thu, 10 Mar 2011 03:36:29 +0000 (04:36 +0100)]
Adding old 2.x changelog entries in debian changelog.

13 years agoReleasing debian version 3.0~a15-1. debian/3.0_a15-1
Daniel Baumann [Wed, 9 Mar 2011 17:01:23 +0000 (18:01 +0100)]
Releasing debian version 3.0~a15-1.

13 years agoFixing syntax error.
T(A)ILS developers [Sun, 20 Feb 2011 19:50:02 +0000 (20:50 +0100)]
Fixing syntax error.

13 years agoFixing remaining fromiso= bug.
T(A)ILS developers [Wed, 16 Feb 2011 13:52:39 +0000 (14:52 +0100)]
Fixing remaining fromiso= bug.

Taking care that the filesystem kernel module is loaded before issuing
the mount command.

13 years agoAdd verbose messages to initramfs hook.
Michal Suchanek [Sat, 12 Feb 2011 18:07:31 +0000 (19:07 +0100)]
Add verbose messages to initramfs hook.

13 years agoReally set limit on open files for unionfs-fuse
Michal Suchanek [Fri, 11 Feb 2011 15:34:24 +0000 (16:34 +0100)]
Really set limit on open files for unionfs-fuse

13 years agoSimplify union mounting.
Michal Suchanek [Fri, 11 Feb 2011 07:39:53 +0000 (08:39 +0100)]
Simplify union mounting.

13 years agoProtect NOPROMPT (Closes: #610941).
Marco Amadori [Mon, 24 Jan 2011 09:21:54 +0000 (10:21 +0100)]
Protect NOPROMPT (Closes: #610941).

13 years agoAdjust copyright entry in live-snapshot.
Marco Amadori [Mon, 17 Jan 2011 09:30:00 +0000 (10:30 +0100)]
Adjust copyright entry in live-snapshot.

13 years agoUpdating year in copyright.
Daniel Baumann [Tue, 11 Jan 2011 13:37:18 +0000 (14:37 +0100)]
Updating year in copyright.

13 years agoReleasing debian version 3.0~a14-1.
Daniel Baumann [Tue, 11 Jan 2011 12:39:58 +0000 (13:39 +0100)]
Releasing debian version 3.0~a14-1.

13 years agoSupporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to Michael...
Daniel Baumann [Mon, 20 Dec 2010 18:01:54 +0000 (19:01 +0100)]
Supporting /dev/mtdblock0 as valid device name (for memdisk boot), thanks to Michael Prokop <mika@grml.org>.

13 years agoCorrecting live hook to include mtdblock for syslinux memdisk usage, thanks to Michae...
Daniel Baumann [Mon, 20 Dec 2010 18:00:04 +0000 (19:00 +0100)]
Correcting live hook to include mtdblock for syslinux memdisk usage, thanks to Michael Prokop <mika@grml.org>.

13 years agoUpdating auto_install overrides in rules.
Daniel Baumann [Sat, 18 Dec 2010 16:04:02 +0000 (17:04 +0100)]
Updating auto_install overrides in rules.

13 years agoRemoving the duplicated "the" in the live-boot.init script.
Steven Shiau [Wed, 15 Dec 2010 20:33:18 +0000 (21:33 +0100)]
Removing the duplicated "the" in the live-boot.init script.

13 years agoUsing dh auto magic in override, rather than manual make call.
Daniel Baumann [Mon, 6 Dec 2010 14:35:34 +0000 (15:35 +0100)]
Using dh auto magic in override, rather than manual make call.

13 years agoDon't hard-depend on test target in Makefile.
Daniel Baumann [Mon, 6 Dec 2010 14:35:23 +0000 (15:35 +0100)]
Don't hard-depend on test target in Makefile.

13 years agoRemoving header in copyright file.
Daniel Baumann [Mon, 6 Dec 2010 14:34:58 +0000 (15:34 +0100)]
Removing header in copyright file.

13 years agoPopulate adapters in /etc/network/interfaces when ethdevice= on cmdline.
Richard Nelson [Sat, 4 Dec 2010 04:05:35 +0000 (22:05 -0600)]
Populate adapters in /etc/network/interfaces when ethdevice= on cmdline.

13 years agoReleasing debian version 3.0~a13-1.
Daniel Baumann [Mon, 6 Dec 2010 10:28:04 +0000 (11:28 +0100)]
Releasing debian version 3.0~a13-1.

13 years agoClean some leading whitespaces.
Richard Nelson [Sat, 4 Dec 2010 04:34:01 +0000 (22:34 -0600)]
Clean some leading whitespaces.

13 years agoRemounting cow read-only before prompting user to remove usb flash drive.
Ronny Standtke [Wed, 1 Dec 2010 20:36:08 +0000 (20:36 +0000)]
Remounting cow read-only before prompting user to remove usb flash drive.