diff options
-rw-r--r-- | update-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kernel.in b/update-kernel.in index d0b67e8..143e8ec 100644 --- a/update-kernel.in +++ b/update-kernel.in @@ -323,7 +323,7 @@ case $ARCH in x86|x86_64) mksfs="-Xbcj x86" ;; *) mksfs= esac -mksquashfs $MODLOOP "$STAGING/$MODIMG" -comp xz -exit-on-error -nopad $mksfs +mksquashfs $MODLOOP "$STAGING/$MODIMG" -comp xz -exit-on-error $mksfs if [ -n "$MODLOOPSIGN" ]; then sign_modloop "$STAGING/$MODIMG" |