Commit Graph

  • 2d9bde1332 Update README.md with the latest changes Jane Doe 2024-09-20 20:14:25 +00:00
  • 9f192bb1b5 Add: Now the installer specifically informs the user if the installation disk has been Auto-Formatted by the 'Smart Partitioning' or 'Partitioning Presets' function Change: Running 'pacstrap' now ommits the '-i' flag, to speed up the whole process Change: 'Automatic Partitioning' stage has been revised to ommit an unnecessary repeat of the 'Sanity Check' stage Change: Now, when the Installer aborts, it automatically unmounts all/any mounted partitions, for convenience Remove: 'vorbisgain' package has been removed from the 'Minimal Plasma' setup, in compliance with Arch's repos Change: 'LDFLAGS' & 'RUSTFLAGS' configuration has been removed from the 'makepkgd.conf' drop-in configuration file at /etc/makepkg.conf.d/ Change: A few Prompts have been edited, to provide better aesthetics Change: Some minor indentation elementrick 2024-09-20 20:07:35 +00:00
  • 8d2217a137 Add: The installer will not load the 'Automatic Partitioning' stage if the user has already denied the said stage, instead 'Manual Partitioning' stage will be auto-loaded elementrick 2024-09-14 19:22:32 +00:00
  • 4ccce091b5 Add: 'Automatic Partitioning' > 'Smart Partitioning' & 'Manual Presets': Now, when an Extended Bootloader Partition is needed the installer will create it without any user interaction Change: Bootloader configuration (btldr_conf) function revised to comply with latest installer changes Add: Edited a few prompts for visual/aesthetic purposes elementrick 2024-09-11 16:49:42 +00:00
  • 076d59db95 Add: Now 'partprobe' is being executed after 'sgdisk' has finished processing Change: There are 4 Partitioning Layout Presets now, to make the selection easier (man_preset function) Change: 'Sanity Check' stage has been revised to allow 'systemd-boot' to be installed on an ESP mounted to '/efi' without the need for an 'XBOOTLDR' partition to be present Change: 'Sanity Check' stage has been revised to being more informative to the user and perform more necessary actions to solve partitioning issues Change: 'Sanity Check' stage now informs when there is need for an Extended Boot Partition (XBOOTLDR) when dual/multibooting Change: Bootloader configuration (btldr_conf function) revised its logic to allow 'systemd-boot' to install to '/efi' without an 'XBOOTLDR' partition when there is dual/multiboot and 'ESP' size is more than 200Mb elementrick 2024-08-30 15:41:13 +00:00
  • aef70bada2 Update README.md with the latest changes elementrick 2024-08-27 19:29:06 +00:00
  • 07f30327d3 Add: Support for UKI's has been added. Full Disk Encryption is planned to be added in the future. Change: 'sgdisk' now uses the -I (--align-end) flag when creating partitions, needed when setting 'LUKS' encryption on volumes Change: Chrooting and setting the 'base' system now resides in a seperate function (main_chroot), to avoid code repetition Change: Setting final variables now resides in a seperate function (set_vars) Change: Custom Plasma & custom Gnome setups have been renamed to 'Minimal Plasma & Minimal Gnome' and now support selecting one of the available bootloaders Change: 'lsblk' now uses a simpler syntax for detecting filesystems on volume Remove: 'xsane' package has been removed from Plasma Minimal setup Change: Now 'grub' configuration takes place in /etc/default/grub.d/00-custom.cfg file, as a drop-in file Change: Now the installer opens 'Automatic Partitioning' prompt by default If 'Sanity Check' succeeds and 'Multibooting' is 'n' > Continue with current disk partition layout > 'n' Fix: A bug has been fixed that would reset 'mkinitcpio hooks' to 'empty', when inside a 'VM' environment and the user has been revising the installation Minor indentation and visual changes elementrick 2024-08-27 18:37:17 +00:00
  • 532dd1fe6e Change: Reduced the sleep time by 0.1 sec for swifter menus response Change: All 'Warning/Error' prompts have been replaced by new, more easily descriptive and good looking ones Remove: Unnecessary stages (e.g selecting Graphics Driver while inside a VM) are now gracefully omitted instead of being executed but auto by-passed Change: A few prompts have been edited for aesthetic purposes Add: Now the installer lets you select the mountpoint of choice for the ESP (/efi or /boot) Add: Now the installer asks if you're dual/multi-booting with other OS's and will not touch the ESP or any other partition, all actions will take place manually using 'cgdisk' Add: 'Sanity Check' stage has been greatly upgraded: If Dual/Multi-booting: After checking the ESP size > If the ESP size is too small, the installer will take a wide range of actions and guide you to resolve the issue by selecting '/efi' as a mountpoint or if using systemd-boot, to select '/efi' as mountpoint and to create an 'XBOOTLDR' partition. All these take place automatically and the stages involved are 'Auto-Guided' Change: Virtual Machine detection now resides in a different code block from before, simplifying the installation process Change: New 'Partitioning Presets' are offered at the 'Preset selection' stage, to cover the extended range of choices the installer offers Change: Now the 'Sanity Check' stage presents you with the partitions overview instead of filesystem overview Change: Now the installer uses a 'Press any key to continue' prompt instead of the previous 'time countdown' method, to ensure the user has read all the info in some important prompts Change: Some variables have been renamed (more descriptive) Change: Some stages are now omitted if the user decides to 'Revise' the installation, since they are already completed Change: 'LUKS ecryption' > Formatting partitions > the installer no longer aborts on error, but re-runs the stage Change: The main/basic 'chroot' function now lives in its own code block Change: 'irqbalance' package and its service activation have been removed from the custom Plasma & Gnome setups elementrick 2024-08-16 19:13:57 +00:00
  • 05d47511e0 Add: Support for 'Zram Swap' has been added Add: 'Custom Setup' > Add Packages : Added auto-configuration for 'lightdm' if the 'Lightdm GTK/Slick/Deepin Greeter' has been selected Remove: Do not reload the 'Partition Manager' stage after auto-unmounting filesystems and switching to 'Manual Mode' (if formatting or mounting errors have occured) Change: Put code blocks into functions and re-arrange code, for script simplification Change: A few prompts have been edited for aesthetic purposes elementrick 2024-07-28 16:35:23 +00:00
  • 1913ee51f2 Some aesthetic changes elementrick 2024-07-26 20:55:26 +00:00
  • d119143434 Change: Edit a few prompts for clarification/aesthetic purposes Change: Make 'lightdm-gtk-greeter' the default option when selecting the 'Mate' and "Budgie' desktops Variable renaming (better description) elementrick 2024-07-24 10:29:05 +00:00
  • f059095eaa Change: Refine prompt's visual aesthetics elementrick 2024-07-20 12:02:38 +00:00
  • 9ef0695a55 Change: Make changes to a few prompts, for aesthetic reasons elementrick 2024-07-20 11:05:27 +00:00
  • 9abcec6f38 Change: Reset involved variables when 'Revise' installation has been selected Change: Refined the circumstances under which the installer is asking to format a detected '/Home' partition elementrick 2024-07-19 21:07:43 +00:00
  • b62037d9cc Change: 'Smart/Automatic Partitioning' > When 'Revising' installation, now the installer will present you with the current partitioning layout and ask to proceed or not. If not, the installer will automatically take all necessary actions for completion. elementrick 2024-07-19 16:58:25 +00:00
  • 8c502a7ca0 Change: 'Start Installation' > If all required partitions are already present on disk and you reject using them, you will be presented with the following options (in this order): 'Smart Partitioning' > 'Partitioning Presets' > 'Manual Partitioning'. If you reject all of the above options, the installer will abort. Prompts renaming/spacing for clarification/aesthetic reasons Added 'sox' package at the KDE/Plasma Custom setup & Gnome Custom Setup elementrick 2024-07-19 16:19:45 +00:00
  • 8041a1bea9 Changed a few prompt;s spacing elementrick 2024-07-09 17:21:06 +00:00
  • 1c74a88dac Remove comments elementrick 2024-07-02 21:41:48 +00:00
  • d80de009ef Change: Revamped 'Sanity Check' stage code Add: 'Auto-Guided Installation' > 'Sanity Check' > 'Partitioning' > Installer now smartly suggests necessary stages (Smart Partitioning / Partition Layout Preset Selection / Manual Partitioning) to accomplish partitioning. Prompts / visuals added Indentation elementrick 2024-07-02 21:12:07 +00:00
  • 172bffb754 Prompt renaming elementrick 2024-06-30 08:14:55 +00:00
  • 5d9dd4c2cb Update README.md elementrick 2024-06-30 08:04:14 +00:00
  • 02f8c57372 Code optimization elementrick 2024-06-30 07:51:40 +00:00
  • 335266a64f Update README.md elementrick 2024-06-30 06:14:28 +00:00
  • 9e6360abf3 Update README.md elementrick 2024-06-30 06:13:05 +00:00
  • 5440956b5b Update README.md elementrick 2024-06-30 06:12:18 +00:00
  • dd15b98d87 Update README.md elementrick 2024-06-30 06:11:09 +00:00
  • ebc7fa70d5 Update README.md elementrick 2024-06-30 05:55:41 +00:00
  • e37b034a6a Change: 'Sanity Check' stage : Rename 'Disk /dev/xxxx Auto-Formatted OK' prompt to 'Disk /dev/xxxx Auto-Partitioned OK', as this is correct description to use. elementrick 2024-06-29 17:41:25 +00:00
  • 090b654c3c Fixed a bug preventing auto-guided partition formatting elementrick 2024-06-29 17:28:16 +00:00
  • 7d55f08ae3 Add: 'Partition Manager' > 'Automatic Partitioning' > 'Preset Selection' : Now, when presets [3] & [4] are selected (create ESP, /Root, /Home & ESP, /Root, /Home, /Swap) the user can set a custom percentage for the '/Root' partition's size to be created. Default percentage is 25% of the Disk's total detected capacity. Aesthetic adjustments/ polishing the TUI in the 'Automatic Partitioning' stage. Indentation. Elementrick 2024-06-28 21:51:27 +00:00
  • ff7bb93f86 Change: Replace all 'mkdir' commands with 'mount --mkdir' where applicable Elementrick 2024-06-26 19:45:00 +00:00
  • da2b2b5a0a Change: 'Auto-Guided Installation' > The installer now offers the choice to 'Automagically' partition (Best Effort) the installation disk. The 'Partition Layout Preset' to be used, derives automatically from the current User Preferences. No additional user input is needed. When this option is used, and after successful stage completion, 'Sanity Check' will report the event as: 'Disk </dev/xxxxxx> Auto-Formatted OK' Jane Doe 2024-06-25 21:29:47 +00:00
  • 9cc471af81 Change: 'Filesystem Selection' > 'Ext4' > Now the installer offers to create/use a separate '/Home' partition if desired Change: 'Sanity Check' stage : Now the installer asks for action if more than 1 partitions of type 'Linux /Home' are found ONLY if the user has previously selected 'Ext4' as filesystem and use of a separate /Home partition Change: 'Sanity Check' stage : Now the installer asks for action if more than 1 partitions of type 'Linux /Swap' are found ONLY if the user has previously selected use of a /Swap partition Change: 'Encryption Setup' stage : Now if a partition of type 'Linux /Home' is detected, the installer offers to encrypt it ONLY if the user has previously selected 'Ext4' as filesystem and use of a separate /Home partition Change: 'Confirm Installation Status' > 'Revise Installation' > The 'Partition Manager' stage has been removed, as the installer can now automatically deal with the partitions layout it is presented with. Change: The '--graceful' flag has been removed from the options, when installing 'systemd-boot' Minor indentation Jane Doe 2024-06-25 18:11:31 +00:00
  • 1cf0a8af43 Change 'mkinitcpio' hooks 'keymap, consolefont' to 'sd-vconsole' as systemd is being used. Jane Doe 2024-06-23 16:26:38 +00:00
  • feee5e36c6 Remove: Since systemd 255+ and mkinitcpio 38+, a lot of Swapping configuration has been deprecated due to systemd's amazing automation, so it has been removed (as being redundunt) from the installer, following the latest guidelines. Add: Sanity Check > When several partition of the same type {root,ESP,home,swap} are detected, the installer will warn and manage ONLY the ones relevant to your currently detected preferences. Indentation. Jane Doe 2024-06-23 15:35:58 +00:00
  • 28c3450b45 Update README.md to reflect latest changes. Jane Doe 2024-06-22 21:47:19 +00:00
  • 6271e0a9d3 Remove: For reduced complexity, the 'Installation Disk & Encryption' stage has been removed from the 'Disk Management' submenu. It is now part of the auto-guided 'Start Installation' stage. Change: 'Disk Management' > 'Partition Manager' > 'Automatic Partitioning': Now detects user's current preferences and offers/selects the appropriate 'Partition Layout Preset' automatically. Add: Packages: 'gnome-shell-extension-appindicator' and 'glib2-devel' have been added to the 'Custom Gnome Setup' Change: Silence verbosity of stdout/stderr when a 'Swapfile' is created. Minor visual changes and indentation. Jane Doe 2024-06-22 21:35:17 +00:00
  • 19f086195a Change: Plasma/Gnome Optimized System Setups: Silence unnecessary verbosity when activating 'x86_energy_perf_policy' package during installation, where applicable. Change: Remove unnecessary '--ultra -20' flag from the zstd compression option at '/etc/makepkg.conf.d/makepkgd.conf' custom drop-in file. Jane Doe 2024-06-21 14:54:55 +00:00
  • 4f7624e157 Update README.md Jane Doe 2024-06-18 13:03:31 +00:00
  • a913d5f40e Changes in 'Auto Partitioning' stage, to avoid verbosity of 'stderr' when selected drive did not exist/answer was invalid Add: In 'Auto Partitioning' stage, extended info and colors have been added to the prompt, to better clarify which filesystems the 'Partition Layout Presets' support. Add: In the Manual 'Format Boot Partition' & 'Format Root Partition' stages, if formatting the selected partition is skipped, a 2 sec delay has been added after the 'Warning' prompt to stress the importance. Jane Doe 2024-06-17 17:11:33 +00:00
  • c61366ceda Changed ESP's minimum size limit to 200M from 300M at 'Sanity Check' stage Jane Doe 2024-06-17 14:25:08 +00:00
  • 2d62d97674 Add: For clarification, 'Partition Layout Presets' now show which filesystem is supported Jane Doe 2024-06-16 06:18:18 +00:00
  • 30b0638c89 Update README.md to reflect latest changes Jane Doe 2024-06-15 23:12:41 +00:00
  • 3a04b5bb25 Add: The'Partition Manager' stage has been fully revamped, and now consists of 2 Modes: An 'Auto Mode' that offers ready-made compatible Partition Layout Presets with sane defaults to select from, and a 'Manual Mode', (which now shows extended info about the supported partition types and mountpoints that the installer expects), where 'cgdisk' is used, with its easy and and intuitive ncurses TUI. Jane Doe 2024-06-15 22:57:43 +00:00
  • a109cffd1f Partition Manager stage: Added extended info about the supported partition types and mountpoints that the installer expects, for the installation to proceed. Jane Doe 2024-06-13 21:14:56 +00:00
  • 891e052ec0 Partition Manager: Added extended info on the supported partition types and mountpoints that the installer expects, for the installation to proceed. Jane Doe 2024-06-12 17:35:11 +00:00
  • 2c543a2ffd A new mechanism has been added, that scans the partitions on the installation disk and if more than one of each type {root/EFI/home/swap} are detected, it Auto-Assigns the 1st partition of each type, to be used by systemd's automation in the installation (as the 'Discoverable Partitions Specifications' dictate). Of course comes with its own menu/prompts, for user interaction. Jane Doe 2024-06-11 20:03:05 +00:00
  • 187b84dd63 Undo recent changes Jane Doe 2024-06-11 15:05:23 +00:00
  • 8ab49ef7e4 Update README.md to reflect latest changes Jane Doe 2024-06-11 14:38:49 +00:00
  • c322988b4c A new mechanism has been added, to scan the partitions on the selected (installation) disk and if more than one of each type {root/EFI/home/swap} is detected, to Auto-Assign the 1st partition of each type, to be used by systemd's automation in the installation (as the 'Discoverable Partitions Specifications' dictate). Of course comes with its own menu/prompts, for user interaction. Jane Doe 2024-06-11 14:29:02 +00:00
  • 1c5dad5fec Update README.md Jane Doe 2024-06-10 17:07:00 +00:00
  • 0d71adb3bd Update README.md with the latest changes Jane Doe 2024-06-09 15:53:04 +00:00
  • f9095f3513 Update README.md to reflect latest changes Jane Doe 2024-06-09 14:50:57 +00:00
  • 294e05deec Visual prompts added/replaced If no Kernel has been selected, the 'Graphics Setup' stage will now send you to the 'Kernel & Bootloader Selection' stage first If no filesystem has been selected, the 'Graphics Setup' stage will now send you to the 'Filesystem & Swap Selection' stage first Reselecting any Kernel from 'Kernel Selection' stage now forces a re-run of the 'Graphics Setup' stage (if already run) Reselecting a filesystem from 'Filesystem Selection' stage now forces a re-run of the 'Graphics Setup' stage (if already run) Reselecting any Swap type from 'Swap Setup' stage now forces a re-run of the 'Graphics Setup' stage (if already run) If Linux Hardened Kernel is selected and Swap is concurrently selected, the installer issues a warning and defaults to 'No Swap' setting Selecting 'n' to configure single-graphics Nvidia setup defaults to 'nouveau' Selecting 'n' to configure a multi-graphics setup including Nvidia, defaults to open-source drivers If an AMD gpu & Nvidia gpu are detected and 'Nvidia-Open' drivers are selected, then the installer issues a warning and then a 'Confirmation' prompt Nvidia's 'Suspend-Hibernate-Resume' Video-Memory Preserving feature from the Proprietary Nvidia driver can be auto-configured If Nvidia's 'Suspend-Hibernate-Resume' Video-Memory Preserving feature is selected and Swap has not been set or Linux 'Hardened' Kernel has been selected, the feature will not be enabled System installation/configuration is now silent (not verbose), the installer will inform if/where errors occur and abort installation Services are explicitly activated now Code cleanup and indentation Jane Doe 2024-06-08 21:23:53 +00:00
  • 6b3dca7c9d Major version bump Added new color & prompt functions Major visual (TUI) revision Added support for installing graphics drivers when multi-gpu systems are detected and code revision/overhaul Changed 'Welcome/Warning' screen and 'Completion" message Changes at "Locale Setup' stage Code revision at 'Swap' creation, Format 'Root/Home', 'Auto-Mode' 'LUKS Encryption' and other stages Changed the reaction to errors to 'Abort' in almost any significant configuration that takes place, to verify a successful installation Changed the way the country codes are filtred at "Wireless Regulatory Domain Setup' stage Hide 'stdout & stderr' messages for a cleaner experience (still the installer warns about them) Code cleanup and indentation Jane Doe 2024-06-02 20:21:35 +00:00
  • 755167e2bc 'Encryption Option' has been added when revising installation Improve aesthetics Jane Doe 2024-05-25 20:45:10 +00:00
  • 158f224ccd Reduce visual prompts loading time Hide <command> stdout/stderr for improved aesthetics Greatly improve aesthetics in 'Filesystem Overview' prompt Delete some visual prompts for clarity reasons Add 'Warning' prompts when selecting NOT to format partitions, when in 'Manual Mode' > 'Format Partitions' stage Revert 'Reflector's' output to 'verbose' for clarity reasons Code indentation Jane Doe 2024-05-24 20:05:58 +00:00
  • f4a7447805 Add comments Jane Doe 2024-05-19 10:14:29 +00:00
  • b8d370d882 Update README.md to reflect latest changes. Jane Doe 2024-05-18 20:52:30 +00:00
  • f6884df048 Update README.md to reflect latest changes. Jane Doe 2024-05-18 20:44:22 +00:00
  • 4e37543116 "EFI Boot Entries Deletion" stage is now ommited if a VM is detected. If Dual/Triple graphics setup is detected, graphics configuration defaults to 'no'. Minor aesthetic corrections. Jane Doe 2024-05-18 20:30:02 +00:00
  • 4446db1023 Changed the way "Swapfile" is managed, to comply with the latest ArchWiki changes. Changed/Reverted the way Locales are being filtered at "Selecting Locale" Stage. Unified "KDE Plasma (Optimized) & Gnome (Optimized) configuration into the same code block. Completely re-written the "Stage-Success" verification mechanism. Now is more elaborate and very detailed/verbose. Minor aesthetic corrections. Jane Doe 2024-05-18 16:33:28 +00:00
  • 2c92e181bb Changed the way Locales are being filtered at "Selecting Locale" Stage. Jane Doe 2024-05-17 19:19:41 +00:00
  • 669517bad9 Changes to the 'makepkgd.conf' drop-in file for 'makepkg' that optimizes the building process (only applicable to KDE Plasma Custom & Gnome Custom Setups). Changed the way "reflector" presents the Countries list, before obtaining the available mirrors. Jane Doe 2024-05-17 18:22:09 +00:00
  • bfaadb9250 Update README.md Jane Doe 2024-05-16 16:01:26 +00:00
  • 8076cf8b40 Update README.md Jane Doe 2024-05-16 15:59:49 +00:00
  • 79e32d563b Update README.md Jane Doe 2024-05-16 15:55:03 +00:00
  • f6fd977df6 Update README.md to reflect latest changes Jane Doe 2024-05-16 15:52:17 +00:00
  • 83544e8fcf Changes to the 'makepkgd.conf' drop-in file for 'makepkg' that optimizes the building process (only applicable to KDE Plasma Custom & Gnome Custom setups). Jane Doe 2024-05-16 15:15:55 +00:00
  • f181bc6ada Changes to comply with 'shellcheck' Added: Stage-Success verification to prevent (and abort) an errored installation Code cleanup, cosmetic changes, warning prompt added against pacstrap errors & minor script corrections Jane Doe 2024-05-12 11:52:14 +00:00
  • be8e337015 Cosmetic changes Jane Doe 2024-05-11 08:16:03 +00:00
  • 79e38c0ef9 Change: 'usr/share/i18n/SUPPORTED' is now used to list all available Locales. Cosmetic changes Jane Doe 2024-05-10 18:19:33 +00:00
  • dd1a4b8eb7 Rename some prompts with additional details Jane Doe 2024-05-09 14:13:06 +00:00
  • b64220a49d Removed: 'ufw' 'ufw-extras' 'gufw' and related services from Custom Plasma & Custom Gnome Setups Jane Doe 2024-05-09 13:09:42 +00:00
  • 4e19fb1bad Minor changes, file renaming, menu prompts added Jane Doe 2024-05-07 18:01:12 +00:00
  • 0f770a17dd Cosmetic changes Jane Doe 2024-05-07 13:19:50 +00:00
  • 7f0b8ac3e7 Add: Changes to take use of the 'makepkg.conf.d' drop-in directory, a few changes in the 'custom' and 'vanilla' setups, simplifying configuration, bumped minor program version, cosmetic changes. Jane Doe 2024-05-05 11:29:34 +00:00
  • 83dd5bb5e5 Update README to reflect latest changes Jane Doe 2024-05-04 15:18:06 +00:00
  • 1b3c27be86 An 'Internet Connection Check' stage has been added. The installer now checks for an active internet connection and exits if none is found. The 'UEFi Mode Check' stage now shows UEFI bitness. The 'System Clock Update' stage now shows relevant info. A few cosmetic changes took place. Jane Doe 2024-05-04 15:09:51 +00:00
  • 5b19fdb3a9 Changes to adapt to the latest mkinitcpio Jane Doe 2024-05-04 11:32:17 +00:00
  • f45e2e8722 Added a few packages to Custom Gnome Setup to increase functionality Jane Doe 2024-05-03 18:11:22 +00:00
  • 0bc85bc34b Update 'ReadMe' to reflect latest changes Jane Doe 2024-05-01 13:38:58 +00:00
  • 6b1718b34a Package renaming to reflect Arch Linux changes Jane Doe 2024-05-01 13:17:38 +00:00
  • 683e35a760 Add: A new lightweight Gnome 46 Setup & 'systemd-boot' & system optimizations. Jane Doe 2024-04-30 14:34:56 +00:00
  • 726f516efb Change: Comment out "debug" flag in "OPTIONS" array at "makepkg.conf" (applicable ONLY when selecting to install 'KDE Plasma Optimized' desktop. Jane Doe 2024-03-22 12:56:36 +00:00
  • e31530470f Add: Changes to reflect "mkinitcpio.conf" microcode HOOK inclusion ("systemd-boot" entries configuration also affected/changed) Jane Doe 2024-03-22 11:15:42 +00:00
  • a897f4c292 Changes to include KDE Plasma 6 desktop Jane Doe 2024-03-22 10:10:50 +00:00
  • ec7c24e1a4 Bumped up version, added semicolon Jane Doe 2024-02-19 17:58:49 +00:00
  • fbe0e926ad When a VM is detected, vm-specific packages (i.e. 'virtualbox-guest-utils') and vm-necessary services (i.e. 'vboxservice') will be automatically installed and enabled When 'Nvidia' graphics are detected and running the 'Nvidia.hook' is needed, 'pacman.conf' involved option will be uncommented (activated) and '/etc/pacman.d/hooks/' directory will be created Jane Doe 2024-02-19 17:50:25 +00:00
  • 8f5bea0416 Set a variable only to conform with the 'set -u' flag Jane Doe 2024-02-11 09:22:01 +00:00
  • d218720d1e Word edit (grammar] Set variable to conform with the 'set -u' flag Jane Doe 2024-02-10 21:18:41 +00:00
  • a69659a550 Added 'set -euo pipefail' flag Set some variables (only to comply with the 'set -u' flag) Replaced some color functions with simple 'echo' commands 'Secure Erasure': Now a prompt informs about the need to reboot system after erasing the disk, which also takes place automatically when done 'chroot_conf' > 'Custom System Configuration': Now when 'grub' is selected, enabling services will take effect only if a(ny) service(s) have been first set to be enabled 'chroot_conf': Renamed a few 'HERE-docs' for clarification 'Select Desktop' > 'Custom System' > 'Custom Packages Setup': Now, if 'lightdm' has been set as a custom package, a prompt will ask you to select between 'lightdm-gtk-greeter' & 'lightdm-slick-greeter' for convenience, and said greeter will be automatically installed and also lightdm automatically configured for said greeter. NOTE: The user only has to set 'lightdm' service to be enabled in next step Jane Doe 2024-02-10 18:22:41 +00:00
  • f2fd59f82d Added descriptive comments Pacstrap System: Re-arranged 'basepkgs' Pacstrap System > Custom System: Added 'linux-firmware' package (when not running in a VM) Chroot_conf > Custom System: Added needed configuration Jane Doe 2024-02-09 21:03:51 +00:00
  • cf8a8763b0 Update README.md Jane Doe 2024-02-06 18:43:55 +00:00
  • 4f741e89b2 Now, hitting any key will start installation Added a few descriptive comments Manual mode > Format Root Partition: Simplified code structure Reset Arch live-media 'cowspace' value to default Added 'Clear EFI Boot Entries', 'Wireless Regulatory Domain Setup' & 'Partition Manager' stages when revising installation, providing an extended set of revised options to use. Added 'Clear EFI Boot Enries' & 'Wireless Regulatory Domain Setup' stages when selecting 'Start Installation' option from Main Menu, effectively making it an 'Auto-Navigated' process. Jane Doe 2024-02-06 18:37:06 +00:00
  • b311c7500c Renamed desktop "Optimized Plasma & Systemd-boot & Wayland" to Plasma & Systemd-boot & Wayland (System Optimized), for clarification. Jane Doe 2024-02-01 20:48:12 +00:00
  • 7626074e52 Update README.md Jane Doe 2024-02-01 20:37:53 +00:00
  • 5d156e5b13 Update README.md Jane Doe 2024-01-30 11:56:58 +00:00
  • 890a3343ee Update README.md Jane Doe 2024-01-29 19:05:38 +00:00
  • f6ec0d6e1c Update README.md Jane Doe 2024-01-29 18:57:15 +00:00