Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
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
nexedi
initramfs-with-mca
Commits
2e6c8704
Commit
2e6c8704
authored
Dec 12, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generation: Update slapos.libnetworkcache installation.
parent
61019077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
generation/10install-dependencies.sh
generation/10install-dependencies.sh
+4
-4
No files found.
generation/10install-dependencies.sh
View file @
2e6c8704
...
...
@@ -10,7 +10,7 @@ cd "$GIT_ROOT"/generation
source
00env.sh
# useful tools
apt
-y
install sudo
wget tree
apt
-y
install sudo
wget tree
pip
git config
--local
user.email
"ophelie.gagnard@nexedi.com"
git config
--local
user.name
"Ophelie Gagnard"
...
...
@@ -18,16 +18,16 @@ git config --local user.name "Ophelie Gagnard"
apt
-y
install
dracut-core dracut dracut-network sbsigntool pip
apt
-y
build-dep linux
#pip install slapos.libnetworkcache
NC_DIR
=
strategies_slapos.libnetworkcache
NC_BRANCH
=
cmdline-selection
NC_DIR
=
"
${
NC_BRANCH
}
"
_slapos.libnetworkcache
cd
..
if
[
!
-d
"
$NC_DIR
"
]
;
then
git clone https://lab.nexedi.com/Ophelie/slapos.libnetworkcache.git
"
$NC_DIR
"
cd
"
$NC_DIR
"
git checkout
strategies
git checkout
"
$NC_BRANCH
"
cd
..
pip
install
-e
"
$NC_DIR
"
fi
pip
install
packaging
cd
generation
rm
-f
*
"
$MCA_PACKAGE_NAME
"
*
rm
-f
*
"
$FLB_PACKAGE_NAME
"
*
...
...
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