Magellan Linux

Annotation of /trunk/installer-simple/patches/installer-simple-0.4.90.20140703.1-alx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2476 - (hide annotations) (download)
Thu Jul 3 09:08:17 2014 UTC (9 years, 11 months ago) by niro
File size: 817 byte(s)
-rediffed
1 niro 2476 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
2     --- installer-simple-0.4.90.20140703.1/conf/installer.conf.in 2014-07-03 13:36:32.000000000 +0200
3     +++ installer-simple-0.4.90.20140703.1-alx/conf/installer.conf.in 2014-07-03 15:26:33.331538077 +0200
4     @@ -1,9 +1,9 @@
5     -DEFAULT_TITLE="Simple Installation Script"
6     +DEFAULT_TITLE="Simple Installation Script for ALX-$(source /etc/os-release; echo ${Version_ID})"
7     DEFAULT_LIVEROOT="%INSTALLER_LIVEROOT%"
8     DEFAULT_IMAGEROOT="%INSTALLER_IMAGEROOT%"
9     DEFAULT_INSTALLROOT="%INSTALLER_INSTALLROOT%"
10     DEFAULT_FILESYSTEM="ext4"
11     -DEFAULT_KERNELPKG="kernel-magellan"
12     +DEFAULT_KERNELPKG="kernel-alx"
13     DEFAULT_KERNELOPTS="quiet video=1024x768"
14     DEFAULT_BOOTLOADER="grub2"
15     DEFAULT_INITRDTOOLS="dracut"