You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
406 B
17 lines
406 B
#!/bin/sh
|
|
|
|
. /etc/initrd.defaults
|
|
. /etc/initrd.d/00-splash.sh
|
|
. /etc/initrd.d/00-common.sh
|
|
. /etc/initrd.d/00-fsdev.sh
|
|
. /etc/initrd.d/00-devmgr.sh
|
|
. /etc/initrd.d/00-zfs.sh
|
|
. /etc/initrd.d/00-modules.sh
|
|
. /etc/initrd.d/00-livecd.sh
|
|
. /etc/initrd.d/00-nfs.sh
|
|
. /etc/initrd.d/00-keymaps.sh
|
|
. /etc/initrd.d/00-crypt.sh
|
|
. /etc/initrd.d/00-suspend.sh
|
|
. /etc/initrd.d/00-iscsi.sh
|
|
. /etc/initrd.d/00-rootdev.sh
|