Rename dracut files.

This commit is contained in:
Juan RP
2012-06-14 10:57:54 +02:00
parent 5f1c11eb55
commit dce041a6fe
3 changed files with 2 additions and 4 deletions

16
dracut/module-setup.sh Normal file
View File

@ -0,0 +1,16 @@
#!/bin/bash
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
check() {
return 255
}
depends() {
echo dmsquash-live
}
install() {
inst chmod
inst_hook pre-pivot 01 "$moddir/vmklive-adduser.sh"
}