OS Builder output img ?

lionel at olpc-france.org lionel at olpc-france.org
Tue Mar 26 18:15:28 EDT 2013


Thanks to all. It works perfectly now.
Following is my script for other beginners like me :-)

	Lionel.


\ automatic installer

unfreeze
visible

: wait-for-enter
  begin key h# d = until
;

: ask-remove 
   ." Remove the key and type enter to finish " cr
   wait-for-enter
;

: installer
   ['] disable-security catch drop
   " copy-nand u:\21014nk0.img" eval
   ask-remove
   " change-tag LO fr_FR.UTF-8" eval
;

installer




More information about the Devel mailing list