From 1f1bcea7d94e2c8617ebc828b6115ce697de75f1 Mon Sep 17 00:00:00 2001 From: torben Date: Mon, 23 Mar 2015 17:39:45 +0100 Subject: Adding needed dependencies to out example module and configure grub boot. --- grub2.conf | 2 +- testModule/module-setup.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/grub2.conf b/grub2.conf index 2b71901f..5b0f9179 100755 --- a/grub2.conf +++ b/grub2.conf @@ -16,6 +16,6 @@ menuentry 'test' --class centos --class gnu-linux --class gnu --class os --unres else search --no-floppy --fs-uuid --set=root 4236333a-a808-4f6b-b4a6-d963f4a69a25 fi - linux16 /vmlinuz-3.10.0-123.el7.x86_64 root=UUID=6c06919a-389a-4a50-8c6b-b086e65db9b0 ro rd.lvm.lv=centos/swap crashkernel=auto rd.lvm.lv=centos/root vconsole.font=latarcyrheb-sun16 vconsole.keymap=de console=tty0 console=ttyS0,9600 rd.shell + linux16 /vmlinuz-3.10.0-123.el7.x86_64 root=UUID=6c06919a-389a-4a50-8c6b-b086e65db9b0 ro rd.lvm.lv=centos/swap crashkernel=auto rd.lvm.lv=centos/root vconsole.font=latarcyrheb-sun16 vconsole.keymap=de console=tty0 console=ttyS0,9600 rd.shell rd.info rd.debug ip=dhcp rd.break=pre-mount initrd16 /initramfs-test.img } diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh index 1923f023..7a62ecd1 100644 --- a/testModule/module-setup.sh +++ b/testModule/module-setup.sh @@ -5,6 +5,7 @@ check() { } depends() { + echo 'base' return 0 } -- cgit v1.2.3-55-g7522