projects
/
kernel-cn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
843c846
)
- reimport Grub funkcije zbog device.mapa (nakon sto se regenerira, potrebno je i...
author
Dinko Korunic
<kreator@carnet.hr>
Tue, 2 Jun 2009 15:28:33 +0000
(17:28 +0200)
committer
Dinko Korunic
<kreator@carnet.hr>
Tue, 2 Jun 2009 15:28:33 +0000
(17:28 +0200)
debian/postinst
patch
|
blob
|
history
diff --git
a/debian/postinst
b/debian/postinst
index
547ddad
..
deb7984
100755
(executable)
--- a/
debian/postinst
+++ b/
debian/postinst
@@
-178,6
+178,9
@@
if [ ! -s "$device_map" ]; then
fi
echo -n " grub4"
+# import GRUB helper functions (again, updated device map)
+. /usr/share/kernel-2.6-cn/grub-functions.sh
+
# get install device (0x80 BIOS device)
install_device=$(grep '^(hd0)' "$device_map" | \
sed -e 's%[^[:space:]]*[[:space:]]*\([^[:space:]]*\)%\1%')