Re: ejecting live-media after toram

2008-11-24 Thread Marco Amadori
On Sunday 23 November 2008, 22:21:09, Daniel Baumann wrote: > + # Eject live media > + if [ -x /bin/eject ] && [ "${NOEJECT}" != "Yes" ] > + then > + eject ${dev} > + fi > + > or is the live-media used for anything after copy_live_to(); has been run? After

ejecting live-media after toram

2008-11-23 Thread Daniel Baumann
Hi, am I right that it's save to do this: ---snip--- diff --git a/scripts/live b/scripts/live index 389fc21..b1af2a0 100755 --- a/scripts/live +++ b/scripts/live @@ -236,6 +236,11 @@ Arguments () export NOCONSOLEKEYBOARD ;; +