Changeset 403 in MondoRescue for trunk/mindi
- Timestamp:
- Feb 18, 2006, 2:42:20 PM (19 years ago)
- Location:
- trunk/mindi
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mindi/distributions/rpm/mindi.spec
r388 r403 37 37 verify packages, etc. 38 38 39 %debug_package 39 40 %prep 40 41 %{__rm} -rf $RPM_BUILD_ROOT … … 79 80 80 81 %changelog 82 * Fri Feb 16 2006 Bruno Cornec <bcornec@users.berlios.de> 1.0.7 83 - Updated to 1.0.7 84 - RPMS spec are now generated instead of using '%' variables 85 81 86 * Fri Nov 05 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05 82 87 - ia64 is now working -
trunk/mindi/distributions/suse/spec.m4
r388 r403 4 4 define(`SSS', %{name}-%{version}.tgz)dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', %{addreqb} )dnl6 define(`DDD', %{addreqb}, syslinux)dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', Archiving/Backup)dnl8 define(`GRP', Productivity/Archiving/Backup)dnl -
trunk/mindi/mindi
r384 r403 16 16 export ARCH=`/bin/arch` 17 17 18 ADDITIONAL_BOOT_PARAMS="acpi=off apm=off devfs=nomount exec-shield=0 "18 ADDITIONAL_BOOT_PARAMS="acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier=off" 19 19 20 20 RUN_AFTER_INITIAL_BOOT_PHASE="echo \"Who lives in a pineapple under the sea?\" > /tmp/spongebob.squarepants.txt"
Note:
See TracChangeset
for help on using the changeset viewer.