mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
debian: Work around warning in Debian udev init script.
See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606622
This commit is contained in:
@@ -5,6 +5,11 @@ echo Starting /init script ...
|
||||
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
export PATH
|
||||
|
||||
# Debian bug 606622.
|
||||
RUNLEVEL=S
|
||||
PREVLEVEL=N
|
||||
export RUNLEVEL PREVLEVEL
|
||||
|
||||
mkdir -p /sysroot
|
||||
|
||||
rm -f /proc; mkdir /proc
|
||||
|
||||
Reference in New Issue
Block a user