Changeset 5748
- Timestamp:
- 08/31/09 05:24:01 (4 years ago)
- Location:
- pkg/kev/main/parsix-installer/trunk
- Files:
-
- 4 edited
-
boot-tools.bm (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
parsix-installer (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/parsix-installer/trunk/boot-tools.bm
r5604 r5748 154 154 155 155 # GRUB 2 156 perl -pi -e "s|^GRUB_CMDLINE_LINUX =(.*)|GRUB_CMDLINE_LINUX=\"ro $GRUB_CMDLINE\"|g" $TARGET_MNT_POINT/etc/default/grub156 perl -pi -e "s|^GRUB_CMDLINE_LINUX_DEFAULT=(.*)|GRUB_CMDLINE_LINUX_DEFAULT=\"ro $GRUB_CMDLINE\"|g" $TARGET_MNT_POINT/etc/default/grub 157 157 158 158 export device_map=$TARGET_MNT_POINT/boot/grub/device.map -
pkg/kev/main/parsix-installer/trunk/debian/changelog
r5604 r5748 1 parsix-installer (0.90.1.1) unstable; urgency=low 2 3 * Fixed a bug related to updating GRUB2 default file 4 * Bump standards to 3.8.3, no extra change it needed 5 6 -- Alan Baghumian <alan@technotux.org> Sun, 30 Aug 2009 20:22:25 -0700 7 1 8 parsix-installer (0.90.1.0) unstable; urgency=low 2 9 -
pkg/kev/main/parsix-installer/trunk/debian/control
r5604 r5748 5 5 Build-Depends: cdbs (>= 0.4.23-1.1), 6 6 debhelper (>= 5.0.0) 7 Standards-Version: 3.8. 27 Standards-Version: 3.8.3 8 8 9 9 Package: parsix-installer -
pkg/kev/main/parsix-installer/trunk/parsix-installer
r5604 r5748 19 19 # 20 20 21 VERSION="0.90.1. 0"21 VERSION="0.90.1.1" 22 22 CONFIG_FILE="$HOME/.pi-config" 23 23 LOG="$HOME/parsix-installer.log"
Note: See TracChangeset
for help on using the changeset viewer.


