feat: initial commit
This commit is contained in:
commit
8085c747cb
14 changed files with 926 additions and 0 deletions
20
usr/lib/dracut/modules.d/10akshara/module-setup.sh
Executable file
20
usr/lib/dracut/modules.d/10akshara/module-setup.sh
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
check() {
|
||||
return 0
|
||||
}
|
||||
|
||||
depends() {
|
||||
echo base
|
||||
return 0
|
||||
}
|
||||
|
||||
installkernel() {
|
||||
hostonly="" instmods overlay
|
||||
}
|
||||
|
||||
install() {
|
||||
inst touch
|
||||
|
||||
inst_hook pre-pivot 15 "$moddir/handle-update.sh"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue