mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-03 15:27:17 +08:00
Tweak util-linux configure otions
This commit is contained in:
parent
f21bd999d6
commit
e951893e81
@ -31,7 +31,8 @@
|
||||
--disable-pylibmount \
|
||||
--disable-static \
|
||||
--without-python \
|
||||
runstatedir=/run
|
||||
runstatedir=/run \
|
||||
--enable-usrdir-path
|
||||
```
|
||||
|
||||
## Сборка
|
||||
|
@ -33,7 +33,8 @@
|
||||
--without-python \
|
||||
--without-systemd \
|
||||
--without-systemdsystemunitdir \
|
||||
runstatedir=/run
|
||||
runstatedir=/run \
|
||||
--enable-usrdir-path
|
||||
```
|
||||
|
||||
## Сборка
|
||||
@ -82,7 +83,8 @@ CC="gcc -m32" \
|
||||
--enable-libmount-force-mountinfo \
|
||||
--without-systemd \
|
||||
--without-systemdsystemunitdir \
|
||||
runstatedir=/run --disable-fdisks --disable-mount --disable-fsck
|
||||
runstatedir=/run --disable-fdisks \
|
||||
--disable-mount --disable-fsck
|
||||
```
|
||||
|
||||
### Сборка
|
||||
|
Loading…
Reference in New Issue
Block a user