commit 45ad0a6d37266c448ae863e85a91f438800acf0c
parent 84098b3c22dc3d81888b51e25021d83744265d65
Author: sin <sin@2f30.org>
Date: Sun, 8 Sep 2013 18:39:49 +0100
Rename rootfs.img to morpheus.img
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/qemu-run b/qemu-run
@@ -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"
diff --git a/stage0 b/stage0
@@ -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!