summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix: aarch64 is expecting /lib64 like x86_64HEAD0.6topic/aarch64/fix-lib64masterJybz2026-02-101-1/+1
|
* Revert "Move Mageia modules to 50-59 range"Jani Välimaa2026-01-2310-0/+0
| | | | | | | This reverts commit fb21586abfff8f189459f4efde6eff2a6c637fe7. Moving mgainstaller module to 50-59 range causes more harm and unwanted side effects than it fixes.
* Move Mageia modules to 50-59 rangeJani Välimaa2026-01-2110-0/+0
| | | | | | | | | | | | | | | | | This move makes drakx-installer-images to build with dracut >= 109-4.mga10 and without network-legacy dracut module and without dhclient. And according to upstream: Range 00-09, 50-59 and 90-99 are reserved for out of tree (3rd party) dracut modules. It is strongly recommended to use the 50-59 range for out of tree dracut modules. Range 90-99 are reserved for unusual dracut customizations for completeness, but using range 90-99 is not recommended for out of tree dracut modules. Not using the 50-59 range for out of tree dracut modules will likely lead to unintended errors in the initramfs generation process as your dracut module will either run too early or too late in the generaiton process. You have been warned.
* Restore test for /run/mgalive/installed in mgalive-shutdown.sh.0.5Martin Whitaker2025-12-251-2/+1
| | | | | | | We want to eject the Live media on shutdown if draklive-install has been run, to ensure the machine reboots into the newly installed system. The code to do this was lost when it was moved from svn to git.
* Mention Mageia in default config file0.4Jani Välimaa2025-10-251-0/+2
|
* Rename config again to mageia.confJani Välimaa2025-10-251-0/+0
|
* Explicitly set hostonly_cmdline to yes in default config0.3Jani Välimaa2025-10-251-0/+1
|
* Rename Mageia default config as 01-dist.confJani Välimaa2025-10-251-0/+0
|
* Add sanity check for nsswitch.conf removalJani Välimaa2025-10-241-1/+1
|
* Remove broken nsswitch.conf from installer images0.2Jani Välimaa2025-10-241-0/+5
|
* We don't have pppd-diet nor pppoe-diet0.1Jani Välimaa2025-09-111-2/+2
|
* Fix i18n module README locationJani Välimaa2025-09-071-1/+1
|
* Move lvm bitsJani Välimaa2025-09-071-0/+0
|
* Move i18n-pre-udev.sh to location where it works with dracut 108Jani Välimaa2025-09-051-0/+0
|
* chore(conf): shift configuration into appropriate subdirectoryJybz2024-04-251-0/+0
|
* - drop references to ahci as it's built-in by default and causesJybz2024-04-201-3/+0
| | | | | | | error message during initrd creation - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?r1=1191933&r2=1191935
* update patch info / man pages that we default to early_microcode=yesJybz2024-04-201-3/+0
| | | | | - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?r1=1191157&r2=1191933
* - Rebase to v046Jybz2024-04-201-0/+3
| | | | | | | | - Drop upstream cherry-picked patches and upstreamed patches - Rebase all Mageia-specific changes - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?r1=487590&r2=1191157
* Do not use systemd in initrd quite yetJybz2024-04-201-1/+1
| | | | | - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?r1=389214&r2=487590
* do not force -o network from mkinitrd-dracut (move it into config instead), ↵Jybz2024-04-201-0/+5
| | | | | | | it makes omit_dracutmodules from config ineffective - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?revision=235951&view=markup
* Always include ahci kernel module (mga#4364)Jybz2024-04-201-0/+6
| | | | | - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?revision=231790&view=co
* * Drop dracut.conf patch in favour of our vendor conf in dracut.conf.dJybz2024-04-201-0/+0
| | | | | | | | | | * Split out mkinitrd option help to separate patch * Fix initramfs vs. initrd naming more thoroughly * Fix /usr mounting due to variable name typo * Rename vendor conf file (dracut in the name is superfluous - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?revision=175109&view=markup
* Remove mandriva occurenciesJybz2024-04-201-0/+0
| | | | | - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/50-mageia.conf?revision=157149&view=markup
* imported package dracutJybz2024-04-201-0/+3
| | | | | - origin: https://svnweb.mageia.org/packages?view=revision&revision=157142
* mgainstaller: add wpa_supplicant to support WPA/WPA2 (mga#9541)Martin Whitaker2024-04-201-0/+2
|
* mgainstaller: fix network interface renaming (mga#17651)Thomas Backlund2024-04-201-0/+3
| | | | | | | | | Since systemd 220 interface renaming changed, and this file is needed for it to trigger in stage1 as we dont run full systemd/udev there. Fixes: https://bugs.mageia.org/show_bug.cgi?id=17651 Signed-of-by: Thomas Backlund <tmb@mageia.org>
* kadeploy: Add a kd-deploy moduleColin Guthrie2024-04-201-0/+17
| | | | This is sometimes used in the Mageia Installer
* Updated to ensure shutdown message is displayed on current tty.Jybz2024-04-201-2/+4
| | | | | | - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1653914&r2=1663927 - mgalive: ensure shutdown message is displayed on current tty
* Updated to ensure udev has re-added the protective partition before trying ↵Jybz2024-04-201-0/+9
| | | | | | | | to mount it (mga#27638). - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1649975&r2=1653914 - mgalive: ensure udev has re-added the protective partition before trying to mount it (mga#27638)
* Updated to add boot option to temporarily disable persistence (mga#27674).Jybz2024-04-201-0/+2
| | | | | | - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1649586&r2=1649975 - mgalive: add boot option to temporarily disable persistence (mga#27674).
* Updated to handle /dev/disk/by-label linking to base device, not first ↵Jybz2024-04-201-9/+24
| | | | | | | | partition (mga#27638). - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1559144&r2=1649586 - mgalive: handle /dev/disk/by-label linking to base device, not 1st partition (mga#27638)
* fix spurious error message when booting Live ISOs from CDROMJybz2024-04-201-1/+5
| | | | | - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1469756&r2=1559144
* Updated to support encrypted persistent partition and fix mga#25924.Jybz2024-04-201-3/+22
| | | | | | | - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1368035&r2=1469756 - mgalive: support encrypted persistent partitions (mga#25191) - mgalive: fix boot failure on some machines (mga#25924)
* mgalive: allow for USB sticks appearing as mmc devicesJybz2024-04-201-1/+1
| | | | | - origin https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1361037&r2=1368035
* draklive: only pause on shutdown when really neededJybz2024-04-201-3/+3
| | | | | - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1349671&r2=1361037
* mgalive: set flag for draklive-install when persistence is enabledJybz2024-04-201-0/+1
| | | | | - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1329441&r2=1349671
* mgalive: support persistence when isohybrid protective partition starts at ↵Jybz2024-04-202-9/+34
| | | | | | | | | sector 1 - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1326566&r2=1329441 - mgalive: support persistence when isohybrid protective partition starts at sector 1 - mgalive: fix boot when ISO is copied into USB stick partition (e.g. by Rufus)
* Updated to eject CD and pause on shutdown.Thomas Backlund2024-04-204-3/+30
| | | | | | | | | | | Signed-off-by: Martin Whitaker <mageia@martin-whitaker.me.uk> - origin: https://svnweb.mageia.org/packages/cauldron/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1231609&r2=1326566 - enable pivot back to dracut on shutdown (mga#22516) o see also upstream issue #481 - fix shutdown umount retry loop (upstream issue #483) - mgalive: ensure overlay filesystems are cleanly unmounted on shutdown - mgalive: eject optical media and pause on shutdown
* Updated to support persistance and multi-boot USB sticks.Jybz2024-04-202-16/+53
| | | | | - origin: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/0511-mgalive-A-module-to-mount-Mageia-Live-media.patch?r1=1191157&r2=1231609
* mgalive: A module to mount Mageia Live mediaThomas Backlund2024-04-204-0/+119
| | | | | Updated to work with overlay from 3.19 Signed-off-by: Thomas Backlund <tmb@mageia.org>
* i18n: Run console_init prior to udev startup.Colin Guthrie2024-04-201-0/+7
| | | | | | | | In some cases udev will initialised the encrypted disks and ask for a password before it initialises the console. This can result in the password for encrypted partitions being asked for with the wrong keymap loaded.
* lvm: Ensure LVM is initialised in non-hostonly mode.Colin Guthrie2024-04-201-0/+8
| | | | This is a bit of a hack, but it's needed if /usr is on LVM.
* mgainstaller: Add a module used to generate the Mageia InstallerColin Guthrie2024-04-201-0/+2
| | | | | | - Update to 056 - Original commit: https://svnweb.mageia.org/packages/updates/9/dracut/current/SOURCES/0512-mgainstaller-Add-a-module-used-to-generate-the-Magei.patch?r1=1191157&r2=1788869
* mgainstaller: Add a module used to generate the Mageia InstallerColin Guthrie2024-04-203-0/+136
v2: Add modules.description v3: Add modules to go into modules.alias but then get rm'ed before actual build. This is needed for stage2 device probe overlayfs is renamed to overlay from 3.19 Signed-off-by: Thomas Backlund <tmb@mageia.org>