From: Roger B. <ro...@ro...> - 2003-02-17 19:25:03
|
> Got Suse7.3pro up, there was one X error: > > There is no link /var/X11R6/bin/X to the correct X Server > binary. Please configure the correct X Server with SaX/SaX2, which > will create the missing link. I'm aborting now > > Adding this link did the trick: /var/X11R6/bin/X -> /etc/umlutil/xserver . The postinstall should have done this. I'll double check. > Can I change supportedfs=['ext2'] to supportedfs=['ext2','reiserfs'] ? You can. You'll need to ensure that the reiserfs tools (mkfs.reiserfs) are available in the installrpms. Also make sure when testing that you try a root filesystem of type reiser. reiser is quite tricky as it is a module in UML so an initrd has to be used to mount the root. Things used to be quite bad when I tried to use each disto to build their own initrd. UML Builder now uses its own code (with some stuff copied from Redhat 8). Roger |