Bug #1188119 “ltsp bugs in 009-mock-chroot files” : Bugs : LTSP

ltsp bugs in 009-mock-chroot files

Bug #1188119 reported by James Ostrowick on 2013-06-06
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LTSP
Undecided
Joshua Trimm

Bug Description

if you choose a specific architecture when creating the client files, the following file is opened, however it has bugs in it:

/usr/share/ltsp/plugins/ltsp-build-client/RHEL/009-mock-chroot

line 21 reads:

MOCKFILE=$option_release_value".cfg

it should be:

MOCKFILE=$option_release_value

If you do not do this, it creates a file called :
/etc/ltsp/mock/epel-6-x86_64.cfg.cfg

Thats wrong.

line 30 reads:

BUILD=${BUILD:-i686}

it should read:

BUILD=${ARCH:-i686}

If the above change is not made, when it tries to execute the setarch command , it then will not work correctly.

Changed in ltsp:
assignee: nobody → Joshua Trimm (enslaver-l)
Joshua Trimm (enslaver-l) wrote :

Fixed. Will be included in 5.4.5-22

Changed in ltsp:
status: New → Fix Committed
Alkis Georgopoulos (alkisg) wrote :
Changed in ltsp:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  Edit
Everyone can see this information.