├── CONTRIBUTING.md ├── CONTRIBUTORS.txt ├── LICENSE ├── README.md ├── _config.yml └── images ├── grub-configure-01.png ├── grub-configure-02.png ├── grub-configure-03.png ├── header.png ├── locales-default.png ├── locales-select.png ├── qemu.png ├── resolvconf-confirm-01.png ├── resolvconf-confirm-02.png └── resolvconf-confirm-03.png /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- 1 | Marcos Vallim -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/_config.yml -------------------------------------------------------------------------------- /images/grub-configure-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/grub-configure-01.png -------------------------------------------------------------------------------- /images/grub-configure-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/grub-configure-02.png -------------------------------------------------------------------------------- /images/grub-configure-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/grub-configure-03.png -------------------------------------------------------------------------------- /images/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/header.png -------------------------------------------------------------------------------- /images/locales-default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/locales-default.png -------------------------------------------------------------------------------- /images/locales-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/locales-select.png -------------------------------------------------------------------------------- /images/qemu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/qemu.png -------------------------------------------------------------------------------- /images/resolvconf-confirm-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/resolvconf-confirm-01.png -------------------------------------------------------------------------------- /images/resolvconf-confirm-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/resolvconf-confirm-02.png -------------------------------------------------------------------------------- /images/resolvconf-confirm-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mvallim/cloud-image-ubuntu-from-scratch/HEAD/images/resolvconf-confirm-03.png --------------------------------------------------------------------------------