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
1
Issues
1
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
9f72780d
Commit
9f72780d
authored
Sep 11, 2015
by
Konstantin A. Lepikhov
Committed by
Michael Shigorin
May 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experimental overlayfs support
If aufs not available/broken we could try to use overlayfs. NB: changes below doesn't work without modified make-initrd-propagator!
parent
388f2d79
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
10-stage2
features.in/stage2/stage1/modules.d/10-stage2
+1
-0
03-test-kernel
features.in/stage2/stage1/scripts.d/03-test-kernel
+2
-1
modules
sub.in/stage1/modules
+1
-0
No files found.
features.in/stage2/stage1/modules.d/10-stage2
View file @
9f72780d
...
...
@@ -34,6 +34,7 @@ atl2.ko
atp870u.ko
atp.ko
aufs.ko
overlay.ko
axnet_cs.ko
b44.ko
bnx2.ko
...
...
features.in/stage2/stage1/scripts.d/03-test-kernel
View file @
9f72780d
...
...
@@ -24,7 +24,8 @@ configured()
ls
$CONFIGS
>
&/dev/null
||
fatal
"no stage1 kernel config found in /boot"
# test for installer-required filesystems support
for
opt
in
SQUASHFS AUFS_FS
$GLOBAL_STAGE1_KCONFIG
;
do
for
opt
in
SQUASHFS AUFS_FS OVERLAY_FS
$GLOBAL_STAGE1_KCONFIG
;
do
[
"
$opt
"
=
AUFS_FS
]
&&
[
$(
configured
"OVERLAY_FS=[my]"
)
-a
$(
configured
"AUFS_FS=n"
)
]
&&
continue
configured
"
$opt
=[my]"
||
fatal
"stage1 kernel must have
$opt
support"
done
...
...
sub.in/stage1/modules
View file @
9f72780d
...
...
@@ -4,6 +4,7 @@ kernel/drivers/rtc
af_packet.ko
arc4.ko
aufs.ko
overlay.ko
cdrom.ko
evdev.ko
ext4.ko
...
...
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