mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
[PATCH] remove the database at startup.
This commit is contained in:
parent
00866ed2a1
commit
66a9021760
@ -49,6 +49,12 @@ case "$1" in
|
||||
if [ ! -d $udev_root ]; then
|
||||
mkdir $udev_root
|
||||
fi
|
||||
|
||||
# remove the database if it is there as we always want to start fresh
|
||||
if [ -f $udev_root/.udevdb ]; then
|
||||
rm -f $udev_root/.udevdb
|
||||
fi
|
||||
|
||||
# propogate /udev from /sys - we only need this while we do not
|
||||
# have initramfs and an early user-space with which to do early
|
||||
# device bring up
|
||||
|
Loading…
Reference in New Issue
Block a user