Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
OBS:Server:Unstable
obs-source-service-podman
config.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config.sh of Package obs-source-service-podman
#!/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]..." mkdir /home/daemon chown 2:2 /home/daemon #====================================== # Setup baseproduct link #-------------------------------------- suseSetupProduct #====================================== # SuSEconfig #-------------------------------------- #suseConfig #====================================== # Import repositories' keys #-------------------------------------- suseImportBuildKey #====================================== # Umount kernel filesystems #-------------------------------------- #baseCleanMount #====================================== # 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) 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