This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
dracut
mirror of
https://git.kernel.org/pub/scm/boot/dracut/dracut.git/
Watch
1
Star
0
Fork
You've already forked dracut
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
98usrmount/mount-usr.sh: check, if we have $NEWROOT/etc/fstab
master
Harald Hoyer
13 years ago
parent
b642ce5340
commit
9eded206c9
1 changed files
with
3 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
4
modules.d/98usrmount/mount-usr.sh
4
modules.d/98usrmount/mount-usr.sh
Unescape
Escape
View File
@ -73,4 +73,6 @@ mount_usr()
@@ -73,4 +73,6 @@ mount_usr()
fi
}
mount_usr
if [ -f "$NEWROOT/etc/fstab" ]; then
mount_usr
fi
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
kernel/dracut
Title
Body
Create Issue