Changeset 401 in MondoRescue for branches/stable/mindi


Ignore:
Timestamp:
Feb 17, 2006, 3:37:04 PM (18 years ago)
Author:
bcornec
Message:
  • Integrate some SuSE patches and spec tips
  • all the doc is now under documentation (man pages, pdf, generated doc)
  • delivery process adapted consequently
Location:
branches/stable/mindi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/distributions/rpm/mindi.spec

    r388 r401  
    3737verify packages, etc.
    3838
     39%debug_package
    3940%prep
    4041%{__rm}  -rf $RPM_BUILD_ROOT
     
    7980
    8081%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
    8186* Fri Nov 05 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05
    8287- ia64 is now working
  • branches/stable/mindi/distributions/suse/spec.m4

    r388 r401  
    44define(`SSS', %{name}-%{version}.tgz)dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    6 define(`DDD', %{addreqb})dnl
     6define(`DDD', %{addreqb}, syslinux)dnl
    77dnl GRP is replaced by the RPM group of apps
    8 define(`GRP', Archiving/Backup)dnl
     8define(`GRP', Productivity/Archiving/Backup)dnl
  • branches/stable/mindi/mindi

    r383 r401  
    1616export ARCH=`/bin/arch`
    1717
    18 ADDITIONAL_BOOT_PARAMS="acpi=off apm=off devfs=nomount exec-shield=0"
     18ADDITIONAL_BOOT_PARAMS="acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier=off"
    1919
    2020RUN_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.