Magellan Linux

Log of /tags/installer-simple-0_4_91_20160203_1/functions

View Directory Listing Directory Listing


Sticky Revision:

Revision 2933 - Directory Listing
Modified Wed Feb 3 11:07:22 2016 UTC (8 years, 2 months ago) by niro
tagged 'installer-simple-0_4_91_20160203_1'

Revision 2892 - Directory Listing
Modified Fri Jul 31 11:40:56 2015 UTC (8 years, 8 months ago) by niro
Original Path: trunk/installer-simple/functions
-added more hardware quirks

Revision 2887 - Directory Listing
Modified Fri Jul 31 10:48:17 2015 UTC (8 years, 8 months ago) by niro
Original Path: trunk/installer-simple/functions
-added rudimentary f2fs support

Revision 2885 - Directory Listing
Modified Fri Jul 31 10:09:08 2015 UTC (8 years, 8 months ago) by niro
Original Path: trunk/installer-simple/functions
-introduce single mode and allow diffrent filesystems for rootfs/bootfs partitions

Revision 2882 - Directory Listing
Modified Fri Jul 31 09:39:45 2015 UTC (8 years, 8 months ago) by niro
Original Path: trunk/installer-simple/functions
-consolidate install functions for every single method

Revision 2656 - Directory Listing
Modified Thu Jul 3 09:04:07 2014 UTC (9 years, 9 months ago) by niro
Original Path: trunk/installer-simple/functions
-really silence dracut pre/post-install

Revision 2644 - Directory Listing
Modified Wed Jul 2 11:27:14 2014 UTC (9 years, 9 months ago) by niro
Original Path: trunk/installer-simple/functions
-run kernel post/pre install silent

Revision 2516 - Directory Listing
Modified Wed Jan 8 21:56:55 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-fixed OK_LABEL of dialog_install_successful()

Revision 2498 - Directory Listing
Modified Wed Jan 8 13:14:26 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-fixed dialog_setup_hdd_info(): drivenode broken

Revision 2493 - Directory Listing
Modified Wed Jan 8 12:27:04 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-fix locale handling: do not export LC_MESSAGES globally, use LC_ALL=C on all commands which interprets the output

Revision 2492 - Directory Listing
Modified Wed Jan 8 12:25:29 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-if requested use sudo on all commands which require root privileges

Revision 2491 - Directory Listing
Modified Wed Jan 8 12:22:26 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-refactor hdd_size_below_256mb() as device_minimum_size()

Revision 2490 - Directory Listing
Modified Wed Jan 8 12:16:22 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-drop create_initrd() function

Revision 2488 - Directory Listing
Modified Wed Jan 8 12:13:30 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-revert last commit

Revision 2487 - Directory Listing
Modified Wed Jan 8 12:11:44 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-mount sanity check

Revision 2477 - Directory Listing
Modified Wed Jan 8 10:21:09 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-split dialog_main() into task_main() and the dialog itself to dialog_main(), which moved to installer-dialogs.sh

Revision 2476 - Directory Listing
Modified Wed Jan 8 09:15:14 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-moved hdd_size_below_256mb() to hwdetection.sh

Revision 2475 - Directory Listing
Modified Wed Jan 8 08:59:52 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-split dialog_setup_system_menu() into task_setup_system_menu() and the dialog itself to dialog_setup_system_menu(), which moved to installer-dialogs.sh

Revision 2474 - Directory Listing
Modified Wed Jan 8 08:55:40 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-moved dialog_setup_hdd_info() dialog_setup_hdd_info_auto() to installer-dialog.sh

Revision 2466 - Directory Listing
Modified Tue Jan 7 20:47:16 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-added iface_has_link() function (from dracut)

Revision 2460 - Directory Listing
Modified Tue Jan 7 15:26:09 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-fixed spelling

Revision 2457 - Directory Listing
Modified Tue Jan 7 15:11:46 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-revert the last commit

Revision 2452 - Directory Listing
Modified Tue Jan 7 15:03:12 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-apply SYSCONFDIR

Revision 2446 - Directory Listing
Modified Tue Jan 7 14:56:12 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-disable old mkinitrd and bootloader functions (will get removed soon) and add includes to support grub1, grub2, mkinitrd and dracut

Revision 2445 - Directory Listing
Modified Tue Jan 7 14:54:35 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-add common.sh

Revision 2428 - Directory Listing
Modified Tue Jan 7 14:11:12 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-select bootloader and initrd via an include which calls the right routines

Revision 2427 - Directory Listing
Modified Tue Jan 7 14:09:01 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-introduce dialog_install_initrd()

Revision 2426 - Directory Listing
Modified Tue Jan 7 14:06:18 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-moved serveral dialog functions to install-dialogs and use common-dialog functions for them

Revision 2422 - Directory Listing
Modified Tue Jan 7 13:54:06 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-introduce dialog_select_target_harddrive() function

Revision 2421 - Directory Listing
Modified Tue Jan 7 13:50:50 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-introduce dialog_no_harddrive_found() function

Revision 2420 - Directory Listing
Modified Tue Jan 7 13:47:35 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-moved welcome() and finish() to installer-dialogs and use messagebox()

Revision 2408 - Directory Listing
Modified Tue Jan 7 13:25:22 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-introduce is_mounted() function and use it

Revision 2407 - Directory Listing
Modified Tue Jan 7 13:24:37 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-fixed whitespaces

Revision 2406 - Directory Listing
Modified Tue Jan 7 13:23:50 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-fixed broken get_hwinfo_smp()

Revision 2405 - Directory Listing
Modified Tue Jan 7 13:22:38 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-simlify commands by removing cut call

Revision 2396 - Directory Listing
Modified Tue Jan 7 13:01:02 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-added menubox() function to print menuboxes

Revision 2395 - Directory Listing
Modified Tue Jan 7 12:59:51 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-added infobox() function to print infoboxes

Revision 2394 - Directory Listing
Modified Tue Jan 7 12:58:09 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-change some default sizes

Revision 2393 - Directory Listing
Modified Tue Jan 7 12:56:52 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-empty headers are allowed

Revision 2392 - Directory Listing
Modified Tue Jan 7 12:54:43 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-use getopts

Revision 2391 - Directory Listing
Modified Tue Jan 7 12:46:03 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-renamed yesno() to yesnobox()

Revision 2390 - Directory Listing
Modified Tue Jan 7 12:45:32 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-renamed gauge() to gaugebox()

Revision 2389 - Directory Listing
Modified Tue Jan 7 12:44:17 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-define default OK_LABEL and CANCEL_LABEL

Revision 2346 - Directory Listing
Modified Fri Jan 3 15:03:47 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-renamed common.sh to common-dialogs.sh

Revision 2337 - Directory Listing
Modified Fri Jan 3 14:12:35 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-add some common dialog functions

Revision 2335 - Directory Listing
Modified Fri Jan 3 14:07:34 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-use hwdetection and drop findhdd

Revision 2320 - Directory Listing
Added Fri Jan 3 13:12:33 2014 UTC (10 years, 3 months ago) by niro
Original Path: trunk/installer-simple/functions
-import alxinstall-ng-0.3.16