raw.py: create device nodes to access own disk
[tools/mic.git] / mic / imager / raw.py
2013-11-05 Artem Bityutskiyraw.py: create device nodes to access own disk
2013-10-23 Gui ChenRevert "raw.py: create device nodes to access own disk"
2013-10-21 Artem Bityutskiyraw.py: create device nodes to access own disk
2013-10-21 Artem Bityutskiyraw / baseimager: export more installer fw variables
2013-10-14 Artem Bityutskiyraw.py: remove unused variable
2013-08-14 Artem Bityutskiykickstart: add an alias for installerfw
2013-08-14 Artem Bityutskiyraw.py: print a message when compressing the image
2013-06-27 Artem Bityutskiyraw: support the 'fstab' installerfw attribute
2013-06-27 Artem Bityutskiyraw: export file-system UUIDs
2013-06-25 Artem Bityutskiybaseimager: export a number of helful environment variables
2013-06-25 Artem Bityutskiyraw: add an option to avoid installing extlinux
2013-05-10 Artem Bityutskiyraw: use bmap creation code from bmap-tools
2013-04-19 Artem Bityutskiypartitinedfs.py: implement the --part-type option
2013-03-24 Gui Chengenerate bmap file outside __imgdir
2013-03-05 Huang HaoUniform import statements to absolute import.
2013-02-21 Gui Chendon't copy vmlinuz to /boot/extlinux
2013-02-19 Artem Bityutskiyraw: use relative path to the kernel image in extlinux...
2013-02-19 Artem Bityutskiyraw: allow partitions without a file-system
2013-02-19 Huang HaoFix bad indents
2013-01-29 Artem Bityutskiypartitionedfs: do not use blkid for PARTUUID
2013-01-29 Artem Bityutskiyraw.py: remove unused variable
2013-01-27 Gui Chenadd option '--fstab-entry' to set the entry in /etc...
2013-01-23 Gui ChenRevert "raw.py: switch to the BmapCreate module"
2013-01-22 Gui Chendon't throw exception if get_partuuid failed
2013-01-21 Gui Chenrevert back to use device name
2013-01-14 Artem Bityutskiyraw.py: implement booting by partition UUID
2013-01-11 Artem Bityutskiyraw.py: kill rootdev and prefix
2013-01-11 Artem Bityutskiyraw.py: kill bootdevnum
2013-01-11 Artem Bityutskiyraw.py: detect the boot partition properly
2013-01-11 Artem Bityutskiyraw.py: fix strange "bug"
2013-01-11 Artem Bityutskiypartitionedfs: enable GPT support
2013-01-11 Artem Bityutskiyraw.py: remove redundant code
2013-01-10 Artem Bityutskiypartitionedfs: make the interface a bit saner
2013-01-10 Artem Bityutskiyparitionedfs: improve readability
2013-01-10 Artem Bityutskiyraw.py: kill get_diskinfo()
2013-01-10 Artem Bityutskiyraw: fix image size with --align
2013-01-10 Artem Bityutskiypartitionedfs: introduce add_disks() method
2013-01-10 Gui ChenMerge "baseimager.py: rename MANIFEST to MD5SUMS" into...
2013-01-08 Artem Bityutskiyraw.py: switch to the BmapCreate module
2012-12-19 Gui ChenMerge branch 'release-0.15' into devel
2012-12-12 Gui Chenfix uuid lost in some case which raise traceback
2012-12-12 Gui Chentypo fix
2012-12-12 Gui Chendon't drop when failed to unmap kpartx device
2012-12-12 Gui Chenbackport bmap patch from devel
2012-11-05 Artem BityutskiyRawImageCreator: do not use double with statement
2012-11-05 Artem Bityutskiymisc.py: make 'calc_hashes()' generic
2012-11-05 Jian-feng DingMerge "misc.py: remove few unnecessary checks" into...
2012-10-25 Gui Chenclean up unused code in raw image
2012-10-19 Artem Bityutskiybmap: increase minor version number
2012-10-19 Artem Bityutskiybmap: support sha1 checksums
2012-10-19 Artem BityutskiyRawImageCreator: introduce a function for hash calculation
2012-10-18 Artem BityutskiyRawImageCreator: remove meter for hash calculation
2012-10-18 Artem BityutskiyRawImageCreator: use hashlib unconditionally
2012-10-18 Artem Bityutskiybmap: move human-readable stuff to comments
2012-10-18 Artem Bityutskiybmap: fix the image file open mode
2012-10-08 Artem BityutskiyAdd block map functionality
2012-10-08 Artem BityutskiyIntroduce the --generate-bmap option
2012-10-08 Artem BityutskiyCleanup RawImageCreator a bit
2012-07-31 Gui Chenrewrite syslinux/extlinux conf when kernel is symlink
2012-07-31 Gui Chenuse device UUID in etc/fstab for raw image
2012-07-31 Gui Chensupport part label assigning for raw image
2012-07-27 JF DingMerge "fixed wrong usage of rstrip in loop.py"
2012-07-18 JF Dingfixed wrong usage of rstrip in loop.py
2012-07-09 Gui ChenRevert "fix mic ch raw failed issue"
2012-06-11 Gui Chenfix compres image in raw image
2012-06-07 Gui Chenresolve the depends of python-urlgrabber
2012-06-07 Gui Chenfix mic ch raw failed issue
2012-05-28 Gui Chenpack images together and support compressed file format
2012-03-28 Gui Chenfix liveusb parted mkpart failure, revert mbr size... 0.8
2012-03-23 Gui ChenBackport: Add alignment option for partitions
2012-03-23 JF Dingremove the default kernel cmdln "quiet vga" for raw
2011-12-29 Jian-feng dingMerge "fix convert failed caused by NoneType 'createopts'"
2011-12-29 Jian-feng dingMerge "full support for taring-to output: partition...
2011-12-28 Jian-feng dingMerge "fix convert and chroot issue caused by not exist...
2011-12-26 Qiang ZhangMerge "improve md5sum generation"
2011-12-22 Jian-feng dingMerge "enable proxy support in config file"
2011-12-19 JF Dingcode cleanup
2011-12-19 Gui Chenfix arm raw image dont' hint when existed
2011-12-19 JF Dingshorten most of the unnecessary long lines
2011-10-10 JF Dingunify the license header of all files
2011-09-22 Jian-feng dingMerge "zypp: check arch of local rpm"
2011-09-22 Jian-feng dingMerge changes I0f07f6ae,Icb6a062e,I2dcf8cf6,If0ee2bce
2011-09-22 Jian-feng dingMerge "zypp: remove the zypp_install function"
2011-09-19 JF DingMerge "zypp: cleanup code"
2011-09-16 JF Dingfixed the remain mod import problems
2011-09-08 JF DingMerge changes I16122b7a,Ib74e2676,I1171e42c
2011-09-08 JF DingMerge "zypp: save repodata cache for reuse."
2011-09-08 JF DingMerge "zyppbackend: remove select packages in group"
2011-09-05 JF Dingmove msger.run to utils.runner module and more apis
2011-09-05 JF Dingremove improper exception handlings
2011-09-02 JF Dingwrapper all subprocess call using msger.run
2011-09-01 JF Dingrefine the liveusb code and cleanup
2011-09-01 JF Dingrefine the raw plugin code
2011-09-01 JF Dingcheck the license headers carefully for all files
2011-08-24 JF Dingremove all the unnecessary wildcard import
2011-08-22 JF Dingcode cleanup
2011-08-19 JF Dingadd verbose/debug functions to msger
2011-08-19 JF DingMerge "Updated MIC autotest framework"
2011-08-19 Gui ChenFix kickstart issue
2011-08-17 JF Dingkill all the trailing spaces
next