raymccoy
Sun Jul 24, 2016 4:51:11 pm
Hello,
the idea is to make a banking dvd/usb with zorin os based on xubuntu 16.04 LTS. Recently heise and pcwelt offered livecds which there based on older ubuntu distros
See here:https://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fwww.heise.de%2Fct%2Fprojekte%2FSicheres-Online-Banking-mit-Bankix-284099.html
and here: https://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fwww.pcwelt.de%2Fratgeber%2FSicheres-Online-Banking-dank-Ubuntu-Live-DVD-9913848.html
Developers can replace the kernel of the Ubuntu live system to a modified variant. The patch applied at c't Bankix and Surfix includes only one line:
Can anyone make or help me to make such a livecd. The idea is to have a virtualbox with zorin os based on ubuntu 16.04 lts and the kernel patch so users can always make a iso to use for their online banking.
It would be nice if someone answers!
the idea is to make a banking dvd/usb with zorin os based on xubuntu 16.04 LTS. Recently heise and pcwelt offered livecds which there based on older ubuntu distros
See here:https://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fwww.heise.de%2Fct%2Fprojekte%2FSicheres-Online-Banking-mit-Bankix-284099.html
and here: https://translate.google.de/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fwww.pcwelt.de%2Fratgeber%2FSicheres-Online-Banking-dank-Ubuntu-Live-DVD-9913848.html
Developers can replace the kernel of the Ubuntu live system to a modified variant. The patch applied at c't Bankix and Surfix includes only one line:
- Code:
--- linux-2.6.28/include/linux/libata.h 2008-12-25 00:26:37.000000000 +0100 +++ linux-2.6.28/include/linux/libata.h 2009-08-05 17:43:25.000000000 +0200 @@ -1257,7 +1257,7 @@ static inline unsigned int ata_dev_enabled(const struct ata_device *dev) { - return ata_class_enabled(dev->class); + return dev->class == ATA_DEV_ATAPI; /* optical drives only (mid) */ } static inline unsigned int ata_dev_disabled(const struct ata_device *dev)
Can anyone make or help me to make such a livecd. The idea is to have a virtualbox with zorin os based on ubuntu 16.04 lts and the kernel patch so users can always make a iso to use for their online banking.
It would be nice if someone answers!