aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2017-07-13 15:13:42 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2017-07-13 15:13:42 +0100
commit69331d22cfc5606450e9119992502bdbff54c3ca (patch)
treebc5e7ba8e56643ce7b60c09b4f54f100a059f46e
parent3e8d6c4f661ccd436eb7d08a5e7340d20aaa9eaf (diff)
downloadvminstall-69331d22cfc5606450e9119992502bdbff54c3ca.tar.gz
doc: Add Fedora 26 as a supported image
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
-rw-r--r--README20
1 files changed, 15 insertions, 5 deletions
diff --git a/README b/README
index 21ad1f2..f18e4b2 100644
--- a/README
+++ b/README
@@ -18,7 +18,8 @@ There are essentially three major scripts here:
- build-cd-image is only slightly related to the above. It takes a
Debian or Ubuntu CD/DVD image, and messes with it enough that it
- becomes an unattended installer.
+ becomes an unattended installer. Now also deals with Fedora DVD
+ images.
All the scripts are expected to be run from the vminstall
directory. Yes, this is a braindead expectation, and maybe I'll fix it
@@ -79,10 +80,12 @@ at some point. Maybe.
* build-cd-image source.iso target.iso
- Takes source.iso, add preseed.cfg to it, add a new grub entry for
- unattended installation, repack the whole thing as target.iso. The
- only VM user is root, password is root. Don't try this on a publicly
- visible box... Depends on the xorriso package being installed.
+
+ - Debian/Ubuntu: Takes source.iso, adds preseed.cfg to it, add a new
+ grub entry for unattended installation, repack the whole thing as
+ target.iso. The only VM user is root, password is root. Don't try
+ this on a publicly visible box... Depends on the xorriso package
+ being installed.
Example:
@@ -90,3 +93,10 @@ Example:
$ CDROM=../debian-9.0.0-arm64-netinst-preseed.iso RAM=2G KEEPME=stretch ./runinstallvm.sh
[halt the VM]
$ ./stretch/runvm.sh
+
+ - Fedora: Take source.iso, adds a kickstart file and a new grub
+ entry, and do the same magic to generate an unattended
+ installer. Note that this will only work with a full DVD image,
+ and it will probably stop working if packages are missing from the
+ image. Same user/passwd as above. Only tested with Fedora 26
+ Server DVD image.