spelling errors
parent
6901754aa4
commit
caa48c22d5
|
|
@ -66,7 +66,7 @@ mknod $INITRAMFS/dev/tty4 c 4 4
|
|||
#copy_including_deps /usr/bin/strace
|
||||
#copy_including_deps /usr/bin/lsof
|
||||
|
||||
# TODO: add all comon filesystems which are NOT compiled in kernel already
|
||||
# TODO: add all common filesystems which are NOT compiled in kernel already
|
||||
copy_including_deps /$LMK/kernel/fs/squashfs
|
||||
copy_including_deps /$LMK/kernel/drivers/staging/zsmalloc # needed by zram
|
||||
copy_including_deps /$LMK/kernel/drivers/staging/zram
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ init_aufs()
|
|||
{
|
||||
debug_log "init_aufs" "$*"
|
||||
# TODO maybe check here if aufs support is working at all
|
||||
# and procude useful error message if user has no aufs
|
||||
# and produce useful error message if user has no aufs
|
||||
modprobe aufs 2>/dev/null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue