summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-25 09:41:14 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 10:46:21 +0200
commite20201ca70249476cca259d9246a6f2d5ef317f2 (patch)
treecc11fbcd12a8390c6b4d1fc4b7a877e4ae9d6a30
parent30fc3b126c523c7bca2e2bc49e68f83032364f76 (diff)
downloadv-i-e20201ca70249476cca259d9246a6f2d5ef317f2.tar.gz
Add: README.md
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7e20de3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+Install Debian using vmdb2
+=============================================================================
+
+This is a hack for my own amusement. It's not meant to be taken
+seriously.
+
+This is a rudimentary installer of Debian based on vmdb2. It has
+nothing to do with debian-install, the official Debian installer,
+known as d-i. I use d-i, but would like something better:
+
+* I'd like something I can easily modify. d-i requires building
+ special udeb packages for any software that's to be part of the
+ installer. v-i is happy with normal debs.
+
+* d-i uses preseeding for automating an installation. Preseeding means
+ providing answers, in a file, to questions the package may ask
+ during its installation. This is fine, if a little cumbersome, but
+ only helps to answer questions the packages ask. v-i lets you have
+ the full power of Ansible during initial installation.
+
+On the other hand, d-i is mature software and tested by thousands. v-i
+can just barely install my own Thinkpad x220 laptop.