sebanc / brioche

An alternative to Crostini / Crouton for devices running brunch
GNU General Public License v3.0
77 stars 8 forks source link

Tips for a better integration between brioche chroot and chromeos #24

Open Lucaacer opened 3 years ago

Lucaacer commented 3 years ago

I have recently moved to brioche, because crostini doesn't allow me to handle usb-keys for digital signature and I actually miss some of the features of crostini, such as file system integration with chromeos and so on.

So, just a few tips to mount brioche chroot in chromeos and in android too:

/sbin/iptables -A INPUT -p tcp --dport 22 -j ACCEPT /sbin/iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT

It's even easier from chromeos, you just need the (old) secure shell extension to sftp mount brioche chroot (i.e. chronos@localhost) in the "normal" chromeos file manager.

And last and not least, with secure shell it's very easy to pin bookmars to start brioche apps too (I don't mind such thing, I chose to install lxpanel and keep it open to start brioche chrooted app from it).

The only missing thing is being able to long press in chromeos file manager an icon (i.e. a docx) and being able to choose to open such file with an app which resides in brioche chroot, but it sounds very complicated.

vinberg88 commented 1 year ago

Can you do i video ? and tell me more please =)