diff options
author | maximilian attems <maks@debian.org> | 2006-01-24 19:44:11 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-01-24 19:44:11 +0100 |
commit | 3776f7f89abae55a448e008cf268385e119eb9ff (patch) | |
tree | 5424fbb58fc9ef89c050be786e342e024b31069e /hooks/lvm | |
parent | 0403b8bc09e6a4e499e3489ac24359a24e20d16a (diff) | |
download | initramfs-tools-3776f7f89abae55a448e008cf268385e119eb9ff.tar.gz initramfs-tools-3776f7f89abae55a448e008cf268385e119eb9ff.zip |
add dm_snapshot to the modules for booting on lvm snapshots
Diffstat (limited to 'hooks/lvm')
-rwxr-xr-x | hooks/lvm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,6 @@ fi copy_exec /lib/lvm-200/vgchange /sbin -for x in dm_mod; do +for x in dm_mod dm_snapshot; do manual_add_modules ${x} done |