Re: luna88k: option FFS2 in RAMDISK

2020-05-18 Thread Otto Moerbeek
On Mon, May 18, 2020 at 08:29:57AM +0200, Otto Moerbeek wrote:

> Hi,
> 
> while luna88k cannot boot from ffs2, it should be able to use ffs2
> for non-root filesystems. So enable the RAMDISK to support ffs2,
> 
> Cannot test, no hardware :-(
> 
> ok?
> 
>   -Otto
> 

And now with diff

Index: RAMDISK
===
RCS file: /cvs/src/sys/arch/luna88k/conf/RAMDISK,v
retrieving revision 1.14
diff -u -p -r1.14 RAMDISK
--- RAMDISK 4 Sep 2019 14:29:42 -   1.14
+++ RAMDISK 18 May 2020 06:26:45 -
@@ -13,6 +13,7 @@ optionRAMDISK_HOOKS
 option SCSITERSE
 
 option FFS
+option FFS2
 option INET6
 
 config bsd root rd0a swap on rd0b



luna88k: option FFS2 in RAMDISK

2020-05-18 Thread Otto Moerbeek
Hi,

while luna88k cannot boot from ffs2, it should be able to use ffs2
for non-root filesystems. So enable the RAMDISK to support ffs2,

Cannot test, no hardware :-(

ok?

-Otto