; ; Ubuntu 20.04 (Focal Fossa) Installer ; ; Set as 'false' if you like to install manually from scratch. di_auto=true ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; NOTE: the value below only affects when 'di_auto=true'. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Uncomment one to use a installation profile ; ; 'minimal' -> Bare minimal Ubuntu server ; 'ubuntu-gnome-desktop' -> GNOME Desktop ; di_profile=minimal ;di_profile=ubuntu-gnome-desktop ; The hostname of your computer printed with the command 'hostname' ; di_hostname=focal ; The domain name of your computer in the network ; di_domain=focal.your.domain ; Your full name ; ; PLEASE DO NOT USE WHITE SPACE IN THE NAME, YOU CAN CHANGER IT AFTER INSTALLATION ; di_user_fullname=YourFullName ; The default loggin account name and password ; di_username=odroid di_user_password=odroid ; Target disk device to install "Ubuntu 20.04 (Focal Fossa)" ; ; The OS will be installed to the disk device specified with Linux device name. ; ; eMMC -> /dev/mmcblk0 ; uSD -> /dev/mmcblk1 ; USB storage -> /dev/sda, /dev/sdb, ... ; disk=/dev/mmcblk0 ;disk=/dev/mmcblk1 ;disk=/dev/sda ;disk=/dev/sdb ;disk=/dev/sdc ;disk=/dev/sdd