Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
usr_share.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_lib64.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_libexec.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_sbin.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_share.tar.xz | 2016-04-26 | 201.7 MB | |
root.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_bin.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_lib.tar.xz_md5 | 2016-04-26 | 33 Bytes | |
usr_sbin.tar.xz | 2016-04-26 | 12.8 MB | |
usr_lib64.tar.xz | 2016-04-26 | 327.2 MB | |
usr_libexec.tar.xz | 2016-04-26 | 21.4 MB | |
usr_lib.tar.xz | 2016-04-26 | 98.3 MB | |
usr_bin.tar.xz | 2016-04-26 | 43.0 MB | |
root.tar.xz | 2016-04-26 | 27.4 MB | |
Totals: 14 Items | 731.8 MB | 0 |
system-d is a 'good' enough OS which can be porting to ram based much easier than RH6 upstart(we need inject a script to move the NEWROOT to /dev/ram0), in system-d, there is a service named "initrd-switch-root.service", open the original file you will find it is only 1 command... Now we replace this command with a shell script which named "dracut-create-fs". So, we can do anyhing we want. The bad news is Cent7 file system is really much more bigger than RH6. :-( So we have initial version for this, it is already splitted in 7 parts. c7_extract_fs_xz.sh is a script which can merge all 7 parts to 1 file system and layout them in /temp/create_os c7_make_root.sh will split and package file system in /temp/create_os to /temp/folders with 7 xz files with their MD5 "Cent7x-Release / DD_IMAGE" it is a 12GB or more USB key DD image. (use 16GB or 32 GB usb key suggestted) a. extract xz to dd image b. transfer image to a linux machine c. dd if=DD_8GB_DEMO of=/dev/sdx(assume your usb disk is sdx) Note: This DD image only support VM IDE raw or USB key, can not run on SATA HDDs. "GUI-OS" has 7 parts of a GUI based Cent7.x file system "mini-os" has 7 parts of a small cmdline cent7.x file system