- reimport Grub funkcije zbog device.mapa (nakon sto se regenerira, potrebno je i...
authorDinko Korunic <kreator@carnet.hr>
Tue, 2 Jun 2009 15:28:33 +0000 (17:28 +0200)
committerDinko Korunic <kreator@carnet.hr>
Tue, 2 Jun 2009 15:28:33 +0000 (17:28 +0200)
debian/postinst

index 547ddad..deb7984 100755 (executable)
@@ -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%')