Merge remote-tracking branch 'joanna/master'
This commit is contained in:
commit
72f6fd4d40
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*~
|
||||
base_rpms
|
||||
keys
|
||||
appmenus
|
||||
|
@ -41,6 +41,8 @@ mount -t proc proc mnt/proc
|
||||
echo "--> Installing RPMs..."
|
||||
yum install -c $PWD/yum.conf $YUM_OPTS -y --installroot=$(pwd)/mnt rpms_to_install/*rpm
|
||||
|
||||
echo "--> Installing 3rd party apps"
|
||||
./add_3rd_party_software.sh
|
||||
|
||||
echo "--> Copying the Apps Menu shortcuts..."
|
||||
APPSORIG=qubeized_images/$NAME-apps.orig
|
||||
|
Loading…
Reference in New Issue
Block a user