- Timestamp:
- 10/25/09 18:35:07 (4 years ago)
- Location:
- pkg/kev/main/parsix-installer/trunk
- Files:
-
- 3 edited
-
boot-tools.bm (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
-
parsix-installer (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/parsix-installer/trunk/boot-tools.bm
r5867 r5876 160 160 161 161 export device_map=$TARGET_MNT_POINT/boot/grub/device.map 162 163 # update grub.cfg 164 chroot_it update-grub >/dev/null 2>/dev/null 165 162 166 163 # hook update-grub -y into the kernel installing chain 167 164 cat << EOF >$TARGET_MNT_POINT/etc/kernel-img.conf … … 190 187 ;; 191 188 esac 189 190 # update grub.cfg 191 chroot_it update-grub >/dev/null 2>/dev/null 192 192 193 193 return 0 -
pkg/kev/main/parsix-installer/trunk/debian/changelog
r5874 r5876 1 parsix-installer (0.90.1.9) unstable; urgency=low 2 3 * Run update-grub after installing GRUB not before that 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 25 Oct 2009 10:34:15 -0700 6 1 7 parsix-installer (0.90.1.8) unstable; urgency=low 2 8 -
pkg/kev/main/parsix-installer/trunk/parsix-installer
r5874 r5876 19 19 # 20 20 21 VERSION="0.90.1. 8"21 VERSION="0.90.1.9" 22 22 CONFIG_FILE="$HOME/.pi-config" 23 23 LOG="$HOME/parsix-installer.log"
Note: See TracChangeset
for help on using the changeset viewer.


