Skip to content

Commit

Permalink
plamo: Update release version and repository for getting packages
Browse files Browse the repository at this point in the history
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
  • Loading branch information
tenforward committed Mar 3, 2016
1 parent 130dae0 commit 64600fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/lxc-plamo.in
Expand Up @@ -44,7 +44,7 @@ export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
[ -r /etc/default/lxc ] && . /etc/default/lxc

DLSCHEME=${DLSCHEME:-"http"}
MIRRORSRV=${MIRRORSRV:-"www.ring.gr.jp"}
MIRRORSRV=${MIRRORSRV:-"repository.plamolinux.org"}
MIRRORPATH=${MIRRORPATH:-"/pub/linux/Plamo"}
CATEGORIES=${CATEGORIES-"00_base 01_minimum"}
EXTRACTGRS=${EXTRACTGRS-""}
Expand Down Expand Up @@ -292,7 +292,7 @@ usage() {
prog=`basename $0`
path="" ; name="" ; rootfs=""
clean=0
release=${release:-5.x}
release=${release:-6.x}
arch=`uname -m | sed 's/i.86/x86/'` ; hostarch=$arch
bindhome=""
sopts=hp:n:cr:a:b:
Expand Down

0 comments on commit 64600fe

Please sign in to comment.