Skip to content

Comment on Seeking help to preserve WWII database on Windows 98parent

Comments

it can be easily embedded in a self booting Linux distro contained in a pendrive

Very interesting. Is there a framework or helper for this?

Seems useful for things like games or audio DAWs in particular.

Not sure it does exist, but shouldn't be hard to do by hand. One could either modify a live distro to embed the necessary software, or simply run the install process with a USB key as target, then boot from it just like an internal disk and proceed to install WINE and remaining software. Once WINE is installed, which is straightforward using the standard package managers for each distro, it runs automatically once a Windows application is clicked from a desktop windows, or called via "wine <windowsapplicationname>" from command line or a script, so that for example, if the database application in the subject is configured to auto start after the window manager is loaded, it goes straight into the Windows application as if it was part of the system.

It shouldn't be that different for DAWs. By the way, I experimented a while ago with Alpine Linux and Yabridge to achieve a very small system that works as a host for both native and Windows .vst plugins. The goal would have been a MiniPC configured as synthesizer that boots very quick and does just that, with both studio use and live performance in mind. I got to the point plugins were converted but loading them failed. Probably using a musl based distro was asking too much, but I'll try again in the future (just moved to a new house, everything is packed) as Alpine Linux is so much faster and smaller compared to other distros that to me it makes the best candidate for building appliances where the operating system exists for the sole purpose of loading a dedicated software, therefore must not get in the way with resources consumption, automatic updates etc.

Buildroot is a good tool to build a custom Linux. Wine is available as a package.

5-

the keyword you're looking for might be 'kiosk'.

nowadays https://porteus-kiosk.org seems to be recommended (but i haven't used it).

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.