Magellan Linux

Annotation of /trunk/installer-simple/conf/installer.conf.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2639 - (hide annotations) (download)
Wed Apr 2 11:19:18 2014 UTC (10 years, 1 month ago) by niro
File size: 321 byte(s)
-rename DEFAULT_CDROOT variable in favor of configurable DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
1 niro 2332 DEFAULT_TITLE="Simple Installation Script"
2 niro 2639 DEFAULT_IMGAGEROOT="%INSTALLER_IMAGEROOT%"
3     DEFAULT_INSTALLROOT="%INSTALLER_INSTALLROOT%"
4 niro 2332 DEFAULT_FILESYSTEM="ext4"
5 niro 2400 DEFAULT_KERNELPKG="kernel-magellan"
6     DEFAULT_KERNELOPTS="quiet video=1024x768"
7     DEFAULT_BOOTLOADER="grub2"
8     DEFAULT_INITRDTOOLS="dracut"
9     DEFAULT_FORMFACTOR="desktop"