starting the service is always better
Signed-off-by: RouxAntoine <antoinroux@hotmail.fr>
This commit is contained in:
parent
20ad9f7aa3
commit
30c9f4b5f7
@ -5,13 +5,13 @@
|
|||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
|
|
||||||
use-arch: ../out/arch-rootfs.ext4
|
use-arch: ../out/arch-rootfs.ext4
|
||||||
ln -s $< ../out/rootfs.ext4
|
ln -fs $< ../out/rootfs.ext4
|
||||||
|
|
||||||
use-alpine: ../out/alpine-rootfs.ext4
|
use-alpine: ../out/alpine-rootfs.ext4
|
||||||
ln -s $< ../out/rootfs.ext4
|
ln -fs $< ../out/rootfs.ext4
|
||||||
|
|
||||||
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
use-ubuntu: ../out/ubuntu-22.04.ext4 ../out/ubuntu-22.04.id_rsa
|
||||||
ln -s $< ../out/rootfs.ext4
|
ln -fs $< ../out/rootfs.ext4
|
||||||
|
|
||||||
kernel: ../out/vmlinux-5.10.204
|
kernel: ../out/vmlinux-5.10.204
|
||||||
@echo "linux kernel retrieve"
|
@echo "linux kernel retrieve"
|
||||||
|
Loading…
Reference in New Issue
Block a user