Configuration of version 0.0.1

Software sources

  • openSUSE Leap 42.1 OSS

URL

Base system

Leap_42.1

Last update

2017-03-13 18:50:11 UTC

  • openSUSE Leap 42.1 Updates

URL

Base system

Leap_42.1

Last update

2017-03-13 18:57:11 UTC

Selected software

branding-openSUSE, cheese, chromium, dhcp, e2fsprogs, gcc, gcc-c++, gimp, glibc, glibc-locale, grep, grub, grub2, gsettings-backend-dconf, inkscape, iputils, kernel-default, libreoffice, make, MozillaFirefox, net-tools, NetworkManager, patterns-openSUSE-base, perl, plymouth, postfix, python, sudo, syslog-ng, timezone, vim, vlc, wpa_supplicant, zypper

Scripts

Run script at the end of the build

#!/bin/bash -e # # This script is executed at the end of appliance creation. Here you can do # one-time actions to modify your appliance before it is ever used, like # removing files and directories to make it smaller, creating symlinks, # generating indexes, etc. # # The 'kiwi_type' variable will contain the format of the appliance # (oem = disk image, vmx = VMware, iso = CD/DVD, xen = Xen). # # read in some variables . /studio/profile # read in KIWI utility functions ./.kconfig #======# Prune extraneous files #------# Remove all documentation docfiles=`find /usr/share/doc/packages -type f |grep -iv "copying\|license\|copyright"` rm -f $docfilesrm -rf /usr/share/info rm -rf /usr/share/man exit 0

Files

General

  • Default locale

Language

en_US.UTF-8

Keyboard Layout

english-us

  • Default time zone

Region

USA

Time Zone

America/North_Dakota/Center

  • Network

Configuration

dhcp

  • Firewall

Enabled

false

  • Users and groups

patelka

Password

linux

Group

users

Home directory

/home/patelka

Shell

/bin/bash

root

UID (optional)

0

Password

linux

Group

root

Home directory

/root

Shell

/bin/bash

Personalized

Logo
Background

Startup

  • Default runlevel

3

Server

  • MySQL

Set up MySQL

false

PostgreSQL

Set up PostgreSQL

false

Desktop

  • Automatic desktop user log in

Automatically log in user

true

User

patelka

Appliance

  • Disk and memory

Memory ( OVF, VMware, and Xen )

512 MB

Disk size ( EC2, OVF, VMware, KVM, and Xen )

16 GB

Swap partition ( Disk image )

512 MB

Enable extended memory (PAE)?

false

  • Logical Volume Manager

Configure LVM

false

  • Additional options

Add live installer to CDs and DVDs

true

Enable Xen host mode

false

Enable VMware CD-ROM support

true

Enable support for UEFI secure boot

false

Question

Also, write a three page Word document that provides a brief explanation of the reasons for choosing all the software packages and configuration settings and list any problems/issues encountered during the design and build processes.

Also, please include a paragraph on how you would design a different file-system for a storage-area network connected to the computer system running your OS. How would the file-system structure look and what would its features be?