diff options
Diffstat (limited to 'testModule/module-setup.sh')
| -rw-r--r-- | testModule/module-setup.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh index 158800b4..513b9068 100644 --- a/testModule/module-setup.sh +++ b/testModule/module-setup.sh @@ -5,7 +5,8 @@ check() { } depends() { - echo base network rootfs-block bash kernel-modules systemd debug + echo base network rootfs-block bash kernel-modules debug + # systemd return 0 } @@ -44,7 +45,9 @@ install() { inst_hook pre-mount 10 "$moddir/hooks/pre-mount.sh" inst_hook pre-pivot 10 "$moddir/hooks/pre-pivot.sh" - inst_multiple lsblk ping ip ifconfig sshd htop dhclient tail head cat vim touch sed lsmod insmod qemu-img qemu-nbd sleep route wget find + inst_multiple lsblk ping ip ifconfig sshd htop dhclient tail head cat vim \ + touch sed lsmod insmod qemu-img qemu-nbd sleep route wget find lsof \ + strace chroot switch_root pivot_root # Production: inst_multiple insmod qemu-img qemu-nbd return 0 } |
