summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-29 13:00:51 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-29 15:45:18 +0300
commit9ace8e9b7d0a15cf6aeeedada8bb7646acc8e6b0 (patch)
tree3a2f768e64672bfad0cc31c67c545d3f5189da44
parented8a6749da094bb18d262f5ba1bf7c05cb72eb8e (diff)
downloadv-i-9ace8e9b7d0a15cf6aeeedada8bb7646acc8e6b0.tar.gz
install minimal system on my x220
I want to know that I get at least something working. Sponsored-by: author
-rw-r--r--x220.vmdb3
-rw-r--r--x220.yml6
2 files changed, 5 insertions, 4 deletions
diff --git a/x220.vmdb b/x220.vmdb
index 327a491..356331f 100644
--- a/x220.vmdb
+++ b/x220.vmdb
@@ -45,7 +45,7 @@ steps:
- apt: install
packages:
- - python
+ - python3
- console-setup
- locales-all
- ifupdown
@@ -58,4 +58,5 @@ steps:
- grub: uefi
tag: /
efi: efi
+ quiet: true
image-dev: "{{ image }}"
diff --git a/x220.yml b/x220.yml
index ba6da56..1c18909 100644
--- a/x220.yml
+++ b/x220.yml
@@ -3,10 +3,10 @@
- hosts: image
roles:
- sane_debian_system
- - comfortable-debian-system
+# - comfortable-debian-system
- unix_users
- - gnome-system
- - intel-wifi
+# - gnome-system
+# - intel-wifi
pre_tasks: