[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dchroot and program parameters



how to use dchroot for program with parameters?

I never seems to get it working:

 $ dchroot -d ls --color=auto -lF
 E: unknown option color
 I: Run "dchroot --help" to list usage example and all available options

 $ dchroot -d ls "--color=auto -lF"
 E: unknown option color
 I: Run "dchroot --help" to list usage example and all available options

 $ dchroot -d ls \"--color=auto -lF\"
 E: unknown option -F
 I: Run "dchroot --help" to list usage example and all available options
what about
dchroot -d -- ls --color=auto -lF
i think this might work although i haven't tested...

regards,

--
Lubos _@_"
http://www.lubos.vrbka.net



Reply to: