Project Logs

Reading local Email with pop3/imap protocol.


Saturday, June 02 2018




Can boot Osukiss from a USB key.


Tuesday, May 22 2018




Adding log rotation capability.


Wednesday, May 16 2018




HandBrake up and running!


Wednesday, May 09 2018




Simple and quick 'installer' shell script.


Tuesday, April 24 2018





Installing a LIVE PXE on osukiss


Saturday, March 03 2018




A live.iso file is available for use on a system using PXE.

If you have a PXE server it is very easy to have
quick look about Osukiss.

Donwload these two files:

#wget https://okrepo.safe.ca/osukiss/1.8.2/pxeboot/initrd0.img
#wget https://okrepo.safe.ca/osukiss/1.8.2/pxeboot/vmlinuz0


Store those files in your pxe directory (usually something like
/var/lib/tftpboot/....).

Adjust your station definition within your PXE server.
a very basic PXE configuration look like.

DEFAULT pxeboot
TIMEOUT 20
PROMPT 0
LABEL pxeboot
KERNEL vmlinuz0
APPEND rootflags=loop initrd=initrd0.img root=live:/osukiss-1.8.2.iso rootfstype=auto ro liveimg vga=791 rd_NO_LUKS rd_NO_MD rd_NO_DM rhgb
ONERROR LOCALBOOT 0

When you reboot your station, ask to reboot from network (usually the F12 key)
and wait as the 1GB Osukiss's image is downloaded.

Essential daemons will start on boot (logs, cron, iptables, sshd, etc..) and there is NO
root passwd (Make sure to set one using the console). You are ready to work with the PXE.