diff options
| -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 } |
