summaryrefslogtreecommitdiff
path: root/v-i.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-25 11:27:26 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 20:00:01 +0200
commitcadde0df60e97c663825969cc5a7c35e9e96bb97 (patch)
tree8314b59b44cf249508ce96dbc98bb5f61c438045 /v-i.yml
parent589a8f97b2bda1198cff82e9497018e0ca184d25 (diff)
downloadv-i-cadde0df60e97c663825969cc5a7c35e9e96bb97.tar.gz
Change: make v-i work on my x220
Previously, mysterious failings with grub.
Diffstat (limited to 'v-i.yml')
-rw-r--r--v-i.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/v-i.yml b/v-i.yml
index 5955513..c476585 100644
--- a/v-i.yml
+++ b/v-i.yml
@@ -40,7 +40,7 @@
shell:
echo export LC_CTYPE=fi_FI.UTF8 >> /etc/profile.d/finnish.sh
- - name: "configure networking"
+ - name: "configure Ethernet networking"
copy:
content: |
auto eth0
@@ -53,11 +53,6 @@
src: "{{ rootfs_tarball }}"
dest: /root/rootfs.tar.gz
- - name: "copy my ssh pub key"
- copy:
- src: /home/liw/.ssh/liw-openpgp.pub
- dest: /root/liw-openpgp.pub
-
- name: "add my ssh pub key to root's authorized keys"
authorized_key:
user: root