OBS-URL: https://build.opensuse.org/request/show/742252 OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/opensuse-dhcp-server-image?expand=0&rev=1
15 lines
326 B
Bash
15 lines
326 B
Bash
#!/bin/sh
|
|
|
|
#--------------------------------------
|
|
#test -f /.profile && . /.profile
|
|
|
|
#======================================
|
|
# Greeting...
|
|
#--------------------------------------
|
|
echo "Configure image: [$kiwi_iname]..."
|
|
|
|
# Create configuration file to find manual page
|
|
echo "MANPATH /usr/share/man" > /etc/man.conf
|
|
|
|
exit 0
|