Harald Hoyer
9ca53063ee
test: use dd to write status to marker disk
2020-02-28 14:41:15 +01:00
Mike Gilbert
5899f2f516
Replace echo -n with printf in code with a /bin/sh shebang
...
POSIX does not mandate that echo support the -n parameter.
printf has more well-defined behavior.
2015-07-14 22:22:14 -04:00
Harald Hoyer
6d58fa27a4
change "while read x" to cope with EOF without newline
...
while read x || [ -n "$x" ]
should do the trick
2015-04-28 11:39:15 +02:00
Harald Hoyer
32bd2fbb4c
use "rm --" to guard against filenames beginning with "-"
2013-06-28 10:31:18 +02:00
Harald Hoyer
bb278147cf
fixed testsuite
2013-03-15 07:10:20 +01:00
Harald Hoyer
43cc4d84bc
change for "udevadm control": s/--reload-rules/--reload/g
2012-12-14 09:04:56 +01:00
Harald Hoyer
3f7e5358e5
crypt/crypt-run-generator.sh: do not add already existing luks
2012-07-30 20:41:16 +02:00
Harald Hoyer
75e8f476e7
TEST-40-NBD: relaxed check on ext3 filesystem options
...
onerror=continue does not seem to be displayed for new kernels
2011-09-22 15:37:27 +02:00
Harald Hoyer
de0b239907
TEST-40-NBD/create-root.sh: sleep before disassembling root device
2011-08-11 15:36:29 +02:00
Harald Hoyer
0e8b76a57e
test: remove lvm.conf in create-root.sh
2010-01-15 12:58:46 +01:00
Warren Togami
44f1ab8285
Remove 63-luks.rules, it is no longer used
2009-07-16 09:34:07 -04:00
David Dillow
8bd5873ffc
NBD root: add support for LVM/LUKS
...
With this change, we can now use LUKS and LVM over NBD. There are
some decisions to be made regarding where we should get the fstype
and fsoptions from (DHCP root vs rootfstype= etc), but the basic
functionality is there.
2009-06-11 01:47:11 -04:00