[script] using webrsync
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ docker export $( docker ps -aq | xargs echo | cut -d ' ' -f 1) | docker import -
|
||||
mkdir -p ~/image
|
||||
mkdir -p ~/imagesquashed
|
||||
|
||||
cat <<- EOF > /image/Dockerfile
|
||||
cat <<- 'EOF' > /image/Dockerfile
|
||||
FROM sabayon/spinbase-amd64-tmp
|
||||
MAINTAINER mudler <mudler@sabayonlinux.org>
|
||||
# Define standard volumes
|
||||
|
||||
@@ -138,6 +138,7 @@ rm -rf /etc/ssh/*_key*
|
||||
|
||||
# Configuring for build
|
||||
echo "*" > /etc/eix-sync.conf
|
||||
emerge-webrsync
|
||||
eix-sync
|
||||
echo "y" | layman -f -a sabayon
|
||||
echo "y" | layman -f -a sabayon-distro
|
||||
|
||||
Reference in New Issue
Block a user