mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Use merged usr throughout the entire bootstrap
This commit is contained in:
parent
5b84cdd178
commit
3669db9125
3 changed files with 11 additions and 7 deletions
|
|
@ -3,13 +3,6 @@
|
|||
# SPDX-FileCopyrightText: 2023 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# Add the rest of the FHS that we will use and is not created pre-boot
|
||||
rm -rf /sbin /usr/sbin
|
||||
ln -s /usr/bin /usr/sbin
|
||||
for d in bin lib sbin; do
|
||||
ln -s "/usr/${d}" "/${d}" || true # these might exist if rerunning
|
||||
done
|
||||
|
||||
mkdir -p /etc /run /var/log /var/lock /var/spool /var/tmp /var/cache
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue