Merge pull request #11 from dsheets/transfuse

Small transfuse fixes
This commit is contained in:
Justin Cormack 2016-01-20 15:02:50 +00:00
commit dba5bc4292
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ start()
# --pidfile "${PIDFILE}" \ # --pidfile "${PIDFILE}" \
# -- -path /Transfuse # -- -path /Transfuse
# eend $? "Failed to start 9pudfuse" # eend $? "Failed to start 9pudfuse"
mkdir -p /Mac
OCAMLRUNPARAM=b /sbin/9pudfuse & OCAMLRUNPARAM=b /sbin/9pudfuse &
} }

View File

@ -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"