diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-04-18 11:44:00 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2010-04-18 11:44:00 +0200 |
commit | 4418f59e32858d7badcc8e9b23dd6c26b26c42f0 (patch) | |
tree | bfadfdbb1f6e262ed48c6693c346df9b0857f598 /tests/runtime/automatic-dmcrypt-lvm-install-sda | |
parent | aa0123794a6743408f0de9d1792bdb7cc2eda733 (diff) |
implement consistent/generic, more stable {en,de}coding of fs_params and fs_opts. this should fix some bugs with filesystem creating failing when options were specified
Diffstat (limited to 'tests/runtime/automatic-dmcrypt-lvm-install-sda')
-rw-r--r-- | tests/runtime/automatic-dmcrypt-lvm-install-sda/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtime/automatic-dmcrypt-lvm-install-sda/profile b/tests/runtime/automatic-dmcrypt-lvm-install-sda/profile index f0c37c7..8828cf3 100644 --- a/tests/runtime/automatic-dmcrypt-lvm-install-sda/profile +++ b/tests/runtime/automatic-dmcrypt-lvm-install-sda/profile @@ -18,5 +18,5 @@ BLOCKDATA='/dev/sda1 raw no_label ext2;yes;/boot;target;no_opts;no_label;no_para /dev/sda2 raw lvm-pv;yes;no_mountpoint;target;no_opts;no_label;no_params /dev/sda2+ lvm-pv no_label lvm-vg;yes;no_mountpoint;target;no_opts;mypool;/dev/sda2 /dev/mapper/mypool lvm-vg mypool lvm-lv;yes;no_mountpoint;target;no_opts;root;800M -/dev/mapper/mypool-root lvm-lv no_label dm_crypt;yes;no_mountpoint;target;no_opts;mypool-rootcrypt;-c_aes-xts-plain_-y_-s_512 +/dev/mapper/mypool-root lvm-lv no_label dm_crypt;yes;no_mountpoint;target;no_opts;mypool-rootcrypt;-c__aes-xts-plain__-y__-s__512 /dev/mapper/mypool-rootcrypt dm_crypt no_label xfs;yes;/;target;no_opts;no_label;no_params'
\ No newline at end of file |