Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92748
Collapse All | Expand All

(-)debianutils-1.16.7.orig/mkboot (-1 / +1 lines)
Lines 8-14 Link Here
8
PATH=$PATH:/sbin:/usr/sbin
8
PATH=$PATH:/sbin:/usr/sbin
9
9
10
# root partition
10
# root partition
11
rootpart=$(rdev | cut -d ' ' -f 1)
11
rootpart=$(grep -o "root=[^ ]*" /proc/cmdline | cut -d= -f2)
12
# temporary directory
12
# temporary directory
13
tmpdir=${TMPDIR-/tmp}
13
tmpdir=${TMPDIR-/tmp}
14
14

Return to bug 92748