summaryrefslogtreecommitdiffstats
path: root/testModule/module-setup.sh
diff options
context:
space:
mode:
authortorben2015-04-14 17:58:35 +0200
committertorben2015-04-14 17:58:35 +0200
commitb4a9dea1aed0919448b4fe8fc993eaa04f0d9e8c (patch)
tree4c1a333db46ed0d69c059d4749bf6c9f9c8b040b /testModule/module-setup.sh
parentFixes. (diff)
downloadsystemd-init-b4a9dea1aed0919448b4fe8fc993eaa04f0d9e8c.tar.gz
systemd-init-b4a9dea1aed0919448b4fe8fc993eaa04f0d9e8c.tar.xz
systemd-init-b4a9dea1aed0919448b4fe8fc993eaa04f0d9e8c.zip
Some tries to fix kernel panic.
Diffstat (limited to 'testModule/module-setup.sh')
-rw-r--r--testModule/module-setup.sh7
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
}