fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
291 stars 26 forks source link

Fix Python 3 checksum regression from 8341c4e #408

Closed Googulator closed 6 months ago

Googulator commented 6 months ago

The Linux kernel won't autocreate /dev/shm inside devtmpfs. Without it, semaphores won't work properly in Python.

Previously, /dev/shm was set up in populate_device_nodes, but we no longer run that after booting into Linux.