<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Verdana">Hello,<br>
<br>
I am wondering if it is possible to have an usb stick that helds
different versions of ALTLinux and to have a boot menu to install one
of them.<br>
It kind of works for me with the following:<br>
<br>
title ALTLinux Desktop 4.1 Installation<br>
find --set-root /syslinux/alt0/vmlinuz<br>
kernel /syslinux/alt0/vmlinuz automatic=method:disk,uuid:743C-59D0
ramdisk_size=65536 stagename=altinst splash=silent showopts<br>
initrd /syslinux/alt0/full.cz<br>
<br>
title ALTLinux Sisyphus Installation<br>
find --set-root /syslinux/alt1/vmlinuz<br>
kernel /syslinux/alt1/vmlinuz automatic=method:disk,uuid:743C-59D0
ramdisk_size=65536 stagename=sisyphus splash=silent showopts<br>
initrd /syslinux/alt1/full.cz<br>
<br>
The single issue is that I can't automatically pass the place the files
are (installers look always for /ALTLinux).<br>
Is there a way to pass the path to the installer ?<br>
eg:<br>
- keep the files for desktop 4.1 in /altdsk<br>
- keep the files for basesystem Sisyphus in /altsis<br>
<br>
Thanks a lot,<br>
Alex<br>
</font>
</body>
</html>