summaryrefslogtreecommitdiffstats
path: root/draklive-install
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add back hardcoded live user, it is still usedOlivier Blin2008-03-201-0/+1
|
* check available space before formatting and installing (#22764)Olivier Blin2008-03-201-3/+10
|
* remove test codeOlivier Blin2008-03-201-1/+0
|
* do not loop if ask_partitions succeedsOlivier Blin2008-03-201-4/+3
|
* use a hash for correctness (total size should depend on the source)Olivier Blin2008-03-201-3/+3
|
* make total size a state variableOlivier Blin2008-03-201-1/+4
|
* remove old commentOlivier Blin2008-03-201-1/+0
|
* run partition step in a loop while errors occurOlivier Blin2008-03-201-6/+7
|
* print an error message when the partitioning fails instead of dyingOlivier Blin2008-03-201-1/+13
|
* display error message and exit if install (files copy) failed (#22764)Olivier Blin2008-03-201-1/+7
|
* split in subroutines and localize variablesOlivier Blin2008-03-191-116/+149
|
* factorize copy source in a variableOlivier Blin2008-03-191-2/+4
|
* add more wait messagesOlivier Blin2008-03-191-1/+9
|
* detect disks later to make startup fasterOlivier Blin2008-03-191-16/+14
|
* do not crash if harddrake2/previous_hw does not existOlivier Blin2008-03-191-3/+5
|
* do not hardcode first boot config files, copy them from ↵Olivier Blin2008-03-191-18/+2
| | | | /etc/draklive-install.d/sysconfig
* use fs::any::prepare_minimal_root to prepare root (so that /proc and /sys ↵Olivier Blin2008-02-281-1/+1
| | | | get mounted, for mkinitrd to succeed)
* create /dev and minimal directories right after format_mountOlivier Blin2008-02-281-4/+4
|