Changes between Version 22 and Version 23 of newport/ubuntu


Ignore:
Timestamp:
07/23/2019 10:09:23 PM (5 years ago)
Author:
Ryan Erbstoesser
Comment:

fix capital and add login section

Legend:

Unmodified
Added
Removed
Modified
  • newport/ubuntu

    v22 v23  
    1818 * [http://dev.gateworks.com/ubuntu/bionic/bionic-arm64.tar.xz bionic-arm64.tar.xz] - Compressed TAR archive of Ubuntu 18.04 Bionic arm64 root filesystem (does not include kernel)([http://dev.gateworks.com/ubuntu/bionic/bionic-arm64.manifest package manifest])
    1919
     20'''Login Information (default)'''
     21 * Username: root
     22 * Password: root
     23
    2024Features:
    2125- Ubuntu 16.04 aarch64 core (from debootstrap instructions)
    2226- Gateworks Newport Linux kernel (Linux 4.14 based)
    2327- eth0 dhcp with a 10 second timeout
    24 - user: root password: root
    25 - packages installed on top of core:
    26  * updated modemmanager/libqmi-utils/libmbim-utils (see [wiki:ubuntu#modem ubuntu/modem])
    27  * misc wireless: wpasupplicant iw
    28  * misc utils: vim can-utils i2c-tools usbutils pciutils screen watchdog binutils
    29  * misc network: wget ethtool iperf iperf3 openssh-server iptables
    30  * linux firmware
     28- User: root password: root
     29- Packages installed on top of core:
     30 * Updated modemmanager/libqmi-utils/libmbim-utils (see [wiki:ubuntu#modem ubuntu/modem])
     31 * Misc wireless: wpasupplicant iw
     32 * Misc utils: vim can-utils i2c-tools usbutils pciutils screen watchdog binutils
     33 * Misc network: wget ethtool iperf iperf3 openssh-server iptables
     34 * Linux firmware
    3135 * mmc-utils from https://packages.debian.org/sid/utils/mmc-utils
    3236 * Gateworks [https://raw.githubusercontent.com/Gateworks/meta-gateworks/master/recipes-support/hostapd-conf/hostapd-conf/hostapd-conf hostapd-conf script]
    33  * filesystems: e2fstools f2fs-tools btrfs-tools
     37 * Filesystems: e2fstools f2fs-tools btrfs-tools
    3438
    3539To install the kernel and root filesystem on a removable block storage device see [#disk-images below].
     
    5054
    5155Important notes:
    52  * we set and use '''target''' and '''distro''' env variables in step 2 and use those env variables in the remaining steps to make this tutorial more version-agnostic. Please be aware of this and do not deviate from the steps unless or until you completely understand what you are doing.
     56 * We set and use '''target''' and '''distro''' env variables in step 2 and use those env variables in the remaining steps to make this tutorial more version-agnostic. Please be aware of this and do not deviate from the steps unless or until you completely understand what you are doing.
    5357
    5458Steps:
     
    7377 * the chroot shell below will provide network support (inherited from the host)
    7478
    75 3. we now have a minimal Ubuntu rootfs - chroot to it and perform the 2nd stage install:
     793. We now have a minimal Ubuntu rootfs - chroot to it and perform the 2nd stage install:
    7680{{{
    7781#!bash
     
    105109}}}
    106110
    107 6. set hostname:
     1116. Set hostname:
    108112{{{
    109113#!bash
     
    174178 * Note that by default root ssh access is disabled for security. See [wiki:/ubuntu#SSHServer This link] for info on enabling it
    175179
    176 10. exit the chroot shell and remove files we no longer need
     18010. Exit the chroot shell and remove files we no longer need
    177181{{{
    178182#!bash