Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
6ff35684
Commit
6ff35684
authored
Dec 07, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stage2, live-install: --no-hardlinks to squashcfg.mk if LIVE_INSTALL specified
--no-hardlinks is only needed for live, which will be installed.
parent
14ed7ccc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
05-live-install-no-hardlinks
...ive-install/stage1/scripts.d/05-live-install-no-hardlinks
+6
-0
03-test-kernel
features.in/stage2/stage1/scripts.d/03-test-kernel
+1
-1
No files found.
features.in/live-install/stage1/scripts.d/05-live-install-no-hardlinks
0 → 100755
View file @
6ff35684
#!/bin/sh -efu
[
-n
"
${
GLOBAL_LIVE_INSTALL
:-}
"
]
||
exit
0
[
-s
/.image/squashcfg.mk
]
||
exit
1
sed
-i
's/PACK_SQUASHFS_OPTS=/PACK_SQUASHFS_OPTS=-no-hardlinks /'
/.image/squashcfg.mk
features.in/stage2/stage1/scripts.d/03-test-kernel
View file @
6ff35684
...
...
@@ -55,4 +55,4 @@ options()
fi
}
echo
"PACK_SQUASHFS_OPTS=-no-recovery
-no-hardlinks
`
options
`
"
>
/.image/squashcfg.mk
echo
"PACK_SQUASHFS_OPTS=-no-recovery
`
options
`
"
>
/.image/squashcfg.mk
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