]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Use devtmpfs to initialize /dev
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Sep 2024 09:17:05 +0000 (09:17 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Sep 2024 09:17:05 +0000 (09:17 +0000)
commit2b0ecf4df598d89694442700e5da9acbd502c923
treea021fb6e1f71f221fef37bb3ca36bdeeb5b652a6
parent7a4ae745478165d03a40f6b602e4e62125019961
make.sh: Use devtmpfs to initialize /dev

If we set up our /dev manually, we fail to deal with dynmically allocated loop
devices which are more common on modern distributions.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh