Changeset 5874
- Timestamp:
- 10/23/09 05:39:22 (4 years ago)
- Location:
- pkg/kev/main/parsix-installer/trunk
- Files:
-
- 2 edited
-
debian/changelog (modified) (1 diff)
-
parsix-installer (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/parsix-installer/trunk/debian/changelog
r5867 r5874 1 parsix-installer (0.90.1.8) unstable; urgency=low 2 3 * Do not purge os-prober cause its needed by GRUB2 4 5 -- Alan Baghumian <alan@technotux.org> Thu, 22 Oct 2009 20:38:34 -0700 6 1 7 parsix-installer (0.90.1.7) unstable; urgency=low 2 8 -
pkg/kev/main/parsix-installer/trunk/parsix-installer
r5867 r5874 19 19 # 20 20 21 VERSION="0.90.1. 7"21 VERSION="0.90.1.8" 22 22 CONFIG_FILE="$HOME/.pi-config" 23 23 LOG="$HOME/parsix-installer.log" … … 178 178 rm -rf $TARGET_MNT_POINT/home/parsix &>/dev/null 179 179 180 # OS-Prober is not needed anymore 181 chroot_it dpkg --purge os-prober &>/dev/null 182 183 # cleaning unwanted live mode links 180 #exit cleaning unwanted live mode links 184 181 chroot_it update-rc.d -f live-autoconfig remove &>/dev/null 185 182 chroot_it update-rc.d -f live-reboot remove &>/dev/null
Note: See TracChangeset
for help on using the changeset viewer.


