summaryrefslogtreecommitdiffstats
path: root/perl-install
ModeNameSize
-rw-r--r--.cvsignore60logstatsplain
-rw-r--r--ChangeLog672356logstatsplain
-rw-r--r--Makefile6962logstatsplain
-rw-r--r--Makefile.config1307logstatsplain
-rw-r--r--Makefile.drakxtools2251logstatsplain
d---------Newt304logstatsplain
-rw-r--r--Xconfig.pm8484logstatsplain
-rw-r--r--Xconfigurator.pm59892logstatsplain
-rw-r--r--Xconfigurator_consts.pm33822logstatsplain
-rw-r--r--any.pm36652logstatsplain
-rw-r--r--bootloader.pm35414logstatsplain
-rw-r--r--bootlook.pm11477logstatsplain
-rw-r--r--c.pm338logstatsplain
d---------c394logstatsplain
-rw-r--r--class_discard.pm160logstatsplain
-rwxr-xr-xcommands349logstatsplain
-rw-r--r--commands.pm16640logstatsplain
-rw-r--r--common.pm4504logstatsplain
-rw-r--r--crypto.pm4966logstatsplain
-rw-r--r--detect_devices.pm18225logstatsplain
-rw-r--r--devices.pm5209logstatsplain
d---------diskdrake204logstatsplain
-rwxr-xr-xdo_resize_fat449logstatsplain
-rw-r--r--fs.pm23883logstatsplain
-rw-r--r--fsedit.pm23378logstatsplain
-rw-r--r--ftp.pm2076logstatsplain
-rwxr-xr-xg_auto_install1978logstatsplain
-rwxr-xr-xgetpkgs_deps167logstatsplain
-rw-r--r--help.pm40020logstatsplain
-rw-r--r--http.pm976logstatsplain
-rwxr-xr-xinstall21058logstatsplain
-rw-r--r--install2.pm23694logstatsplain
-rw-r--r--install_any.pm40969logstatsplain
-rw-r--r--install_gtk.pm12324logstatsplain
-rw-r--r--install_interactive.pm10097logstatsplain
-rw-r--r--install_steps.pm36917logstatsplain
-rw-r--r--install_steps_auto_install.pm3029logstatsplain
-rw-r--r--install_steps_gtk.pm26390logstatsplain
-rw-r--r--install_steps_interactive.pm53084logstatsplain
-rw-r--r--install_steps_newt.pm1493logstatsplain
-rw-r--r--install_steps_stdio.pm916logstatsplain
-rw-r--r--interactive.pm13437logstatsplain
-rw-r--r--interactive_gtk.pm26580logstatsplain
-rw-r--r--interactive_http.pm3631logstatsplain
-rw-r--r--interactive_newt.pm6918logstatsplain
-rw-r--r--interactive_stdio.pm5065logstatsplain
-rw-r--r--keyboard.pm15731logstatsplain
-rw-r--r--lang.pm27725logstatsplain
-rw-r--r--list.sparc2771logstatsplain
-rwxr-xr-xlive_install1347logstatsplain
-rwxr-xr-xlive_install22153logstatsplain
-rw-r--r--log.pm1499logstatsplain
-rw-r--r--loopback.pm3451logstatsplain
-rw-r--r--lvm.pm2792logstatsplain
-rw-r--r--modparm.pm870logstatsplain
-rw-r--r--modules.pm24921logstatsplain
-rw-r--r--mouse.pm19353logstatsplain
-rw-r--r--my_gtk.pm36538logstatsplain
-rw-r--r--network.pm51logstatsplain
d---------network370logstatsplain
-rw-r--r--partition_table.pm27749logstatsplain
-rw-r--r--partition_table_bsd.pm3741logstatsplain
-rw-r--r--partition_table_dos.pm2863logstatsplain
-rw-r--r--partition_table_empty.pm849logstatsplain
-rw-r--r--partition_table_gpt.pm8809logstatsplain
-rw-r--r--partition_table_mac.pm12723logstatsplain
-rw-r--r--partition_table_raw.pm6694logstatsplain
-rw-r--r--partition_table_sun.pm6472logstatsplain
-rwxr-xr-xperl2etags154logstatsplain
d---------pixmaps1592logstatsplain
-rw-r--r--pkgs.pm61694logstatsplain
-rw-r--r--printer.pm49371logstatsplain
-rw-r--r--printerdrake.pm103499logstatsplain
-rw-r--r--proxy.pm3778logstatsplain
-rw-r--r--raid.pm4146logstatsplain
d---------resize_fat531logstatsplain
-rw-r--r--run_program.pm1847logstatsplain
d---------sbus_probing35logstatsplain
-rwxr-xr-xscanner.pm7022logstatsplain
-rw-r--r--services.pm14522logstatsplain
d---------share2424logstatsplain
-rw-r--r--standalone.pm4870logstatsplain
d---------standalone1061logstatsplain
-rw-r--r--steps.pm2825logstatsplain
-rw-r--r--swap.pm4378logstatsplain
-rw-r--r--timezone.pm5977logstatsplain
-rw-r--r--tinyfirewall.pm10352logstatsplain
d---------unused236logstatsplain
-rwxr-xr-xverify_c285logstatsplain
"hl opt">("/dev/tty2", O_RDWR); write(fd, clear, strlen(clear)); close(fd); } #endif } int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)), char **env) { #ifdef ENABLE_NETWORK_STANDALONE open_log(); init_frontend(""); unlink("/etc/resolv.conf"); /* otherwise it is read-only */ set_param(MODE_AUTOMATIC); grab_automatic_params("network:dhcp"); intf_select_and_up(); finish_frontend(); return 0; #else if (getenv("DEBUGSTAGE1")) { set_param(MODE_DEBUGSTAGE1); set_param(MODE_TESTING); } #ifdef SPAWN_INTERACTIVE spawn_interactive(); #endif open_log(); log_message("welcome to the " DISTRIB_NAME " install (mdk-stage1, version " DISTRIB_VERSION " built " __DATE__ " " __TIME__")"); process_cmdline(); #ifdef SPAWN_SHELL spawn_shell(); #endif init_modules_insmoding(); init_firmware_timeout(); init_frontend("Welcome to " DISTRIB_DESCR ", " __DATE__ " " __TIME__); /* load usb interface as soon as possible, helps usb mouse detection in stage2 */ probe_that_type(USB_CONTROLLERS, BUS_USB); if (IS_THIRDPARTY) thirdparty_load_modules(); #ifdef ENABLE_PCMCIA if (!IS_NOAUTO) handle_pcmcia(); #endif if (IS_CHANGEDISK) stg1_info_message("You are starting the installation with an alternate booting method. " "Please change your disk, and insert the Installation disk."); if (IS_RESCUE && total_memory() < MEM_LIMIT_RESCUE) { stg1_error_message("You are starting the rescue with a low memory configuration. " "Our experience shows that your system may crash at any point " "or lock up for no apparent reason. Continue at " "your own risk. Alternatively, you may reboot your system now."); } method_select_and_prepare(); thirdparty_destroy(); if (access(STAGE2_LOCATION, R_OK) != 0) if (symlink(IMAGE_LOCATION_REL "/" LIVE_LOCATION_REL, STAGE2_LOCATION) != 0) log_perror("symlink from " IMAGE_LOCATION_REL "/" LIVE_LOCATION_REL " to " STAGE2_LOCATION " failed"); #ifdef SPAWN_INTERACTIVE if (interactive_pid != 0) kill(interactive_pid, 9); #endif finish_preparing(); finish_frontend(); close_log(); if (IS_RESCUE) return 66; /* ask init to exec new init */ else return 0x35; /* ask init to run stage2 binary */ #endif }