Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
ceph-image
config.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config.sh of Package ceph-image
#!/bin/bash #================ # FILE : config.sh #---------------- # PROJECT : OpenSuSE KIWI Image System # COPYRIGHT : (c) 2013 SUSE LLC # : # AUTHOR : Robert Schweikert <rjschwei@suse.com> # : # BELONGS TO : Operating System images # : # DESCRIPTION : configuration script for SUSE based # : operating systems # : # : # STATUS : BETA #---------------- #====================================== # Functions... #-------------------------------------- test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile #====================================== # Greeting... #-------------------------------------- echo "Configure image: [$kiwi_iname]..." #====================================== # Setup baseproduct link #-------------------------------------- suseSetupProduct #====================================== # Import repositories' keys #-------------------------------------- suseImportBuildKey #====================================== # Disable recommends #-------------------------------------- sed -i 's/.*installRecommends.*/installRecommends = no/g' /etc/zypp/zypper.conf #====================================== # Remove locale files #-------------------------------------- (cd /usr/share/locale && find -name '*.mo' | xargs rm) #====================================== # adjust lvm conf for ceph-colume #-------------------------------------- sed -i 's/udev_sync = 1/udev_sync = 0/g' /etc/lvm/lvm.conf && \ sed -i 's/udev_rules = 1/udev_rules = 0/g' /etc/lvm/lvm.conf && \ sed -i 's/obtain_device_list_from_udev = 1/obtain_device_list_from_udev = 0/g' /etc/lvm/lvm.conf exit 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor