Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
devel:kanku:images
ubuntu-noble
config.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File config.sh of Package ubuntu-noble
#!/bin/bash #================ # FILE : config.sh #---------------- # PROJECT : OpenSuSE KIWI Image System # COPYRIGHT : (c) 2006 SUSE LINUX Products GmbH. All rights reserved # : # AUTHOR : Marcus Schaefer <ms@suse.de> # : # BELONGS TO : Operating System images # : # DESCRIPTION : configuration script for Ubuntu based # : operating systems # : # : # STATUS : BETA #---------------- #====================================== # Functions... #-------------------------------------- test -f /.kconfig && . /.kconfig test -f /.profile && . /.profile #====================================== # Greeting... #-------------------------------------- echo "Configure image: [$kiwi_iname]..." #====================================== # Setup default target, multi-user #-------------------------------------- baseSetRunlevel 3 #====================================== # Enable firstboot resolv.conf setting #-------------------------------------- baseInsertService symlink-resolvconf #====================================== # Clear apt-get data #-------------------------------------- apt-get clean rm -r /var/lib/apt/* rm -r /var/cache/apt/* cat <<EOF > /etc/apt/sources.list deb http://de.archive.ubuntu.com/ubuntu noble main restricted universe multiverse #deb-src http://de.archive.ubuntu.com/ubuntu noble main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse #deb-src http://de.archive.ubuntu.com/ubuntu noble-updates main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse #deb-src http://de.archive.ubuntu.com/ubuntu noble-security main restricted universe multiverse deb http://de.archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse #deb-src http://de.archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse EOF 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