how to remastering dracos2 leak


how to remastering dracos2 leak

Semua Ada ( BeHangat ) - kali ini saya akan membahas tata cara remastering dracos dengan mengunakan Dracos yang sudah di install didalam hard disk semuanya dijalankan di dalam DracOS tools-tools yang di butuhkan

this time I will discuss the procedures for using the remastering Dracos, Dracos already installed in the hard disk everything runs in Dracos tools-tools is needed iso from Dracos is installed on the hard drive / wants in remastered squash-tool libburn libisofs libisoburn free hdd space 15 gb music player, cigarettes and coffee if needed
Baca Juga

- squashtool . didalam dracos sudah ada, cek dengan mksquashfs , jika belum ada silakan download , compile dan install - Squashtool. in Dracos already installed, check with mksquashfs, if no please download, compile and install
http://kent.dl.sourceforge.net/sourceforge/squashfs/squashfs4.2.tar.gz
MD5SUM= 1b7a781fb4cf8938842279bd3e8ee852

tar -xf squashfs4.2.tar.gz
cd squashfs*

sed "s/#XZ_SUPPORT/XZ_SUPPORT/" -i Makefile
make

make INSTALL_DIR=/usr/bin install
- libburn-1.4.6 cek dengan "cdrskin" didalam dracos, jika belum ada silakan download , compile dan install

- libburn-1.4.6, in Dracos already installed, check with "cdrskin", if no please download, compile and install
http://files.libburnia-project.org/releases/libburn-1.4.6.tar.gz
MD5SUM= eeab90dfd8b6ae95748a64009b02e4ec

tar -xf libburn-1.4.6.tar.gz
cd libburn*

./configure --prefix=/usr --disable-static &&
make
make install
-libisofs - cek didalam dracos dengan "ls /usr/include/libisofs", jika belum ada silakan download , compile dan install

-libisofs - in Dracos already installed, check with "ls /usr/include/libisofs", if no please download, compile and install
http://files.libburnia-project.org/releases/libisofs-1.4.6.tar.gz
Download MD5 sum: 6ec515d9265fb75c48e8e73b3ea3f6c5

tar -xf libisofs-1.4.6.tar.gz
cd libisofs*
./configure --prefix=/usr --disable-static && make
make install
-libisoburn-cek didalam dracos dengan xorrisofs,jika belum ada silakan download , compile dan install

-libisoburn - in Dracos already installed, check with xorrisofs , if no please download, compile and install
http://files.libburnia-project.org/releases/libisoburn-1.4.6.tar.gz
Download MD5 sum: 15d763fd698b9bc8d6fc643a3257505b

tar -xf libisoburn-1.4.6.tar.gz
cd libisoburn* ./configure --prefix=/usr \
                                          --disable-static \
                                          --enable-pkg-check-modules &&
make
make install
setelah modifikasi/ install aplikasi aplikasi untuk dracos yang telah di install di harddisk
oke ayo kita mulai. jalankan semua dengan root user

after modification / install applications for Dracos that have been installed on the hard drive
OK let's get started. all run by the root user

1 - pertama tama bikin folder work

first create work folder
mkdir /work

2 - bikin folder folder yang akan kita butuhkan

created some needed folder
mkdir /work/rootsfs
mkdir /work/iso
mkdir /work/remaster

3 - mount iso

mount -o loop /iso/location/dracos-xxx.iso /work/iso

4 - copy seluruh iso ke folder remaster dan hapus root.sfs
copy all iso contains to remaster folder and remove root.sfs

cp --preserve -R /work/iso/* /work/remaster/

untuk 32bit
for 32bit

rm /work/remaster/boot/x86/root.sfs

untuk 64 bit
for 64bit

rm /work/remaster/dracos/root.sfs

5 - copy system dari dracos yang sedang berjalan
copy system of Dracos that is running

cp --preserve -vR /{bin,boot,etc,home,lib,root,sbin,srv,usr,var,opt,lib64} /work/rootsfs
cd /work/rootsfs

untuk 32bit lewati tahap di bawah
for 32bit, skip step down

untuk 64 bit
for 64bit

mkdir dev
mkdir dev/pts
mkdir mnt
mkdir proc
mkdir sys
mkdir tmp
mkdir run

6 - squashing root

cd /work/rootsfs
mkaquashfs . /work/root.sfs

7 - copy root.sfs

cd /work/remaster

untuk 32 bit
for 32bit

cp -v /work/root.sfs /work/remaster/boot/x86

untuk 64 bit
for 64bit

cp -v /work/root.sfs /work/dracos

note: untuk live usb tinggal copy root.sfs ke folder /boot/x86 untuk 32 bit
dan dracos untuk 64 bit
note: to live usb, just copy root.sfs to the folder /boot/x86 for 32-bit
and /Dracos for 64 bit

8 - membuat iso dari remaster
creating iso for remaster

cd /work
xorrisofs -o dracos-$(uname -m).iso -b boot/isolinux/isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -joliet -l -R remaster
sekian dan terimakasih
semoga bermanfaat
thank you
may be useful

Bserikut Tampilan Dracos silahkan dilihat :


sumber : forum.dracos-linux.org

Labels: , ,