diff options
| author | torben | 2015-03-23 17:39:45 +0100 |
|---|---|---|
| committer | torben | 2015-03-23 17:39:45 +0100 |
| commit | 1f1bcea7d94e2c8617ebc828b6115ce697de75f1 (patch) | |
| tree | 614446725097da9518dabfe943e8775e8941c84e | |
| parent | Adding grub2 conf to debug dracut. (diff) | |
| download | systemd-init-1f1bcea7d94e2c8617ebc828b6115ce697de75f1.tar.gz systemd-init-1f1bcea7d94e2c8617ebc828b6115ce697de75f1.tar.xz systemd-init-1f1bcea7d94e2c8617ebc828b6115ce697de75f1.zip | |
Adding needed dependencies to out example module and configure grub
boot.
| -rwxr-xr-x | grub2.conf | 2 | ||||
| -rw-r--r-- | testModule/module-setup.sh | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 } |
