From d72694b33a81919368365da2c35d5b4a264648e0 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 12 Jul 2012 13:54:25 +0200 Subject: hurd/running/qemu/writeback_caching: New. --- hurd/running/gnu/create_an_image.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd/running/gnu') diff --git a/hurd/running/gnu/create_an_image.mdwn b/hurd/running/gnu/create_an_image.mdwn index 8784a826..98af99eb 100644 --- a/hurd/running/gnu/create_an_image.mdwn +++ b/hurd/running/gnu/create_an_image.mdwn @@ -18,7 +18,7 @@ Creating a bootable qemu image from a root filesystem and bootloader 2. Use a live CD (better to have a lighter OS like system rescue CD to make the process faster) and the image created to boot. - qemu -m 512 -cdrom /dev/cdrom -hda -boot d + qemu -m 512 -cdrom /dev/cdrom -drive cache=writeback,index=0,media=disk,file= -boot d 3. Once system is booted use a partition editing tool (like fdisk, cfdisk, parted, gparted, qtparted ...) to partition the image. @@ -65,7 +65,7 @@ Creating a bootable qemu image from a root filesystem and bootloader 11. Run qemu to boot into your brand new system - qemu -m 512 -hda -fda grub.img -boot a + qemu -m 512 -drive cache=writeback,index=0,media=disk,file= -fda grub.img -boot a Happy Hacking !! -- cgit v1.2.3