diff --git a/initrd b/build_initrd old mode 100644 new mode 100755 similarity index 100% rename from initrd rename to build_initrd diff --git a/linux-live/rootcopy-ubuntu/etc/casper.conf b/linux-live/rootcopy-ubuntu/etc/casper.conf new file mode 100644 index 0000000..0598dde --- /dev/null +++ b/linux-live/rootcopy-ubuntu/etc/casper.conf @@ -0,0 +1,14 @@ +# This file should go in /etc/casper.conf +# Supported variables are: +# USERNAME, USERFULLNAME, HOST, BUILD_SYSTEM, FLAVOUR + +export USERNAME="live" +export USERFULLNAME="Live session user" +export HOST="minios" +export BUILD_SYSTEM="MiniOS" + +# USERNAME and HOSTNAME as specified above won't be honoured and will be set to +# flavour string acquired at boot time, unless you set FLAVOUR to any +# non-empty string. + +# export FLAVOUR="Ubuntu" diff --git a/linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/minios-logo.plymouth b/linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/minios-logo.plymouth index f07979f..89402c3 100644 --- a/linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/minios-logo.plymouth +++ b/linux-live/rootcopy-ubuntu/usr/share/plymouth/themes/minios-logo/minios-logo.plymouth @@ -4,5 +4,5 @@ Description=A theme that features a background with a logo. ModuleName=script [script] -ImageDir=/usr/share/plymouth/themes/xubuntu-logo -ScriptFile=/usr/share/plymouth/themes/xubuntu-logo/xubuntu-logo.script +ImageDir=/usr/share/plymouth/themes/minios-logo +ScriptFile=/usr/share/plymouth/themes/minios-logo/minios-logo.script