How to use it
Login information and installation on a Raspberry Pi and x64 computer
Login :
root : toor
daylight : toor
Change keyboard language
#dpkg-reconfigure console-data
#dpkg-reconfigure keyboard-configuration
#service keyboard-setup restart
Pour l'utiliser il faut le flasher sur une clé usb ou un disque externe. Il existe beaucoup de programmes mais vous pouvez le faire avec Etcher ou win32diskimager.
Si le système ne démarre pas sur usb. Dans le BIOS de l'ordnateur: essayez d'activer / désactiver l'option de démarrage UEFI et / ou supprimer l'option de démarrage sécurisé. L'objectif est d'être autorisé à démarrer sur n'importe quel clé USB. Si vous le pouvez, mettez à jour le bios de votre ordinateur vers la dernière version pour avoir toutes les options. Tous les ordinateurs peuvent démarrer un système live USB.
If the system won't boot on usb. In the Bios of the computer change : try to enable/disable UEFI boot option in the bios of your computer and/or remove the secure boot option. The objective is to be enable to boot on any usb disk. If you can, update the bios of your computer to the last version to have all options. All computers are able to boot a live system on an usb disk.
Daylight Linux V4 - Raspberry Pi
Compatibility : Must work on all Raspberry Pi models. Officially tested on : 3B+, 3B, 3A+, Raspberry pi 4
Installation : Flash the sd card (8 GO or bigger, some 8 Go Micro SD cards have in reality 7.9 Go or under so it's better to use a 16 Go card and then expand the file system) with Etcher and win32diskimager or with the dd command (how-to-flash or SD Card Installation) . Find you usd stick with the command : # sudo fdisk -l then write it after of=
#sudo dd bs=1M of=/dev/mmcblk0 if=Daylight-linux-RPI-V4.img status=progress conv=fsync
At the first boot, enter #sudo raspi-config in the terminal then expand the file system (Advanced options > Expand file system). You can change the system and keyboard language from the raspi-config menu.
Login :
root : toor
daylight : toor
Source code
https://github.com/hamdyaea/Daylight-GNU-Linux