diff -Naur installer-simple-0.4.90.20140701.3/conf/installer.conf.in installer-simple-0.4.90.20140701.3-alx/conf/installer.conf.in --- installer-simple-0.4.90.20140701.3/conf/installer.conf.in 2014-07-02 16:01:42.000000000 +0200 +++ installer-simple-0.4.90.20140701.3-alx/conf/installer.conf.in 2014-07-02 18:19:59.421071753 +0200 @@ -1,8 +1,8 @@ -DEFAULT_TITLE="Simple Installation Script" +DEFAULT_TITLE="Simple Installation Script for ALX-$(source /etc/os-release; echo ${Version_ID})" 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"