| Summary: | Should be better to add a new line at end of the output of grub.conf | |||
|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | wanghui <huiwa> | |
| Component: | ovirt-node | Assignee: | Joey Boggs <jboggs> | |
| Status: | CLOSED NEXTRELEASE | QA Contact: | bugs <bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 3.5 | CC: | acathrow, cshao, fdeutsch, gouyang, hadong, jboggs, leiwang, lsong, mgoldboi, ovirt-bugs, ovirt-maint, pstehlik, yaniwang, ycui, yeylon | |
| Target Milestone: | --- | Keywords: | Triaged | |
| Target Release: | 3.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | node | |||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1049183 (view as bug list) | Environment: | ||
| Last Closed: | 2014-07-24 18:12:49 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1049183 | |||
This is an automated message. Re-targeting all non-blocker bugs still open on 3.4.0 to 3.4.1. |
Description of problem: It should be better to add a new line at the end of the output of grub.conf file. Version-Release number of selected component (if applicable): ovirt-node-iso-3.0.3-1.1.fc19.iso ovirt-node-3.0.3-1.1.fc19.noarch How reproducible: 100% Steps to Reproduce: 1. Clean install ovirt-node-iso-3.0.3-1.1.fc19.iso. 2. Check the grub.conf file use #cat /dev/.initramfs/live/grub2/grub.cfg Actual results: 1. After step2, the output it as follows. [root@localhost admin]# cat /dev/.initramfs/live/grub2/grub.cfg #default saved set timeout 5 #hiddenmenu menuentry "oVirt Node Hypervisor 3.0.3-1.1.fc19" { set root=(hd0,3) search --no-floppy --label Root --set root linux /vmlinuz0 root=live:LABEL=Root ro rootfstype=auto rootflags=ro rd.live.image rd.live.check rd.lvm=0 crashkernel=128M elevator=deadline quiet max_loop=256 rhgb rd.lunks=0 rd.dm=0 initrd /initrd0.img }[root@localhost admin]# Expected results: 1. It should be better to add a new line at the end of the output of grub.conf file like the follows. initrd /initrd0.img } [root@localhost admin]# Additional info: