This website requires JavaScript.
Explore
Help
Sign In
Chakra_Linux
/
core
Watch
1
Star
0
Fork
0
You've already forked core
mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced
2025-02-16 00:40:24 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
22178d7e6d
core
/
systemd
/
is_bundle
8 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
systemd rebuild with patches for hiding bundle mounts, thanks jofko
2012-11-26 07:15:39 +08:00
#!/bin/sh
systemd changes for .install and bundle mount issue
2012-11-27 03:29:54 +08:00
if egrep -q "($1.*cinstall.*)" /proc/mounts; then
echo 1
systemd rebuild with patches for hiding bundle mounts, thanks jofko
2012-11-26 07:15:39 +08:00
else
systemd changes for .install and bundle mount issue
2012-11-27 03:29:54 +08:00
echo 0
systemd rebuild with patches for hiding bundle mounts, thanks jofko
2012-11-26 07:15:39 +08:00
fi
Reference in New Issue
Copy Permalink