From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
build: reference source bootfs.manifest.skel to prevent rebuiding kernel everytime for ZFS build Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/scripts/build b/scripts/build --- a/scripts/build +++ b/scripts/build @@ -175,7 +175,7 @@ case $OUT in esac # Default manifest -manifest=$OUT/bootfs.manifest +manifest=bootfs.manifest.skel fs_type=${vars[fs]-zfs} usrskel_arg= case $fs_type in -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/0000000000000041c405a2f66c64%40google.com.
