diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2016-11-30 13:52:25 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2016-11-30 13:52:25 +0100 |
commit | bfb8cd28f3a8be7ab24720eecdfe114a2509241e (patch) | |
tree | 5fd37937b4237a4fde02996f092b1f8fc5778f60 | |
parent | 621fc8732776044a60b6a04fe5441116e81e6daf (diff) | |
download | eumel-bfb8cd28f3a8be7ab24720eecdfe114a2509241e.tar.gz eumel-bfb8cd28f3a8be7ab24720eecdfe114a2509241e.tar.bz2 eumel-bfb8cd28f3a8be7ab24720eecdfe114a2509241e.zip |
quickstart: Remove disk image links
Broken by commit 8c2322877b599e909277e6f6c4154ec97316da7e
-rw-r--r-- | quickstart.rst | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/quickstart.rst b/quickstart.rst index 45598f6..87b7f18 100644 --- a/quickstart.rst +++ b/quickstart.rst @@ -2,11 +2,8 @@ Quick start ----------- Fortunately a set of 1.2 MB install floppy disks of EUMEL’s x86 port has been -preserved. It can be installed in any virtual machine emulating an -IBM PC. In this example we’re using qemu_. The `first disk`__ is optional and -contains `install instructions`_ in german language. The `second disk`__ is the -bootable setup programs. It creates a partition on the harddrive, formats it -and installs the SHard. `Disk three`__ contains EUMEL0 and base system. +preserved, see section artifacts_. It can be installed in any virtual machine +emulating an IBM PC. In this example we’re using qemu_. 1. Create a 128 MB harddrive: ``qemu-img create root.img 128M`` 2. Start the setup program: ``qemu-system-i386 -drive @@ -25,10 +22,6 @@ and installs the SHard. `Disk three`__ contains EUMEL0 and base system. 8. Congratulations, a fully functional EUMEL is now running in your virtual machine! For the next steps head over to [praxis1]_. -__ disks/grundpaket/01_readme.img -__ disks/grundpaket/02_setup.img -__ disks/grundpaket/03_eumel0.img - .. _install instructions: 01_readme_INSTALL.txt .. _qemu: http://www.qemu.org/ |