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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Gambier
slapos.package
Commits
cb0017e6
Commit
cb0017e6
authored
Nov 14, 2012
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove any reference to fifib
parent
bc572e91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
slapprepare/CHANGES.txt
slapprepare/CHANGES.txt
+1
-0
slapprepare/slapprepare/__init__.py
slapprepare/slapprepare/__init__.py
+1
-1
No files found.
slapprepare/CHANGES.txt
View file @
cb0017e6
...
...
@@ -5,6 +5,7 @@ Changes
* Minor release: doesn't show scary error when modprobe of some monitoring
module can't be done. [Cédric de Saint Martin]
* Change references of VIFIB to slapos.org.
1.0a2 (2012-11-12)
------------------
...
...
slapprepare/slapprepare/__init__.py
View file @
cb0017e6
...
...
@@ -424,7 +424,7 @@ class Config:
def
userConfig
(
self
):
self
.
certificates
=
get_yes_no
(
"Automatically register new computer to
Vifib
?"
,
True
)
self
.
certificates
=
get_yes_no
(
"Automatically register new computer to
slapos.org
?"
,
True
)
if
self
.
certificates
:
self
.
computer_name
=
raw_input
(
"Define a unique name for this computer: "
)
self
.
partition_amount
=
raw_input
(
"""Number of SlapOS partitions for this computer? Default is 20 :"""
)
...
...
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