morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit 1e8ca6cc37b555a2bfa4fff912c9dc39133934f2
parent 807fe36d9e53a5e38a0bb7cf0cd4938d7f7f1726
Author: sin <sin@2f30.org>
Date:   Fri, 28 Feb 2014 15:37:53 +0000

Remove qemu-run-initrd

Diffstat:
Dqemu-run-initrd | 13-------------
1 file changed, 0 insertions(+), 13 deletions(-)

diff --git a/qemu-run-initrd b/qemu-run-initrd @@ -1,13 +0,0 @@ -#!/bin/sh - -. ./prepare-env - -vdesock="/tmp/morpheus-vde" - -ps -ef | grep vde_switch | grep "sock $vdesock" | grep -v grep > /dev/null || { - vde_switch -sock "$vdesock" -daemon -mod 660 -group kvm && - slirpvde -s "$vdesock" --dhcp --daemon -H '10.1.2.0/24' -L '2223:10.1.2.15:22' -} - -qemu-system-x86_64 -enable-kvm -smp 2 -m 1024 -net nic,model=ne2k_pci \ - -net vde,sock="${vdesock}" -kernel $root/boot/bzImage -initrd morpheus-initrd.img -append "quiet"