Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add "mkfs.ext3" which is no more equivalent to "mkfs.ext2 -J" | Pascal Rigaux | 2007-05-14 | 2 | -1/+4 |
| | | | | | | | | (eg: dir_index & resize_inode features) (cf Frederik Himpe 23 Apr 2007 mail on cooker: "Installer does not create ext3 partitions with dir_index and resize_inode?") | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 17 | -82/+89 |
| | |||||
* | remove debug code | Pascal Rigaux | 2006-02-28 | 1 | -1/+0 |
| | |||||
* | handle BOX=... on cmdline | Pascal Rigaux | 2006-02-28 | 1 | -2/+5 |
| | |||||
* | simplify (since partimage_whole_disk rest_all doesn't handle multi dirs anymore) | Pascal Rigaux | 2006-02-28 | 1 | -5/+2 |
| | |||||
* | multiple dirs is not handled anymore, correct the usage | Pascal Rigaux | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | fix restoring many primary partitions | Pascal Rigaux | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | disable the weird echoprt in cooked mode for user interaction | Pascal Rigaux | 2005-11-28 | 2 | -1/+4 |
| | |||||
* | adapt to MDV::Packdrakeng | Pascal Rigaux | 2005-11-23 | 1 | -1/+6 |
| | |||||
* | partimage_whole_disk takes care of configuring network when needed | Pascal Rigaux | 2005-11-10 | 1 | -2/+2 |
| | |||||
* | configure network if needed | Pascal Rigaux | 2005-11-10 | 1 | -0/+10 |
| | |||||
* | minimal i18n support | Pascal Rigaux | 2005-11-10 | 3 | -0/+25 |
| | |||||
* | new option (bzip2), enabled by default | Pascal Rigaux | 2005-11-10 | 1 | -1/+3 |
| | |||||
* | reboot if things went nicely | Pascal Rigaux | 2005-10-20 | 2 | -4/+5 |
| | |||||
* | fix reboot by creating /dev/initctl (what's this??) | Pascal Rigaux | 2005-10-20 | 1 | -0/+1 |
| | | | | | (it was broken when called in rc.sysinit, it was working otherwise) | ||||
* | install_bootloader should succeed otherwise it's an error | Pascal Rigaux | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | make install_bootloader non interactive | Pascal Rigaux | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | add ability to keep existing /home (as requested by miura) | Pascal Rigaux | 2005-10-20 | 1 | -0/+11 |
| | |||||
* | doesn't display prompt if auto | Pascal Rigaux | 2005-10-20 | 1 | -2/+2 |
| | |||||
* | add option --auto to install without prompting | Pascal Rigaux | 2005-10-20 | 1 | -1/+7 |
| | |||||
* | simplify (remove code choosing best master to restore from) | Pascal Rigaux | 2005-10-20 | 1 | -51/+33 |
| | |||||
* | make it an option to keep empty_space_at_end_of_disk | Pascal Rigaux | 2005-10-20 | 1 | -1/+2 |
| | |||||
* | fix (same behaviour as before, but option save_home_directory really mean ↵ | Pascal Rigaux | 2005-10-06 | 1 | -2/+4 |
| | | | | what it says) | ||||
* | acpi=ht is bad on some boxes (=> sata_sis not working) | Pascal Rigaux | 2005-10-05 | 1 | -2/+2 |
| | |||||
* | Mandrake -> Mandriva series. | Funda Wang | 2005-09-17 | 3 | -3/+3 |
| | |||||
* | - install scsi and sata modules | Pascal Rigaux | 2005-09-07 | 1 | -8/+14 |
| | | | | | - make save_home_directory optional (and is false by default) | ||||
* | ka support (initially from Antoine Ginies and Erwan Velu) | Olivier Blin | 2005-08-28 | 8 | -0/+1189 |
| | |||||
* | ldetect-lst tables are now compressed | Pascal Rigaux | 2005-08-25 | 1 | -3/+1 |
| | |||||
* | - grub files have moved | Pascal Rigaux | 2005-08-23 | 1 | -2/+5 |
| | | | | | - add *_stage1_5 grub files | ||||
* | add dump* and restore* (as required by Giuseppe Ghibò) | Pascal Rigaux | 2005-08-08 | 1 | -0/+1 |
| | |||||
* | {mntpoint} is not set, so take the last ext3 partition as being /home | Pascal Rigaux | 2005-06-29 | 1 | -10/+14 |
| | |||||
* | - don't save /home and want a size <1GB (since it will be grown to fit disk) | Pascal Rigaux | 2005-06-29 | 1 | -5/+17 |
| | | | | | | | - fix keeping the small size of the existing windows partition (otherwise the filesystem is small in a (much) bigger partition) - remove "windows" entry from lilo.conf if windows not there | ||||
* | fixing fstab must be done after mounting /mnt | Pascal Rigaux | 2005-06-24 | 1 | -2/+3 |
| | |||||
* | add mkfs.ext2 | Pascal Rigaux | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | - handle missing ntfs devices | Pascal Rigaux | 2005-06-21 | 1 | -9/+49 |
| | | | | | - handle resizing last ext2 partition | ||||
* | die on error | Pascal Rigaux | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | needed for partimage_whole_disk, before calling resize2fs | Pascal Rigaux | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-13 | 3 | -5/+9 |
| | |||||
* | - create kernel/RPMS/ to copy rpms before expanding them in kernel/all.kernels | Pascal Rigaux | 2005-05-23 | 1 | -1/+1 |
| | | | | | | - remove old compatability code - add some doc in update_kernel | ||||
* | finish moving from list to list.xml | Pascal Rigaux | 2005-05-23 | 1 | -1/+1 |
| | |||||
* | use install-xml-file-list | Pascal Rigaux | 2005-05-19 | 10 | -277/+249 |
| | |||||
* | rewrite using DrakX modules | Pascal Rigaux | 2005-05-19 | 1 | -71/+26 |
| | |||||
* | - handle multiple data dirs | Pascal Rigaux | 2005-05-10 | 3 | -70/+125 |
| | | | | | - choose a free data dir if the given one already exists | ||||
* | fix (for list_modules.pm) | Pascal Rigaux | 2005-05-10 | 1 | -1/+1 |
| | |||||
* | Sometimes this tries to copy a directory | Rafael Garcia-Suarez | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | don't try to mount ntfs | Pascal Rigaux | 2005-05-04 | 1 | -1/+1 |
| | |||||
* | run_program needs a proper HOME | Pascal Rigaux | 2005-05-04 | 1 | -0/+1 |
| | |||||
* | use module bootloader.pm to handle more bootloaders (esp. grub) | Pascal Rigaux | 2005-04-27 | 1 | -40/+46 |
| | |||||
* | after setting geometry H and S, we must re-compute C | Pascal Rigaux | 2005-04-27 | 1 | -0/+1 |
| | |||||
* | ensure we use the same geometry as used when saving | Pascal Rigaux | 2005-04-27 | 1 | -5/+8 |
| |