summaryrefslogtreecommitdiffstats
path: root/globetrotter
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-2/+2
|
* adapt to DOCS -> CAT_MINIMAL_DOCS switchPascal Rigaux2006-03-091-1/+1
|
* typo fixThierry Vignaud2005-11-211-1/+1
|
* (init) hotplug is obsoleted by udevThierry Vignaud2005-09-261-2/+0
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* recreate existing user accounts on restoringThierry Vignaud2005-06-261-0/+11
|
* switch from GRUB to LILO since the later now enable to boot from USBThierry Vignaud2005-06-201-10/+7
|
* rollbackThierry Vignaud2005-06-201-9/+11
|
* switch from GRUB to LILO since the later now enable to boot from USBThierry Vignaud2005-06-201-11/+9
|
* rollbackThierry Vignaud2005-06-201-34/+24
|
* switch from GRUB to LILO since the later now enable to boot from USBThierry Vignaud2005-06-201-24/+34
|
* patch is needed for dkms-atiThierry Vignaud2005-06-171-1/+1
|
* fix end message (do not speak about restoration when installing)Thierry Vignaud2005-06-161-1/+1
|
* fix mounting /procThierry Vignaud2005-06-161-1/+2
|
* (install2::configMove) fix infinite loop while adding usersThierry Vignaud2005-06-161-1/+1
|
* bump copyright + s/Mandrakesoft/Mandriva/Thierry Vignaud2005-06-091-1/+1
|
* *** empty log message ***Thierry Vignaud2005-06-091-1/+158
|
* (changelog) only track HEAD changesThierry Vignaud2005-06-091-1/+1
|
* - sync with DrakX's APIThierry Vignaud2005-06-091-38/+65
| | | | | | | | | | | - add a few comments - we only need 4.6Gb for packages now (the DVD image) - update package list: o for 10.0 -> LE2005 changes (eg: switch to dkms and the like) o install all languages (marketing request) o install multimedia plugins & Java runtime environment o do not unselect anymore input methods
* (installPackages) help packages' post-install scriptsThierry Vignaud2005-06-091-0/+3
|
* (installPackages) help DrakX moreThierry Vignaud2005-06-091-2/+2
|
* detect both old and new LaCie modelsThierry Vignaud2005-06-091-1/+1
|
* prevent building a disk w/o translation catalogsThierry Vignaud2005-06-091-0/+4
|
* prevent warning message about /proc to appear at bootThierry Vignaud2005-06-091-1/+3
|
* - urpmi syntax had changedThierry Vignaud2005-06-091-2/+1
| | | | | - install all new media
* devfs is deadThierry Vignaud2005-06-091-3/+1
|
* save X.org conf too on profile switchThierry Vignaud2005-06-091-1/+1
|
* set $::build_globetrotterThierry Vignaud2005-06-091-0/+1
|
* (install2::configMove) prevent dm service to fail to startup becauseThierry Vignaud2005-06-091-0/+2
| | | | | of /tmp/.font-unix's permissions
* (install2::configMove) workaround init reading inittab before any.pm alters itThierry Vignaud2005-06-091-1/+5
|
* sync with drakx's APIThierry Vignaud2005-06-091-3/+3
|
* (automatic_xconf) class_discard is needed way earlierThierry Vignaud2005-06-091-1/+1
|
* (install2::configMove) fix killing X11 due to XFree86 -> X.org switchThierry Vignaud2005-06-091-1/+1
|
* (install2::configMove) if formatError() returns nothing, better display the ↵Thierry Vignaud2005-06-091-1/+1
| | | | raw error
* fix buildThierry Vignaud2005-06-091-2/+2
|
* blacklist more pakcagesThierry Vignaud2005-06-091-1/+5
|
* fix commentThierry Vignaud2005-06-091-1/+1
|
* fix netprofile stuffOlivier Blin2005-06-021-7/+5
|
* fix broken hdThierry Vignaud2005-05-251-0/+127
|
* unmount partitions even when failledThierry Vignaud2005-05-251-4/+22
|
* display message earlierThierry Vignaud2005-05-251-1/+1
|
* on restoration, tell which one is the packages partition when foundThierry Vignaud2005-05-251-0/+1
|
* nicely tell that the restoration is completedThierry Vignaud2005-05-251-0/+2
|
* use newly introduced my_exit() in order to display better messagesThierry Vignaud2005-05-251-3/+5
|
* (my_exit) introduce it for smoother messagesThierry Vignaud2005-05-251-0/+10
|
* handle smoothly packages partition with multiple kernel packagesThierry Vignaud2005-05-251-2/+2
|
* fix fs checking prior to restoration, thus handling restoration onThierry Vignaud2005-05-251-0/+5
| | | | | fscked hard disks
* when we format the root fs prior to restoring the hd, set back theThierry Vignaud2005-05-251-1/+1
| | | | | | label on the fs so that we can handle an aborted restoration (power outrage, ...)
* factorize some code through find_partition()Thierry Vignaud2005-05-251-2/+7
|
* do not try to run killall until it has been installedThierry Vignaud2004-10-261-1/+1
|