====== Issues regarding grml-small 0.2 ====== You found a bug in [[http://grml.org/|grml-small 0.2]] not yet mentioned on this page or in [[http://bugs.grml.org/|the grml bug tracking system]]? [[http://grml.org/bugs/|Please report it!]] (Please don't forget to add your name and mailadress so we contact you if we have further questions.) ===== hard disk installation ===== * /etc/init.d/grml-reboot and /etc/init.d/grml-halt are executed twice on reboot/halt. Fix: deactivate grml-reboot and grml-halt in file /etc/runlevel.conf (set '0' and '6' to '-'). [notice by [[http://grml.org/team/|mika]]] ===== bootoption 'forensic' does not ignore RAID devices ===== * Partitions of type 0xfd are scanned and automatically assembled into RAID arrays by the kernel. The forensic bootoption does not take care of this yet, please boot using 'forensic raid=noautodetect' therefor.