
New:
- ubuntu MATE 15.10 support
- systemd support
Other changes: git.kernel.org
ChangeLog-4.1.4
Download: vmlinux-4.1.4-AMIGA_one_X1000.tar.bz2
Kernel 4.1.4 (2015) and kernel 2.0.30 (1997) together:

Ernsteiswuerfel has found a solution because of the btrfs issues today.Srtest wrote:Here is Lubuntu developmental on kernel RC8 on a ext4 partition.
A question about the kernel panic issues with a btrfs partition - do you think this procedure can be used on the X1000?
https://youtu.be/L7jIAvs5bFU
Link: ubuntuforums.orgernsteiswuerfel wrote: I did some more research and finally found the correct parameter to boot into a btrfs /.
Running btrfs without issues so far, I even turned lzo filesystem compression on. AFAIK many issues with btrfs have been resolved with kernel > 4.0 and btrfs-progs > 4.0 (https://btrfs.wiki.kernel.org/index.php/Main_Page#News).Code: Select all
image=/vmlinux label=Linux read-only root=/dev/sda7 initrd=/initrd.img append="rootflags=subvol=@ radeon.agpmode=-1"
It would be convenient if the yaboot installer-script from the ISO checks if btrfs is used as root-filesystem and adds
to /etc/yaboot.conf automatically.Code: Select all
append="rootflags=subvol=@"