From bfccba92114e6e0777dd319e238d45f39a3838f0 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Thu, 31 Mar 2011 13:42:52 +0200 Subject: [PATCH] Moved Firstboot source to subdirectory --- MANIFEST.in => firstboot/MANIFEST.in | 0 Makefile => firstboot/Makefile | 0 TODO => firstboot/TODO | 0 firstboot.spec => firstboot/firstboot.spec | 0 firstboot/{ => firstboot}/__init__.py | 0 firstboot/{ => firstboot}/config.py | 0 firstboot/{ => firstboot}/constants.py | 0 firstboot/{ => firstboot}/functions.py | 0 firstboot/{ => firstboot}/interface.py | 0 firstboot/{ => firstboot}/loader.py | 0 firstboot/{ => firstboot}/module.py | 0 firstboot/{ => firstboot}/moduleset.py | 0 firstboot/{ => firstboot}/xfrontend.py | 0 {init => firstboot/init}/firstboot | 0 {modules => firstboot/modules}/additional_cds.py | 0 {modules => firstboot/modules}/create_user.py | 0 {modules => firstboot/modules}/date.py | 0 {modules => firstboot/modules}/eula.py | 0 {modules => firstboot/modules}/welcome.py | 0 {po => firstboot/po}/Makefile | 0 {po => firstboot/po}/af.po | 0 {po => firstboot/po}/am.po | 0 {po => firstboot/po}/ar.po | 0 {po => firstboot/po}/as.po | 0 {po => firstboot/po}/be.po | 0 {po => firstboot/po}/bg.po | 0 {po => firstboot/po}/bn.po | 0 {po => firstboot/po}/bn_IN.po | 0 {po => firstboot/po}/bs.po | 0 {po => firstboot/po}/ca.po | 0 {po => firstboot/po}/cs.po | 0 {po => firstboot/po}/cy.po | 0 {po => firstboot/po}/da.po | 0 {po => firstboot/po}/de.po | 0 {po => firstboot/po}/el.po | 0 {po => firstboot/po}/en_GB.po | 0 {po => firstboot/po}/es.po | 0 {po => firstboot/po}/et.po | 0 {po => firstboot/po}/fa.po | 0 {po => firstboot/po}/fi.po | 0 {po => firstboot/po}/firstboot.pot | 0 {po => firstboot/po}/fr.po | 0 {po => firstboot/po}/gl.po | 0 {po => firstboot/po}/gu.po | 0 {po => firstboot/po}/he.po | 0 {po => firstboot/po}/hi.po | 0 {po => firstboot/po}/hr.po | 0 {po => firstboot/po}/hu.po | 0 {po => firstboot/po}/hy.po | 0 {po => firstboot/po}/id.po | 0 {po => firstboot/po}/ilo.po | 0 {po => firstboot/po}/is.po | 0 {po => firstboot/po}/it.po | 0 {po => firstboot/po}/ja.po | 0 {po => firstboot/po}/ka.po | 0 {po => firstboot/po}/kn.po | 0 {po => firstboot/po}/ko.po | 0 {po => firstboot/po}/ku.po | 0 {po => firstboot/po}/lo.po | 0 {po => firstboot/po}/lt.po | 0 {po => firstboot/po}/lv.po | 0 {po => firstboot/po}/mai.po | 0 {po => firstboot/po}/mk.po | 0 {po => firstboot/po}/ml.po | 0 {po => firstboot/po}/mr.po | 0 {po => firstboot/po}/ms.po | 0 {po => firstboot/po}/my.po | 0 {po => firstboot/po}/nb.po | 0 {po => firstboot/po}/ne.po | 0 {po => firstboot/po}/nl.po | 0 {po => firstboot/po}/nso.po | 0 {po => firstboot/po}/or.po | 0 {po => firstboot/po}/pa.po | 0 {po => firstboot/po}/pl.po | 0 {po => firstboot/po}/pt.po | 0 {po => firstboot/po}/pt_BR.po | 0 {po => firstboot/po}/ro.po | 0 {po => firstboot/po}/ru.po | 0 {po => firstboot/po}/si.po | 0 {po => firstboot/po}/sk.po | 0 {po => firstboot/po}/sl.po | 0 {po => firstboot/po}/sq.po | 0 {po => firstboot/po}/sr.po | 0 {po => firstboot/po}/sr@latin.po | 0 {po => firstboot/po}/sv.po | 0 {po => firstboot/po}/ta.po | 0 {po => firstboot/po}/te.po | 0 {po => firstboot/po}/tg.po | 0 {po => firstboot/po}/th.po | 0 {po => firstboot/po}/tr.po | 0 {po => firstboot/po}/uk.po | 0 {po => firstboot/po}/ur.po | 0 {po => firstboot/po}/vi.po | 0 {po => firstboot/po}/zh_CN.po | 0 {po => firstboot/po}/zh_TW.po | 0 {po => firstboot/po}/zu.po | 0 {progs => firstboot/progs}/firstboot | 0 setup.py => firstboot/setup.py | 0 .../themes}/default/firstboot-left.png | Bin .../themes}/default/pointer-blank.png | Bin .../themes}/default/pointer-white.png | Bin .../themes}/default/splash-small.png | Bin .../themes}/default/workstation.png | Bin 103 files changed, 0 insertions(+), 0 deletions(-) rename MANIFEST.in => firstboot/MANIFEST.in (100%) rename Makefile => firstboot/Makefile (100%) rename TODO => firstboot/TODO (100%) rename firstboot.spec => firstboot/firstboot.spec (100%) rename firstboot/{ => firstboot}/__init__.py (100%) rename firstboot/{ => firstboot}/config.py (100%) rename firstboot/{ => firstboot}/constants.py (100%) rename firstboot/{ => firstboot}/functions.py (100%) rename firstboot/{ => firstboot}/interface.py (100%) rename firstboot/{ => firstboot}/loader.py (100%) rename firstboot/{ => firstboot}/module.py (100%) rename firstboot/{ => firstboot}/moduleset.py (100%) rename firstboot/{ => firstboot}/xfrontend.py (100%) rename {init => firstboot/init}/firstboot (100%) rename {modules => firstboot/modules}/additional_cds.py (100%) rename {modules => firstboot/modules}/create_user.py (100%) rename {modules => firstboot/modules}/date.py (100%) rename {modules => firstboot/modules}/eula.py (100%) rename {modules => firstboot/modules}/welcome.py (100%) rename {po => firstboot/po}/Makefile (100%) rename {po => firstboot/po}/af.po (100%) rename {po => firstboot/po}/am.po (100%) rename {po => firstboot/po}/ar.po (100%) rename {po => firstboot/po}/as.po (100%) rename {po => firstboot/po}/be.po (100%) rename {po => firstboot/po}/bg.po (100%) rename {po => firstboot/po}/bn.po (100%) rename {po => firstboot/po}/bn_IN.po (100%) rename {po => firstboot/po}/bs.po (100%) rename {po => firstboot/po}/ca.po (100%) rename {po => firstboot/po}/cs.po (100%) rename {po => firstboot/po}/cy.po (100%) rename {po => firstboot/po}/da.po (100%) rename {po => firstboot/po}/de.po (100%) rename {po => firstboot/po}/el.po (100%) rename {po => firstboot/po}/en_GB.po (100%) rename {po => firstboot/po}/es.po (100%) rename {po => firstboot/po}/et.po (100%) rename {po => firstboot/po}/fa.po (100%) rename {po => firstboot/po}/fi.po (100%) rename {po => firstboot/po}/firstboot.pot (100%) rename {po => firstboot/po}/fr.po (100%) rename {po => firstboot/po}/gl.po (100%) rename {po => firstboot/po}/gu.po (100%) rename {po => firstboot/po}/he.po (100%) rename {po => firstboot/po}/hi.po (100%) rename {po => firstboot/po}/hr.po (100%) rename {po => firstboot/po}/hu.po (100%) rename {po => firstboot/po}/hy.po (100%) rename {po => firstboot/po}/id.po (100%) rename {po => firstboot/po}/ilo.po (100%) rename {po => firstboot/po}/is.po (100%) rename {po => firstboot/po}/it.po (100%) rename {po => firstboot/po}/ja.po (100%) rename {po => firstboot/po}/ka.po (100%) rename {po => firstboot/po}/kn.po (100%) rename {po => firstboot/po}/ko.po (100%) rename {po => firstboot/po}/ku.po (100%) rename {po => firstboot/po}/lo.po (100%) rename {po => firstboot/po}/lt.po (100%) rename {po => firstboot/po}/lv.po (100%) rename {po => firstboot/po}/mai.po (100%) rename {po => firstboot/po}/mk.po (100%) rename {po => firstboot/po}/ml.po (100%) rename {po => firstboot/po}/mr.po (100%) rename {po => firstboot/po}/ms.po (100%) rename {po => firstboot/po}/my.po (100%) rename {po => firstboot/po}/nb.po (100%) rename {po => firstboot/po}/ne.po (100%) rename {po => firstboot/po}/nl.po (100%) rename {po => firstboot/po}/nso.po (100%) rename {po => firstboot/po}/or.po (100%) rename {po => firstboot/po}/pa.po (100%) rename {po => firstboot/po}/pl.po (100%) rename {po => firstboot/po}/pt.po (100%) rename {po => firstboot/po}/pt_BR.po (100%) rename {po => firstboot/po}/ro.po (100%) rename {po => firstboot/po}/ru.po (100%) rename {po => firstboot/po}/si.po (100%) rename {po => firstboot/po}/sk.po (100%) rename {po => firstboot/po}/sl.po (100%) rename {po => firstboot/po}/sq.po (100%) rename {po => firstboot/po}/sr.po (100%) rename {po => firstboot/po}/sr@latin.po (100%) rename {po => firstboot/po}/sv.po (100%) rename {po => firstboot/po}/ta.po (100%) rename {po => firstboot/po}/te.po (100%) rename {po => firstboot/po}/tg.po (100%) rename {po => firstboot/po}/th.po (100%) rename {po => firstboot/po}/tr.po (100%) rename {po => firstboot/po}/uk.po (100%) rename {po => firstboot/po}/ur.po (100%) rename {po => firstboot/po}/vi.po (100%) rename {po => firstboot/po}/zh_CN.po (100%) rename {po => firstboot/po}/zh_TW.po (100%) rename {po => firstboot/po}/zu.po (100%) rename {progs => firstboot/progs}/firstboot (100%) rename setup.py => firstboot/setup.py (100%) rename {themes => firstboot/themes}/default/firstboot-left.png (100%) rename {themes => firstboot/themes}/default/pointer-blank.png (100%) rename {themes => firstboot/themes}/default/pointer-white.png (100%) rename {themes => firstboot/themes}/default/splash-small.png (100%) rename {themes => firstboot/themes}/default/workstation.png (100%) diff --git a/MANIFEST.in b/firstboot/MANIFEST.in similarity index 100% rename from MANIFEST.in rename to firstboot/MANIFEST.in diff --git a/Makefile b/firstboot/Makefile similarity index 100% rename from Makefile rename to firstboot/Makefile diff --git a/TODO b/firstboot/TODO similarity index 100% rename from TODO rename to firstboot/TODO diff --git a/firstboot.spec b/firstboot/firstboot.spec similarity index 100% rename from firstboot.spec rename to firstboot/firstboot.spec diff --git a/firstboot/__init__.py b/firstboot/firstboot/__init__.py similarity index 100% rename from firstboot/__init__.py rename to firstboot/firstboot/__init__.py diff --git a/firstboot/config.py b/firstboot/firstboot/config.py similarity index 100% rename from firstboot/config.py rename to firstboot/firstboot/config.py diff --git a/firstboot/constants.py b/firstboot/firstboot/constants.py similarity index 100% rename from firstboot/constants.py rename to firstboot/firstboot/constants.py diff --git a/firstboot/functions.py b/firstboot/firstboot/functions.py similarity index 100% rename from firstboot/functions.py rename to firstboot/firstboot/functions.py diff --git a/firstboot/interface.py b/firstboot/firstboot/interface.py similarity index 100% rename from firstboot/interface.py rename to firstboot/firstboot/interface.py diff --git a/firstboot/loader.py b/firstboot/firstboot/loader.py similarity index 100% rename from firstboot/loader.py rename to firstboot/firstboot/loader.py diff --git a/firstboot/module.py b/firstboot/firstboot/module.py similarity index 100% rename from firstboot/module.py rename to firstboot/firstboot/module.py diff --git a/firstboot/moduleset.py b/firstboot/firstboot/moduleset.py similarity index 100% rename from firstboot/moduleset.py rename to firstboot/firstboot/moduleset.py diff --git a/firstboot/xfrontend.py b/firstboot/firstboot/xfrontend.py similarity index 100% rename from firstboot/xfrontend.py rename to firstboot/firstboot/xfrontend.py diff --git a/init/firstboot b/firstboot/init/firstboot similarity index 100% rename from init/firstboot rename to firstboot/init/firstboot diff --git a/modules/additional_cds.py b/firstboot/modules/additional_cds.py similarity index 100% rename from modules/additional_cds.py rename to firstboot/modules/additional_cds.py diff --git a/modules/create_user.py b/firstboot/modules/create_user.py similarity index 100% rename from modules/create_user.py rename to firstboot/modules/create_user.py diff --git a/modules/date.py b/firstboot/modules/date.py similarity index 100% rename from modules/date.py rename to firstboot/modules/date.py diff --git a/modules/eula.py b/firstboot/modules/eula.py similarity index 100% rename from modules/eula.py rename to firstboot/modules/eula.py diff --git a/modules/welcome.py b/firstboot/modules/welcome.py similarity index 100% rename from modules/welcome.py rename to firstboot/modules/welcome.py diff --git a/po/Makefile b/firstboot/po/Makefile similarity index 100% rename from po/Makefile rename to firstboot/po/Makefile diff --git a/po/af.po b/firstboot/po/af.po similarity index 100% rename from po/af.po rename to firstboot/po/af.po diff --git a/po/am.po b/firstboot/po/am.po similarity index 100% rename from po/am.po rename to firstboot/po/am.po diff --git a/po/ar.po b/firstboot/po/ar.po similarity index 100% rename from po/ar.po rename to firstboot/po/ar.po diff --git a/po/as.po b/firstboot/po/as.po similarity index 100% rename from po/as.po rename to firstboot/po/as.po diff --git a/po/be.po b/firstboot/po/be.po similarity index 100% rename from po/be.po rename to firstboot/po/be.po diff --git a/po/bg.po b/firstboot/po/bg.po similarity index 100% rename from po/bg.po rename to firstboot/po/bg.po diff --git a/po/bn.po b/firstboot/po/bn.po similarity index 100% rename from po/bn.po rename to firstboot/po/bn.po diff --git a/po/bn_IN.po b/firstboot/po/bn_IN.po similarity index 100% rename from po/bn_IN.po rename to firstboot/po/bn_IN.po diff --git a/po/bs.po b/firstboot/po/bs.po similarity index 100% rename from po/bs.po rename to firstboot/po/bs.po diff --git a/po/ca.po b/firstboot/po/ca.po similarity index 100% rename from po/ca.po rename to firstboot/po/ca.po diff --git a/po/cs.po b/firstboot/po/cs.po similarity index 100% rename from po/cs.po rename to firstboot/po/cs.po diff --git a/po/cy.po b/firstboot/po/cy.po similarity index 100% rename from po/cy.po rename to firstboot/po/cy.po diff --git a/po/da.po b/firstboot/po/da.po similarity index 100% rename from po/da.po rename to firstboot/po/da.po diff --git a/po/de.po b/firstboot/po/de.po similarity index 100% rename from po/de.po rename to firstboot/po/de.po diff --git a/po/el.po b/firstboot/po/el.po similarity index 100% rename from po/el.po rename to firstboot/po/el.po diff --git a/po/en_GB.po b/firstboot/po/en_GB.po similarity index 100% rename from po/en_GB.po rename to firstboot/po/en_GB.po diff --git a/po/es.po b/firstboot/po/es.po similarity index 100% rename from po/es.po rename to firstboot/po/es.po diff --git a/po/et.po b/firstboot/po/et.po similarity index 100% rename from po/et.po rename to firstboot/po/et.po diff --git a/po/fa.po b/firstboot/po/fa.po similarity index 100% rename from po/fa.po rename to firstboot/po/fa.po diff --git a/po/fi.po b/firstboot/po/fi.po similarity index 100% rename from po/fi.po rename to firstboot/po/fi.po diff --git a/po/firstboot.pot b/firstboot/po/firstboot.pot similarity index 100% rename from po/firstboot.pot rename to firstboot/po/firstboot.pot diff --git a/po/fr.po b/firstboot/po/fr.po similarity index 100% rename from po/fr.po rename to firstboot/po/fr.po diff --git a/po/gl.po b/firstboot/po/gl.po similarity index 100% rename from po/gl.po rename to firstboot/po/gl.po diff --git a/po/gu.po b/firstboot/po/gu.po similarity index 100% rename from po/gu.po rename to firstboot/po/gu.po diff --git a/po/he.po b/firstboot/po/he.po similarity index 100% rename from po/he.po rename to firstboot/po/he.po diff --git a/po/hi.po b/firstboot/po/hi.po similarity index 100% rename from po/hi.po rename to firstboot/po/hi.po diff --git a/po/hr.po b/firstboot/po/hr.po similarity index 100% rename from po/hr.po rename to firstboot/po/hr.po diff --git a/po/hu.po b/firstboot/po/hu.po similarity index 100% rename from po/hu.po rename to firstboot/po/hu.po diff --git a/po/hy.po b/firstboot/po/hy.po similarity index 100% rename from po/hy.po rename to firstboot/po/hy.po diff --git a/po/id.po b/firstboot/po/id.po similarity index 100% rename from po/id.po rename to firstboot/po/id.po diff --git a/po/ilo.po b/firstboot/po/ilo.po similarity index 100% rename from po/ilo.po rename to firstboot/po/ilo.po diff --git a/po/is.po b/firstboot/po/is.po similarity index 100% rename from po/is.po rename to firstboot/po/is.po diff --git a/po/it.po b/firstboot/po/it.po similarity index 100% rename from po/it.po rename to firstboot/po/it.po diff --git a/po/ja.po b/firstboot/po/ja.po similarity index 100% rename from po/ja.po rename to firstboot/po/ja.po diff --git a/po/ka.po b/firstboot/po/ka.po similarity index 100% rename from po/ka.po rename to firstboot/po/ka.po diff --git a/po/kn.po b/firstboot/po/kn.po similarity index 100% rename from po/kn.po rename to firstboot/po/kn.po diff --git a/po/ko.po b/firstboot/po/ko.po similarity index 100% rename from po/ko.po rename to firstboot/po/ko.po diff --git a/po/ku.po b/firstboot/po/ku.po similarity index 100% rename from po/ku.po rename to firstboot/po/ku.po diff --git a/po/lo.po b/firstboot/po/lo.po similarity index 100% rename from po/lo.po rename to firstboot/po/lo.po diff --git a/po/lt.po b/firstboot/po/lt.po similarity index 100% rename from po/lt.po rename to firstboot/po/lt.po diff --git a/po/lv.po b/firstboot/po/lv.po similarity index 100% rename from po/lv.po rename to firstboot/po/lv.po diff --git a/po/mai.po b/firstboot/po/mai.po similarity index 100% rename from po/mai.po rename to firstboot/po/mai.po diff --git a/po/mk.po b/firstboot/po/mk.po similarity index 100% rename from po/mk.po rename to firstboot/po/mk.po diff --git a/po/ml.po b/firstboot/po/ml.po similarity index 100% rename from po/ml.po rename to firstboot/po/ml.po diff --git a/po/mr.po b/firstboot/po/mr.po similarity index 100% rename from po/mr.po rename to firstboot/po/mr.po diff --git a/po/ms.po b/firstboot/po/ms.po similarity index 100% rename from po/ms.po rename to firstboot/po/ms.po diff --git a/po/my.po b/firstboot/po/my.po similarity index 100% rename from po/my.po rename to firstboot/po/my.po diff --git a/po/nb.po b/firstboot/po/nb.po similarity index 100% rename from po/nb.po rename to firstboot/po/nb.po diff --git a/po/ne.po b/firstboot/po/ne.po similarity index 100% rename from po/ne.po rename to firstboot/po/ne.po diff --git a/po/nl.po b/firstboot/po/nl.po similarity index 100% rename from po/nl.po rename to firstboot/po/nl.po diff --git a/po/nso.po b/firstboot/po/nso.po similarity index 100% rename from po/nso.po rename to firstboot/po/nso.po diff --git a/po/or.po b/firstboot/po/or.po similarity index 100% rename from po/or.po rename to firstboot/po/or.po diff --git a/po/pa.po b/firstboot/po/pa.po similarity index 100% rename from po/pa.po rename to firstboot/po/pa.po diff --git a/po/pl.po b/firstboot/po/pl.po similarity index 100% rename from po/pl.po rename to firstboot/po/pl.po diff --git a/po/pt.po b/firstboot/po/pt.po similarity index 100% rename from po/pt.po rename to firstboot/po/pt.po diff --git a/po/pt_BR.po b/firstboot/po/pt_BR.po similarity index 100% rename from po/pt_BR.po rename to firstboot/po/pt_BR.po diff --git a/po/ro.po b/firstboot/po/ro.po similarity index 100% rename from po/ro.po rename to firstboot/po/ro.po diff --git a/po/ru.po b/firstboot/po/ru.po similarity index 100% rename from po/ru.po rename to firstboot/po/ru.po diff --git a/po/si.po b/firstboot/po/si.po similarity index 100% rename from po/si.po rename to firstboot/po/si.po diff --git a/po/sk.po b/firstboot/po/sk.po similarity index 100% rename from po/sk.po rename to firstboot/po/sk.po diff --git a/po/sl.po b/firstboot/po/sl.po similarity index 100% rename from po/sl.po rename to firstboot/po/sl.po diff --git a/po/sq.po b/firstboot/po/sq.po similarity index 100% rename from po/sq.po rename to firstboot/po/sq.po diff --git a/po/sr.po b/firstboot/po/sr.po similarity index 100% rename from po/sr.po rename to firstboot/po/sr.po diff --git a/po/sr@latin.po b/firstboot/po/sr@latin.po similarity index 100% rename from po/sr@latin.po rename to firstboot/po/sr@latin.po diff --git a/po/sv.po b/firstboot/po/sv.po similarity index 100% rename from po/sv.po rename to firstboot/po/sv.po diff --git a/po/ta.po b/firstboot/po/ta.po similarity index 100% rename from po/ta.po rename to firstboot/po/ta.po diff --git a/po/te.po b/firstboot/po/te.po similarity index 100% rename from po/te.po rename to firstboot/po/te.po diff --git a/po/tg.po b/firstboot/po/tg.po similarity index 100% rename from po/tg.po rename to firstboot/po/tg.po diff --git a/po/th.po b/firstboot/po/th.po similarity index 100% rename from po/th.po rename to firstboot/po/th.po diff --git a/po/tr.po b/firstboot/po/tr.po similarity index 100% rename from po/tr.po rename to firstboot/po/tr.po diff --git a/po/uk.po b/firstboot/po/uk.po similarity index 100% rename from po/uk.po rename to firstboot/po/uk.po diff --git a/po/ur.po b/firstboot/po/ur.po similarity index 100% rename from po/ur.po rename to firstboot/po/ur.po diff --git a/po/vi.po b/firstboot/po/vi.po similarity index 100% rename from po/vi.po rename to firstboot/po/vi.po diff --git a/po/zh_CN.po b/firstboot/po/zh_CN.po similarity index 100% rename from po/zh_CN.po rename to firstboot/po/zh_CN.po diff --git a/po/zh_TW.po b/firstboot/po/zh_TW.po similarity index 100% rename from po/zh_TW.po rename to firstboot/po/zh_TW.po diff --git a/po/zu.po b/firstboot/po/zu.po similarity index 100% rename from po/zu.po rename to firstboot/po/zu.po diff --git a/progs/firstboot b/firstboot/progs/firstboot similarity index 100% rename from progs/firstboot rename to firstboot/progs/firstboot diff --git a/setup.py b/firstboot/setup.py similarity index 100% rename from setup.py rename to firstboot/setup.py diff --git a/themes/default/firstboot-left.png b/firstboot/themes/default/firstboot-left.png similarity index 100% rename from themes/default/firstboot-left.png rename to firstboot/themes/default/firstboot-left.png diff --git a/themes/default/pointer-blank.png b/firstboot/themes/default/pointer-blank.png similarity index 100% rename from themes/default/pointer-blank.png rename to firstboot/themes/default/pointer-blank.png diff --git a/themes/default/pointer-white.png b/firstboot/themes/default/pointer-white.png similarity index 100% rename from themes/default/pointer-white.png rename to firstboot/themes/default/pointer-white.png diff --git a/themes/default/splash-small.png b/firstboot/themes/default/splash-small.png similarity index 100% rename from themes/default/splash-small.png rename to firstboot/themes/default/splash-small.png diff --git a/themes/default/workstation.png b/firstboot/themes/default/workstation.png similarity index 100% rename from themes/default/workstation.png rename to firstboot/themes/default/workstation.png