Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144670644
D42765.1776102148.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
582 B
Referenced Files
None
Subscribers
None
D42765.1776102148.diff
View Options
diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless
--- a/libexec/rc/rc.initdiskless
+++ b/libexec/rc/rc.initdiskless
@@ -362,6 +362,8 @@
# so if the cpio archive is present, it prevents the files from dir/
# from being copied.
++PATH=${PATH}:/rescue
+
for i in ${templates} ; do
for j in /conf/$i/* ; do
subdir=${j##*/}
@@ -376,7 +378,7 @@
if [ -f $j ]; then
create_md $subdir
echo "Loading /$subdir from cpio archive $j"
- (cd / ; /rescue/tar -xpf $j)
+ (cd / ; tar -xpf $j)
fi
done
for j in /conf/$i/*/extract ; do
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 13, 5:42 PM (9 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28339312
Default Alt Text
D42765.1776102148.diff (582 B)
Attached To
Mode
D42765: libexec/rc/rc.initdiskless: make tar's path flexible
Attached
Detach File
Event Timeline
Log In to Comment