mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 17:32:26 +00:00
@@ -20,7 +20,8 @@ start()
|
|||||||
# --pidfile "${PIDFILE}" \
|
# --pidfile "${PIDFILE}" \
|
||||||
# -- -path /Transfuse
|
# -- -path /Transfuse
|
||||||
# eend $? "Failed to start 9pudfuse"
|
# eend $? "Failed to start 9pudfuse"
|
||||||
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
mkdir -p /Mac
|
||||||
|
OCAMLRUNPARAM=b /sbin/9pudfuse &
|
||||||
}
|
}
|
||||||
|
|
||||||
stop()
|
stop()
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
KERNEL="../kernel/vmlinuz64"
|
KERNEL="../alpine/kernel/vmlinuz64"
|
||||||
INITRD="../alpine/initrd.img"
|
INITRD="../alpine/initrd.img"
|
||||||
CMDLINE="earlyprintk=serial console=ttyS0 virtio_pci.force_legacy=1"
|
CMDLINE="earlyprintk=serial console=ttyS0 virtio_pci.force_legacy=1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user