Bug 976526
Summary: | variable name/package location value in ISO installer seems bogus | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Corey Welton <cwelton> |
Component: | Installation | Assignee: | Jason Montleon <jmontleo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | Nightly | CC: | bkearney, jmontleo, mmccune, sghai |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-04-24 17:07:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Corey Welton
2013-06-20 18:14:39 UTC
Strangely enough, I don't see this having made its way into latest iso. [cwelton@localhost Downloads]$ sudo mount -o loop Satellite-6.0.2-RHEL-6-20131017.1-Satellite-x86_64-dvd1.iso /tmp/foo [cwelton@localhost Downloads]$ cd /tmp/foo [cwelton@localhost foo]$ grep "PACAK" install_packages PACAKGES_DIR = os.path.join(PWD, "Packags") Jason, mind digging into why this fix didn't make it into the ISO? I think I see why this happened. In the conf file section for generating the iso it was looking at the old old 6.0.1 branch. It has been updated. Verified with MDP2 Snap7. Now the variable is correctly spelled in install_packages file. [root@perceptor ~]# mount -o loop Satellite-6.0.2-RHEL-6-20131023.1-Satellite-x86_64-dvd1.iso /mnt [root@perceptor ~]# cd /mnt/ [root@perceptor mnt]# ll total 71 -r-xr-xr-x. 1 root root 4469 Oct 23 13:41 install_packages dr-xr-xr-x. 2 root root 61440 Oct 23 13:41 Packages -r--r--r--. 1 root root 519 Oct 23 13:41 README dr-xr-xr-x. 2 root root 4096 Oct 23 13:41 repodata -r--r--r--. 1 root root 888 Oct 23 13:41 TRANS.TBL [root@perceptor mnt]# grep PACK install_packages ISO_PACKAGE_DIR = os.path.join(PWD, "Packages") if (not os.path.exists(ISO_PACKAGE_DIR)): for f in os.listdir(ISO_PACKAGE_DIR): [root@perceptor mnt]# grep "PACAK" install_packages This was verified and delivered with MDP2. Closing it out. |