Magellan Linux

Log of /trunk/installer-simple/bin/installer.sh.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2410 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:29:00 2014 UTC (10 years, 3 months ago) by niro
File length: 21746 byte(s)
Diff to previous 2409
-use bash substition instead of sed

Revision 2409 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:27:16 2014 UTC (10 years, 3 months ago) by niro
File length: 21780 byte(s)
Diff to previous 2404
-set some traps to abort in a safe manner

Revision 2404 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:20:20 2014 UTC (10 years, 3 months ago) by niro
File length: 21305 byte(s)
Diff to previous 2403
-use more defaults from installer.conf

Revision 2403 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:18:21 2014 UTC (10 years, 3 months ago) by niro
File length: 21340 byte(s)
Diff to previous 2402
-do not call hwdetection.sh include twice

Revision 2402 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:17:47 2014 UTC (10 years, 3 months ago) by niro
File length: 21404 byte(s)
Diff to previous 2401
-call common.sh, common-dialogs.sh, hwdetection.sh and install-dialogs.sh

Revision 2401 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:16:16 2014 UTC (10 years, 3 months ago) by niro
File length: 21208 byte(s)
Diff to previous 2399
-call includes via loop to simplify things

Revision 2399 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:13:26 2014 UTC (10 years, 3 months ago) by niro
File length: 21199 byte(s)
Diff to previous 2398
-only support one ROOTHDD partition and drop all _flash() functions

Revision 2398 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:06:55 2014 UTC (10 years, 3 months ago) by niro
File length: 24588 byte(s)
Diff to previous 2397
dialog_warning() use yesnobox from common-dialogs.sh

Revision 2397 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 7 13:03:58 2014 UTC (10 years, 3 months ago) by niro
File length: 24661 byte(s)
Diff to previous 2345
-moved die() to top - it should be the first function as it gets called by the includes

Revision 2345 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 15:02:43 2014 UTC (10 years, 3 months ago) by niro
File length: 24661 byte(s)
Diff to previous 2344
-removed which dependency

Revision 2344 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 15:01:06 2014 UTC (10 years, 3 months ago) by niro
File length: 24683 byte(s)
Diff to previous 2343
use hwdetection via hwinfo with run_hardware_detection_disks() function

Revision 2343 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:58:22 2014 UTC (10 years, 3 months ago) by niro
File length: 24455 byte(s)
Diff to previous 2342
-renamed CDPATH variable to CDROOT

Revision 2342 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:57:23 2014 UTC (10 years, 3 months ago) by niro
File length: 24455 byte(s)
Diff to previous 2341
-renamed INSTALLPATH variable to INSTALLROOT

Revision 2341 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:38:46 2014 UTC (10 years, 3 months ago) by niro
File length: 24455 byte(s)
Diff to previous 2340
-fixed whitespaces and variable escaping

Revision 2340 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:32:47 2014 UTC (10 years, 3 months ago) by niro
File length: 24465 byte(s)
Diff to previous 2339
-always declare used variables and check if included one are sane and sort the variables for better readability.

Revision 2339 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:20:42 2014 UTC (10 years, 3 months ago) by niro
File length: 24162 byte(s)
Diff to previous 2336
-ignore the environment, always use C lcoale

Revision 2336 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:09:34 2014 UTC (10 years, 3 months ago) by niro
File length: 24127 byte(s)
Diff to previous 2335
-instroduce normal die() function and renamed dialog based die() to dialog_die()

Revision 2335 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:07:34 2014 UTC (10 years, 3 months ago) by niro
File length: 23608 byte(s)
Diff to previous 2334
-use hwdetection and drop findhdd

Revision 2334 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:03:32 2014 UTC (10 years, 3 months ago) by niro
File length: 23868 byte(s)
Diff to previous 2333
-check if includes exist before sourcing them

Revision 2333 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 14:00:30 2014 UTC (10 years, 3 months ago) by niro
File length: 23538 byte(s)
Diff to previous 2332
-variable LIBDIR

Revision 2332 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 13:58:23 2014 UTC (10 years, 3 months ago) by niro
File length: 23508 byte(s)
Diff to previous 2323
-introduce installer.conf

Revision 2323 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 13:19:11 2014 UTC (10 years, 3 months ago) by niro
File length: 23432 byte(s)
Diff to previous 2322
-fixed shebang

Revision 2322 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 13:18:57 2014 UTC (10 years, 3 months ago) by niro
File length: 23430 byte(s)
Diff to previous 2321
-fixed dialogbox title, pathes and VCS header

Revision 2321 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 3 13:15:44 2014 UTC (10 years, 3 months ago) by niro
File length: 23560 byte(s)
Copied from: trunk/installer-simple/bin/alxinstall-ng.sh.in revision 2320
Diff to previous 2320
-renamed alxinstall-ng.sh.in to installer.sh.in

Revision 2320 - (view) (download) (annotate) - [select for diffs]
Added Fri Jan 3 13:12:33 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/bin/alxinstall-ng.sh.in
File length: 23560 byte(s)
-import alxinstall-ng-0.3.16

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a