Hi!
I want to automate my partition. So I some modify this source.
label Clonezilla live MENU DEFAULT # MENU HIDE MENU LABEL Clonezilla live (Default settings, VGA 800x600) # MENU PASSWD kernel /live/vmlinuz append initrd=/live/initrd.img boot=live noswap nolocales edd=on nomodeset noprompt ocs_prerun="mount /dev/sda3 " ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p true saveparts ask_user sda1 sda2" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="no" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia nosplash TEXT HELP * Clonezilla live version: 1.2.5-35-i686. (C) 2003-2010, NCHC, Taiwan * Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY ENDTEXT
This source is in Clonezilla site.
But, it doesn`t work. Can find sda1 and sda2. But can`t find sda3. Only find home/partimag….. Any idea?? Help me.
I chaned source now. ocs-sr -q2 -c -j2 -z1 -i 50000 -p true saveparts "2010-11-02-img" "sda1 sda2"
I think this command is right..
But, this command is wrong. pre-run="mount /dev/sda3 /mnt" How to modify this command execute.
If you want to use /dev/sda3 as the image repository, you should make it like: ocs_prerun="mount /dev/sda3 /home/partimag"
Steven.
Log in to post a comment.
Hi!
I want to automate my partition.
So I some modify this source.
label Clonezilla live
MENU DEFAULT
# MENU HIDE
MENU LABEL Clonezilla live (Default settings, VGA 800x600)
# MENU PASSWD
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live noswap nolocales edd=on nomodeset noprompt ocs_prerun="mount /dev/sda3 " ocs_live_run="ocs-sr -g auto -e1 auto -e2 -c -r -j2 -k -p true saveparts ask_user sda1 sda2" ocs_live_extra_param="" ocs_live_keymap="NONE" ocs_live_batch="no" ocs_lang="en_US.UTF-8" vga=788 ip=frommedia nosplash
TEXT HELP
* Clonezilla live version: 1.2.5-35-i686. (C) 2003-2010, NCHC, Taiwan
* Disclaimer: Clonezilla comes with ABSOLUTELY NO WARRANTY
ENDTEXT
This source is in Clonezilla site.
But, it doesn`t work.
Can find sda1 and sda2. But can`t find sda3. Only find home/partimag…..
Any idea??
Help me.
I chaned source now.
ocs-sr -q2 -c -j2 -z1 -i 50000 -p true saveparts "2010-11-02-img" "sda1 sda2"
I think this command is right..
But, this command is wrong. pre-run="mount /dev/sda3 /mnt"
How to modify this command execute.
If you want to use /dev/sda3 as the image repository, you should make it like:
ocs_prerun="mount /dev/sda3 /home/partimag"
Steven.