Skip to content
Snippets Groups Projects
Verified Commit 6e460363 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

Merge branch 'eworm-de-tmpfs'

parents 5f5005c7 245d81ab
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ build() {
local fsck= added=0
add_fsck() {
[[ $1 = tmpfs ]] && return
if [[ $1 = ext[234] ]]; then
add_binary fsck.ext4
add_symlink /usr/bin/fsck.ext2 fsck.ext4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment