mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
kernel: copy kernel to kernel/target
This commit is contained in:
parent
73f1e980cd
commit
06561137fd
@ -80,7 +80,7 @@ GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=4G,max:4G"
|
||||
$ ./kernel/build.sh -j4
|
||||
```
|
||||
|
||||
4. Copy the guest kernel image to `/var/lib/hypha/default/kernel` to have it automatically detected by hyphactl.
|
||||
4. Copy the guest kernel image at `kernel/target/kernel` to `/var/lib/hypha/default/kernel` to have it automatically detected by hyphactl.
|
||||
5. Launch `./scripts/hyphanet-debug.sh` and keep it running in the foreground.
|
||||
6. Run hyphactl to launch a container:
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
KERNEL_VERSION="6.7.5"
|
||||
KERNEL_SRC_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-${KERNEL_VERSION}.tar.xz"
|
||||
SRC_DIR_NAME="linux-${KERNEL_VERSION}"
|
||||
OUTPUT_DIR_NAME="out"
|
||||
OUTPUT_DIR_NAME="target"
|
||||
|
Loading…
Reference in New Issue
Block a user