Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2475 - (hide annotations) (download)
Wed Jul 2 14:42:42 2014 UTC (9 years, 10 months ago) by niro
File size: 776 byte(s)
-rediffed
1 niro 2475 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
2     --- installer-simple-0.4.90.20140701.3/conf/installer.conf.in 2014-07-02 16:01:42.000000000 +0200
3     +++ installer-simple-0.4.90.20140701.3-alx/conf/installer.conf.in 2014-07-02 18:19:59.421071753 +0200
4     @@ -1,8 +1,8 @@
5     -DEFAULT_TITLE="Simple Installation Script"
6     +DEFAULT_TITLE="Simple Installation Script for ALX-$(source /etc/os-release; echo ${Version_ID})"
7     DEFAULT_IMAGEROOT="%INSTALLER_IMAGEROOT%"
8     DEFAULT_INSTALLROOT="%INSTALLER_INSTALLROOT%"
9     DEFAULT_FILESYSTEM="ext4"
10     -DEFAULT_KERNELPKG="kernel-magellan"
11     +DEFAULT_KERNELPKG="kernel-alx"
12     DEFAULT_KERNELOPTS="quiet video=1024x768"
13     DEFAULT_BOOTLOADER="grub2"
14     DEFAULT_INITRDTOOLS="dracut"