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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
94b2052b
Commit
94b2052b
authored
Apr 06, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stage1: halve squashfs block size
gns@ has 512k, led@ suggests that it's too much a bit; let's try 256k.
parent
665c70a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
03-test-kernel
features.in/stage2/stage1/scripts.d/03-test-kernel
+1
-1
No files found.
features.in/stage2/stage1/scripts.d/03-test-kernel
View file @
94b2052b
...
...
@@ -2,7 +2,7 @@
# check relevant kernel features availability
GZ_OPTS
=
"-comp gzip"
XZ_OPTS
=
"-comp xz -b
524288
-noI"
XZ_OPTS
=
"-comp xz -b
262144
-noI"
# test for installer-required filesystems support
for
opt
in
CONFIG_SQUASHFS CONFIG_AUFS_FS
;
do
...
...
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