diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index ace95b6..6fe610f 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -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 diff --git a/livekitlib b/livekitlib index 8b4c2f0..4a9a1d0 100644 --- a/livekitlib +++ b/livekitlib @@ -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 }