forked from rosa/hakurei
internal/rosa/package: migrate kernel
This introduces bindings for extra paths and KnownChecksum, and exposes a passthrough special case. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
4
internal/rosa/package/kernel/installkernel
Normal file
4
internal/rosa/package/kernel/installkernel
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
echo "Installing linux $1..."
|
||||
cp -av "$2" "$4"
|
||||
cp -av "$3" "$4"
|
||||
Reference in New Issue
Block a user