customizing debian-installer

2017-02-18 Thread jurek
Hi,

I'd like to have several debian-installers on one pendrive (luks
encrypted) and
keep them in subdirectories.

I've set up grub.cfg in mbr to choose between them.

At the moment it works, but I need to run several commands manually:

For example:

anna-install cryptsetup-udeb
anna-install crypto-dm-modules
anna-install crypto-modules
depmod -a
modprobe dm-mod
cryptsetup luksOpen /dev/sda3 sda3
mkdir cdr
mount -t ext4 /dev/mapper/sda3 /cdr
umount /cdrom
mount --bind /cdr/i386 /cdrom

How can I automate those commands?

Thanks!
Jurek



compmgr problem

2017-01-19 Thread jurek

Hi,

I'm running awesome wm on Stretch. After moving from Jessie to Stretch I
had to
install xcompmgr in order to get my Conky transparent again. However
xcompmgr
seems to damage my VirtualBox windows as you can see on the screenshot

the link is here: http://i.imgur.com/W7f7Oz8.jpg

I apreciate any help,
Jurek



two graphics cards and two monitors

2017-01-01 Thread jurek
How to use two graphics cards and two monitors on nouveau driver.I have 
Nvidia gtx 650 ti boost and Nvidia gt 240 card.


nouveau version :
xserver-xorg-video-nouveau 1:1.0.11-1 amd64 X.Org X server -- Nouveau 
display driver


lspci -v | grep NVIDIA

01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 
650 Ti Boost] (rev a1) (prog-if 00 [VGA controller])
06:00.0 VGA compatible controller: NVIDIA Corporation GT215 [GeForce GT 
240] (rev a2) (prog-if 00 [VGA controller])


uname -a

Linux AdminPC 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u2 (2016-10-19) 
x86_64 GNU/Linux


Thanks!