summaryrefslogtreecommitdiffstats
path: root/draklive-install
Commit message (Collapse)AuthorAgeFilesLines
* drop gnome-reboot hackThomas Backlund2016-07-031-4/+0
|
* trigger gnome-reboot once after a non-live install tooThomas Backlund2015-05-281-0/+4
|
* better reporting of insufficient space (mga#15257)Thierry Vignaud2015-05-181-1/+2
| | | | | | | | When the live installer checks if there is sufficient space on the chosen root partition it subtracts 10% (or 65MB) from the available space to give some headroom. It's better to add the headroom to the required space, as this gives a more accurate message when there is insufficient space.
* draw replaces expose_eventThierry Vignaud2013-11-281-1/+1
|
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-11-281-1/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-11-281-10/+10
|
* tag as executableThierry Vignaud2013-11-281-0/+0
|
* use the new /run/mgalive/ovlsize mountpoint to determine image sizeThomas Backlund2013-11-091-1/+1
|
* add FIXME notes in order to fix the forked code & simplify draklive-installThierry Vignaud2013-04-221-2/+5
|
* ask to confirm exiting (mga#1812)Thierry Vignaud2013-04-211-0/+1
| | | | (needs latest drakxtools)
* (copying_message_with_progress_bar) ensure it doesn't go crazy whenThierry Vignaud2012-12-111-4/+8
| | | | | | | | | | | | asked to update with the same fraction (migh help mga#7992) basically backporting commit r219767 by pixel on May 23 2007 from drakx: "progress bar wait_message: ensure it doesn't go crazy when asked to update with the same fraction (eg #30090)" backported from trunk with label="blino I hate you and all the lazy forkers..."
* (copying_message_with_progress_bar) kill duplicated testThierry Vignaud2012-12-111-1/+1
|
* (prepare_minimal_root) get rid of useless argThierry Vignaud2012-11-061-2/+2
| | | | like done in drakx 6 months ago (spot by perl_checker)
* fix breakage due to prepare_minimal_root() changes (from tmb)Olivier Blin2012-04-111-1/+1
|
* remove hardcoded mdkonline removal code, should be handled in live configOlivier Blin2011-05-221-3/+0
|
* do not hardcode distro name in iconOlivier Blin2011-04-031-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-04-011-4/+4
| | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r792 | dmorgan | 2011-04-01 08:37:48 +0100 (Fri, 01 Apr 2011) | 1 line Add cleaned draklive-install ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPL according to the relevant rpm spec written by Mandriva - Change one occurance of "Mandriva" to "Mageia" as its visible in the GUI, in draklive-install - Rename mandriva-draklive-install.desktop to mageia-draklive-install.desktop and change the Comment inside it to say Mageia too - Icons in ./data/icons will need to be replaced
* do not run makedev, needed devices are now copied before1.29Pascal Terjan2010-06-021-1/+0
|
* use slightly bigger window for draklive-installChristophe Fergeau2010-05-261-0/+1
| | | | The window is too small to fit diskdrake otherwise
* call set_wm_hints_if_needed to avoid oversized windows in matchboxChristophe Fergeau2010-05-241-0/+1
|
* run scripts from /etc/draklive-install.d/run.d after installChristophe Fergeau2010-05-201-0/+4
|
* fix remove_unused_packages when the tree to install is not /Christophe Fergeau2010-01-131-2/+6
|
* make sure to remove packages from the source copy dirChristophe Fergeau2009-11-301-3/+3
| | | | | | | | draklive-install will not use the system found in / when installing files but it might use another directory as a source. Take that into account when removing unused packages, otherwise we'll end up with a cleaned up / but with a not-cleaned up installation which is not what we want ;)
* keep pre-configured desktop sessionOlivier Blin2009-10-121-1/+2
|
* add comment explaining why gettext domains are set as early as possibleChristophe Fergeau2009-10-091-0/+2
|
* initialize gettext domain as soon as possibleChristophe Fergeau2009-10-091-1/+4
| | | | | It was getting initialized too late which caused badly displayed accents in the live installer
* do not reset dm to xdm after live installOlivier Blin2009-10-051-1/+2
|
* offer auto-partitionning in draklive-installPascal Terjan2009-09-221-3/+3
|
* Fix typoChristophe Fergeau2009-04-241-1/+1
|
* correctly exclude live_device when booting from hybrid USB imagePascal Terjan2009-04-201-0/+2
|
* do not hard re-enabled services list, read it from ↵Olivier Blin2008-11-211-1/+1
| | | | /etc/draklive-install.d/services
* use new drakxtools code to remove unused packagesOlivier Blin2008-09-051-4/+6
|
* run remove-unselected-locales and remove-unused-hardware-packages before installOlivier Blin2008-08-181-0/+6
|
* adapt kdm configuration to KDE4Olivier Blin2008-07-111-1/+1
|
* remove hds from harddrake config in live system too so that they get ↵Olivier Blin2008-05-301-1/+2
| | | | reconfigured at next reboot
* extract clean_harddrake_hds subOlivier Blin2008-05-301-9/+15
|
* clean fstab in the live system (since partitions UUIDs of the installed ↵Olivier Blin2008-05-301-0/+12
| | | | system have been modified)
* do not allow update-menus to create home directory with invalid permsOlivier Blin2008-05-301-1/+5
|
* do not install bootloader on live deviceOlivier Blin2008-05-301-2/+17
|
* get list of files to be removed from /etc/draklive-install.d/remove.d/Olivier Blin2008-05-301-1/+1
|
* allow to specify custom copy source in /etc/sysconfig/draklive-install (to ↵Olivier Blin2008-05-301-1/+5
| | | | copy unmodified distro from Mandriva Flash)
* umount partitions later (because g-v-m might have mounted them in the meantime)Olivier Blin2008-04-071-1/+1
|
* do not crash when no valid devices is found (#36377)Olivier Blin2008-04-031-2/+8
|
* sync /var/log in installed root when neededOlivier Blin2008-03-201-0/+9
|
* log when umount failsOlivier Blin2008-03-201-0/+1
|
* go on unmounting when one umount fails (inline fs::mount::umount_all)Olivier Blin2008-03-201-1/+8
|
* fix unmounting disks in live rootOlivier Blin2008-03-201-0/+1
|
* reuse string from installerOlivier Blin2008-03-201-1/+1
|
* fix checking that available space is enoughOlivier Blin2008-03-201-1/+1
|
* read live user from /etc/draklive-install.d/userOlivier Blin2008-03-201-4/+6
|