Project

General

Profile

Download (801 Bytes) Statistics
| Branch: | Revision:
1
VERSION=20.04
2
MAINTAINER=Christian Orellana <christian@origo.io>
3
BASEIMAGE=
4
REBASE=
5
BASESUITE=bionic
6
SIZE=20G
7
MEMORY=
8
NAME=ubuntu-focal-base
9
APPNAME=Ubuntu Focal Base Image
10
DIR=
11
DIRTARGET=
12
TAR=
13
TARTARGET=
14
GIT=
15
GITTARGET=
16
DEBS=
17
PREEXEC=
18
POSTEXEC=
19
SERVICE=
20
TERMINALLINK=
21
DATAIMAGE=
22

    
23
# Ubuntu Focal does not work with virt-install: https://github.com/libguestfs/libguestfs/issues/63
24
# Instead we install 18.04 and do a do-release-upgrade
25
# The following incantations are necessary:
26
# ip addr add 10.2.1.4 dev ens3
27
# ip link set ens3 up
28
# ip route add default via 10.2.1.1 dev ens3 onlink
29
# apt update
30
# apt upgrade
31
# When asked about grub, choose to keep the current version of config
32
# do-release-upgrade
33
# Also - GRUB_CMDLINE_LINUX_DEFAULT="" and GRUB_TERMINAL=console are changed in /etc/default/grub
(1-1/2)