diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-04-05 11:27:10 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-04-05 11:27:10 +0200 |
commit | bc09c69e177a20277574e83fc03d0a96233e306c (patch) | |
tree | cf7353f05f24d2832bbcbc4e8d56752d5a59d4ab /hurd | |
parent | 081588619324e4ade508ce6d093170987fdfd63d (diff) |
we don't generate mini.iso any more
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/running/qemu.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index b6f9f192..2ce8aaeb 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -139,7 +139,7 @@ First off you will need to create a disk image using `qemu-img`. I have set mine Next you will want to start up QEMU and begin the installation process. - $ qemu -m 512 -drive cache=writeback,index=0,media=disk,file=hd0.img -cdrom mini.iso -net nic,model=rtl8139 -net user + $ qemu -m 512 -drive cache=writeback,index=0,media=disk,file=hd0.img -cdrom debian-7.0-hurd-i386-NETINST-1.iso -net nic,model=rtl8139 -net user Now at his point do the regular install using `hd0` as your harddrive. Partition it and install the base system. |