Rename rootfs.img to morpheus.img

This commit is contained in:
sin 2013-09-08 18:39:49 +01:00
parent 84098b3c22
commit 45ad0a6d37
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ ps -ef | grep vde_switch | grep "sock $vdesock" | grep -v grep > /dev/null || {
}
qemu-system-x86_64 -enable-kvm -smp 2 -m 1024 -net nic,model=ne2k_pci \
-net vde,sock="${vdesock}" -kernel root/boot/bzImage -initrd rootfs.img -append "quiet"
-net vde,sock="${vdesock}" -kernel root/boot/bzImage -initrd morpheus.img -append "quiet"

2
stage0
View File

@ -38,7 +38,7 @@ done
find $root/bin -executable -type f -exec strip {} \; &>/dev/null
pushd $root
find . | cpio --quiet -H newc -o | gzip -9 -n > ../rootfs.img
find . | cpio --quiet -H newc -o | gzip -9 -n > ../morpheus.img
popd
echo OK!