Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.package
Commits
0909ca73
Commit
0909ca73
authored
Jul 16, 2014
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian: Repositories keys are handled by slappkg now
parent
f81a745f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
debian-preseed/slapos-quick-install.sh
debian-preseed/slapos-quick-install.sh
+4
-14
No files found.
debian-preseed/slapos-quick-install.sh
View file @
0909ca73
...
...
@@ -12,22 +12,14 @@ if [ -z "$SLAPPKGKEY" ]; then
SLAPPKGKEY
=
slapos-update-v0-iePo8Patho4aejai2reew1cai7exeibiepa8winideefar3aiBoh8ohpaingieTh
fi
if
[
!
-f
/etc/apt/trusted.gpg.d/slapos.openbuildservice.gpg
]
;
then
wget
-O
/etc/apt/trusted.gpg.d/slapos.openbuildservice.gpg
"http://git.erp5.org/gitweb/slapos.package.git/blob_plain/HEAD:/debian-preseed/slapos.openbuildservice.key"
fi
if
[
!
-f
/etc/apt/trusted.gpg.d/git.erp5.org.gpg
]
;
then
wget
-O
/etc/apt/trusted.gpg.d/git.erp5.org.gpg
"http://git.erp5.org/gitweb/slapos.package.git/blob_plain/HEAD:/debian-preseed/git.erp5.org.key"
fi
if
[
!
-f
/usr/local/bin/slappkg-update
]
;
then
apt-get
install
python-setuptools
apt-get
install
-y
python-setuptools openssl
easy_install
-U
slapos.package
fi
slappkg-conf
--key
=
$SLAPPKGKEY
--slapos-configuration
=
/etc/opt/update.cfg
slappkg-conf
--key
=
$SLAPPKGKEY
slappkg-update
--slapos-configuration
=
/etc/opt/update.cfg
slappkg-update
# Firmware for realtek
apt-get
install
-y
firmware-realtek
...
...
@@ -53,9 +45,7 @@ if [ ! -f /etc/re6stnet/re6stnet.conf ]; then
fi
if
[
!
-f
/etc/opt/slapos/slapos.cfg
]
;
then
slapos node register
$COMPUTERNAME
--partition-number
20
--ipv6-interface
lo
--interface-name
eth0
rm
/etc/opt/update.cfg
slappkg-conf
--key
=
$SLAPPKGKEY
--slapos-configuration
=
/etc/opt/update.cfg
slapos node register
$COMPUTERNAME
--partition-number
20
--interface-name
lo
fi
if
[
!
-f
/etc/opt/slapos/slapos.cfg
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment