It is not exactly what i meant. I now about the -clients-to-wait switch.
But.. i want the boys in the warehouse to choose how much computers they want to stage.
so... i want it to be a little dummy proof.
i would like them to see the screen.
Ok, to change the default, you have to hack the program
/opt/drbl/sbin/ocs-functions, change
----------------------------------
"clients+time-to-wait" "$msg_clients_time_to_wait" on \
"time-to-wait" "$msg_time_to_wait" off \
"clients-to-wait" "$msg_clients_to_wait" off \
----------------------------------
as
----------------------------------
"clients+time-to-wait" "$msg_clients_time_to_wait" off \
"time-to-wait" "$msg_time_to_wait" off \
"clients-to-wait" "$msg_clients_to_wait" on \
----------------------------------
That's all.
Good luck.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the new version of drbl clonezilla... the menu-items have been changed! We just choose an option (we don't have to select it first with the spacebar.
The option has been changed in ocs-functions
----------------------------------
"clients+time-to-wait" "$msg_clients_time_to_wait" on \
"time-to-wait" "$msg_time_to_wait" off \
"clients-to-wait" "$msg_clients_to_wait" off \
----------------------------------
i would like to use dcs in a manner that you only have to choose the correct image and the number of pc's.
is that possible?
i got this far: /opt/drbl/sbin/dcs -l 0 -nl -clonezilla-start restore-disk
what are the other command switches i can use?
Okee i got it to work! i use the following command:
/opt/drbl/sbin/drbl-ocs -b -g auto -x -p reboot -l en startdisk multicast_restore
I hav another question.
can i choose another default for this screen? (i would like clients-to-wait)
(X) clients+time-to-wait
( ) time-to-wait
( ) clients-to-wait
A similar command and options:
/opt/drbl/sbin/drbl-ocs -b -g auto -x -p reboot --clients-to-wait 27 -l en startdisk multicast_restore
Actually you can use /opt/drbl/sbin/dcs to switch that, and it will show you the whole command in green color.
Good luck.
Hi Steven, Thnx for the quick respons.
It is not exactly what i meant. I now about the -clients-to-wait switch.
But.. i want the boys in the warehouse to choose how much computers they want to stage.
so... i want it to be a little dummy proof.
i would like them to see the screen.
(X) clients+time-to-wait
( ) time-to-wait
( ) clients-to-wait
But like this:
( ) clients+time-to-wait
( ) time-to-wait
(X) clients-to-wait
They now only have to push "enter" and fill in the number of clients.
Is that possible? and how can i change that default.
Ok, to change the default, you have to hack the program
/opt/drbl/sbin/ocs-functions, change
----------------------------------
"clients+time-to-wait" "$msg_clients_time_to_wait" on \ "time-to-wait" "$msg_time_to_wait" off \ "clients-to-wait" "$msg_clients_to_wait" off \ ----------------------------------
as
----------------------------------
"clients+time-to-wait" "$msg_clients_time_to_wait" off \ "time-to-wait" "$msg_time_to_wait" off \ "clients-to-wait" "$msg_clients_to_wait" on \ ----------------------------------
That's all.
Good luck.
Yes, that does the trick!
Thanx!
Hi Steven,
In the new version of drbl clonezilla... the menu-items have been changed! We just choose an option (we don't have to select it first with the spacebar.
The option has been changed in ocs-functions
----------------------------------
"clients+time-to-wait" "$msg_clients_time_to_wait" on \
"time-to-wait" "$msg_time_to_wait" off \
"clients-to-wait" "$msg_clients_to_wait" off \
----------------------------------
--menu "$msg_choose_the_multicast_method:" 0 0 0 \ "clients+time-to-wait" "$msg_clients_time_to_wait" \ "time-to-wait" "$msg_time_to_wait" \ "clients-to-wait" "$msg_clients_to_wait" \
How do i set the last item to default?
regards,
SchaapMansz