index
:
drakiso
master
Mageia Tools for Live CD/DVD Generation
Martin Whitaker [martinw]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mount /dev as tmpfs after pivot_root, so that finit's /dev/initctl does not ↵
Olivier Blin
2008-10-30
1
-0
/
+2
|
|
|
|
get forgotten when start_udev remounts /dev
*
lower estimated disk size in heuristics
Olivier Blin
2008-10-30
1
-5
/
+6
|
*
fix compressed image check
Olivier Blin
2008-10-30
1
-2
/
+3
|
*
use -B 1 instead of -b when running du (to use real size instead of apparent ↵
Olivier Blin
2008-10-29
1
-1
/
+1
|
|
|
|
size)
*
fix complete_config
Olivier Blin
2008-10-29
1
-1
/
+1
|
*
use functions from main namespace for now...
Olivier Blin
2008-10-29
1
-11
/
+11
|
*
add common for removeXiBSuffix
Olivier Blin
2008-10-29
1
-0
/
+1
|
*
move detect_devices use where it belongs
Olivier Blin
2008-10-29
2
-1
/
+2
|
*
fix storage types usage
Olivier Blin
2008-10-29
1
-2
/
+3
|
*
move storage types in MDV::Draklive::Storage
Olivier Blin
2008-10-29
2
-38
/
+42
|
*
bless replicator media too
Olivier Blin
2008-10-29
1
-0
/
+1
|
*
add initial mkinitrd-draklive prototype
Olivier Blin
2008-10-29
1
-0
/
+20
|
*
improve comment
Olivier Blin
2008-10-29
1
-1
/
+1
|
*
move Media usage to Config module, since it can bless Media objects
Olivier Blin
2008-10-29
2
-1
/
+2
|
*
move Mounts and CustomMedia usage to Config module, since they are to be ↵
Olivier Blin
2008-10-29
2
-2
/
+4
|
|
|
|
used from config files
*
add a default mount
Olivier Blin
2008-10-29
1
-0
/
+5
|
*
move config code in MDV::Draklive::Config
Olivier Blin
2008-10-29
2
-84
/
+95
|
*
extract predefined and custom mounts/fs in MDV::Draklive::Mounts and ↵
Olivier Blin
2008-10-29
3
-102
/
+103
|
|
|
|
MDV::Draklive::CustomMedia modules (breaks config files)
*
fix order
Olivier Blin
2008-10-29
1
-1
/
+1
|
*
extract create_media_specific_initrd function (for mkinitrd-draklive tool)
Olivier Blin
2008-10-29
1
-3
/
+5
|
*
remove unused media variable
Olivier Blin
2008-10-29
1
-2
/
+2
|
*
cosmetics
Olivier Blin
2008-10-29
1
-1
/
+0
|
*
pass initrd path directly
Olivier Blin
2008-10-29
1
-3
/
+2
|
*
pass initrd tree and file path
Olivier Blin
2008-10-29
1
-4
/
+6
|
*
keep system_root in a root variable
Olivier Blin
2008-10-29
1
-15
/
+17
|
*
space fix
Olivier Blin
2008-10-29
1
-1
/
+1
|
*
move overlay data in MDV::Draklive::Overlay
Olivier Blin
2008-10-29
3
-19
/
+25
|
*
move initrd code in new MDV::Draklive::Initrd module
Olivier Blin
2008-10-29
2
-273
/
+283
|
*
use less confusing variable name for already used loop_types
Olivier Blin
2008-10-29
1
-2
/
+2
|
*
extract loop types in MDV::Draklive::Loopback
Olivier Blin
2008-10-29
2
-103
/
+116
|
*
rename loop hash as loop_types
Olivier Blin
2008-10-28
1
-18
/
+18
|
*
move device_allocate_file and device_mkfs in MDV::Draklive::Utils
Olivier Blin
2008-10-28
2
-22
/
+22
|
*
extract progress code in a new MDV::Draklive::Progress object
Olivier Blin
2008-10-28
2
-30
/
+38
|
*
add comment about IO::Handle usage
Olivier Blin
2008-10-28
1
-1
/
+1
|
*
move IPC and IO use where appropriate
Olivier Blin
2008-10-28
2
-2
/
+2
|
*
use run_program
Olivier Blin
2008-10-28
1
-0
/
+1
|
*
use MDK::Common for first and glob_
Olivier Blin
2008-10-28
1
-0
/
+2
|
*
move get_media_prefix as method in MDV::Draklive::Live
Olivier Blin
2008-10-28
2
-23
/
+23
|
*
move storage_fs in new MDV::Draklive::StorageFS
Olivier Blin
2008-10-28
2
-43
/
+59
|
*
move get_media_source_for_nash as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-12
/
+12
|
*
use MDK::Common for first
Olivier Blin
2008-10-28
1
-0
/
+2
|
*
move get_media_label as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-10
/
+10
|
*
move get_media_fs_module as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-7
/
+7
|
*
move get_media_setting as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-33
/
+33
|
*
move get_boot_setting as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-12
/
+12
|
*
move get_storage_setting as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-9
/
+9
|
*
move get_initrd_path as method in MDV::Draklive::Media
Olivier Blin
2008-10-28
2
-12
/
+12
|
*
use MDV::Draklive::Media
Olivier Blin
2008-10-28
1
-0
/
+1
|
*
media is now an object
Olivier Blin
2008-10-28
2
-0
/
+5
|
*
inline code
Olivier Blin
2008-10-28
1
-9
/
+5
|
[next]