diff -Naur installer-simple-0.4.90.20140703.1/conf/installer.conf.in installer-simple-0.4.90.20140703.1-alx/conf/installer.conf.in --- installer-simple-0.4.90.20140703.1/conf/installer.conf.in 2014-07-03 13:36:32.000000000 +0200 +++ installer-simple-0.4.90.20140703.1-alx/conf/installer.conf.in 2014-07-03 15:26:33.331538077 +0200 @@ -1,9 +1,9 @@ -DEFAULT_TITLE="Simple Installation Script" +DEFAULT_TITLE="Simple Installation Script for ALX-$(source /etc/os-release; echo ${Version_ID})" DEFAULT_LIVEROOT="%INSTALLER_LIVEROOT%" DEFAULT_IMAGEROOT="%INSTALLER_IMAGEROOT%" DEFAULT_INSTALLROOT="%INSTALLER_INSTALLROOT%" DEFAULT_FILESYSTEM="ext4" -DEFAULT_KERNELPKG="kernel-magellan" +DEFAULT_KERNELPKG="kernel-alx" DEFAULT_KERNELOPTS="quiet video=1024x768" DEFAULT_BOOTLOADER="grub2" DEFAULT_INITRDTOOLS="dracut"