spelling errors

pull/8/head
Tomas M 2013-03-24 04:52:23 -05:00
parent 6901754aa4
commit caa48c22d5
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ mknod $INITRAMFS/dev/tty4 c 4 4
#copy_including_deps /usr/bin/strace #copy_including_deps /usr/bin/strace
#copy_including_deps /usr/bin/lsof #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/fs/squashfs
copy_including_deps /$LMK/kernel/drivers/staging/zsmalloc # needed by zram copy_including_deps /$LMK/kernel/drivers/staging/zsmalloc # needed by zram
copy_including_deps /$LMK/kernel/drivers/staging/zram copy_including_deps /$LMK/kernel/drivers/staging/zram

View File

@ -181,7 +181,7 @@ init_aufs()
{ {
debug_log "init_aufs" "$*" debug_log "init_aufs" "$*"
# TODO maybe check here if aufs support is working at all # 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 modprobe aufs 2>/dev/null
} }