Magellan Linux

Contents of /trunk/installer-simple/patches/installer-simple-0.4.90.20140701.1-alx.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2474 - (show annotations) (download)
Wed Jul 2 12:02:03 2014 UTC (9 years, 10 months ago) by niro
File size: 777 byte(s)
-re-diffed patch
1 diff -Naur installer-simple-0.4.90.20140701.1/conf/installer.conf.in installer-simple-0.4.90.20140701.1-alx/conf/installer.conf.in
2 --- installer-simple-0.4.90.20140701.1/conf/installer.conf.in 2014-07-02 16:01:42.000000000 +0200
3 +++ installer-simple-0.4.90.20140701.1-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_IMGAGEROOT="%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"