#!/bin/bash # module-setup.sh for livenet check() { return 255 } depends() { echo network url-lib dmsquash-live img-lib return 0 } install() { inst_hook cmdline 29 "$moddir/parse-livenet.sh" inst_hook initqueue/online 95 "$moddir/fetch-liveupdate.sh" inst_script "$moddir/livenetroot.sh" "/sbin/livenetroot" dracut_need_initqueue }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
fetch-liveupdate.sh | File | 857 B | 0755 |
|
livenetroot.sh | File | 672 B | 0755 |
|
module-setup.sh | File | 364 B | 0755 |
|
parse-livenet.sh | File | 974 B | 0755 |
|