Commit Graph

85 Commits

Author SHA256 Message Date
Thomas Renninger
46c37d057a Accepting request 235703 from home:trenn:branches:Base:System
- Update to latest git HEAD: commit 0fa5dbedc5b222435f51f7460a81232ee120c4e1
  Tue May 20 13:23
  Modified dracut_v37_to_HEAD.patch
  Modified mdraid-setup.patch
  Modified dracut-install-persistent-rule.patch
- Add /etc/dracut.d.conf/01-dist modifications to file instead of writing
  to it via rpm build section
  Add 0033-dracut_hostonly_hostonly_cmdline_default.patch
  Add 0034-suse.conf.example_extend.patch
- Cleanup mkinitrd-suse.sh:
    * Remove hostonly and hostonly-cmdline -> this is done via 01-dist config
      file now
- Always add network module based on modules_setup.sh check() function and not
  via 01-dist config file
  Add 0035-always_add_network.patch
- Add find to debug binaries - Useful and harmless
  Add 0036-add_extra_debug_binaries.patch
- Fix adding of network modules for s390 (bnc#879302)
  Add 0037-fix_s390_network_modules_install.patch
- Omit resume module on s390(x) - There is no suspend on s390
  Add 0039-s390_no_resume_module.patch
- Do not wait for swap - This causes trouble with Rudi's autobuild images:
  Add 0038-remove_waiting_for_swap_dev.patch
- Fcoe and ibft fixes (bnc#879038):
  Add 0041-only_enable_network_if_explicitly_requested.patch
  Add 0042-ibft_autoconfig_param.patch
  Add 0043-fcoe_strip_quotes.patch
- Print message when starting to update bootloader
  Add 0044-Add_update_bootloader_msg.patch
- ToDo: Pass hostonly variable earlier so that is always avail in check()

OBS-URL: https://build.opensuse.org/request/show/235703
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=151
2014-05-28 16:30:59 +00:00
Thomas Renninger
3e1a05be91 Accepting request 234813 from home:trenn:branches:Base:System
fixup rootfs-generator installation path (bnc#878714)
  Add 0032-98systemd-fixup-rootfs-generator-installation-path.patch

OBS-URL: https://build.opensuse.org/request/show/234813
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=149
2014-05-20 09:29:52 +00:00
Thomas Renninger
5fe04ae26e Accepting request 234805 from home:trenn:branches:Base:System
- From Hannes Reinecke <hare@suse.com>:
  Wait for all devices if initqueue is requested (bnc#878714)
  Add 0032-99base-wait-for-all-devices-if-initqueue-is-requeste.patch

OBS-URL: https://build.opensuse.org/request/show/234805
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=148
2014-05-20 09:02:13 +00:00
Thomas Renninger
39b778195d Accepting request 234686 from home:trenn:branches:Base:System
- From Hannes Reinecke <hare@suse.com>:
  skip VLAN devices in fcoe-up (bnc#878583)

OBS-URL: https://build.opensuse.org/request/show/234686
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=146
2014-05-19 11:13:29 +00:00
Thomas Renninger
16452890cf Accepting request 234196 from home:trenn:branches:Base:System
- By Hannes Reinecke <hare@suse.com>:
  - Fixup FCoE booting (bnc#877288)
    * Add 0027-95fcoe-Store-current-configuration-in-dracut-cmdline.patch
    * Add 0028-95fcoe-update-fcoe-interface-check.patch
    * Add 0029-95fcoe-start-lldpad-separately.patch
- Cleanup host_only variable using in mkinitrd
- Remove --force parameter from mkinitrd, we always force anyway
    * Add 0030-dracut-mkinitd_cleanup_force_host_only_var.patch
- Remove acpi parameter from mkinitrd, this is done differently nowadays
- Adjust manpage accordingly

OBS-URL: https://build.opensuse.org/request/show/234196
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=144
2014-05-15 14:13:49 +00:00
Thomas Renninger
0e69e77914 Accepting request 233864 from home:msmeissn:branches:Base:System
- also do the service magic in %post/%postun, otherwise
  purge-kernels will not get enabled.

OBS-URL: https://build.opensuse.org/request/show/233864
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=143
2014-05-14 12:53:58 +00:00
fda9818fc2 Accepting request 232961 from home:trenn:branches:Base:System
- Do not inst binaries explicitly into /bin or /usr/bin, it is already taken
  care of internally for that:
     Delete 0006-Install-bin-mount.patch
     Modify 0013-Correct-paths-for-openSUSE.patch
- Do not stop trying to load drivers (via add-drivers or filesystems) if one
  fails
     Add 0025-dracut_continue_adding_modules_also_on_error.patch
- Introduce force-drivers. mkinitrd should use this one instead of add-drivers
  later, if accepted mainline
     Add
  0026-force_to_add_and_load_kernel_modules_other_than_via_boot_param.patch

OBS-URL: https://build.opensuse.org/request/show/232961
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=141
2014-05-08 02:15:33 +00:00
Thomas Renninger
2f8fa9a482 Accepting request 232828 from home:trenn:branches:Base:System
- Update add_dracuts_network_params_for_iscsi.patch to detect
  be2iscsi firmware devices
- Remove obsolete patch fix-iscsi-firmware.sh
- Fixup iscsi firmware booting with be2iscsi (bnc#873448):
  Added 0024-95iscsi-Set-correct-iscsi_started-value-for-iSCSI-fi.patch
- Renamed mkinird_differ_host_and_cmdline_only_properly.patch to
  0023-mkinitrd-suse.sh-Use-hostonly-and-hostonly-cmdline-c.patch

OBS-URL: https://build.opensuse.org/request/show/232828
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=140
2014-05-06 11:22:17 +00:00
Thomas Renninger
30c51ef231 Accepting request 232233 from home:trenn:branches:Base:System
- Update to lateste git HEAD 48b7ab1b35adf1f3f09f883ef14ea0a3fba1e468
    Added:     dracut_v37_to_HEAD.patch
    Modified:  0013-Correct-paths-for-openSUSE.patch
    Modified:  mdraid-setup.patch
    Modified:  replace_dhclient_with_wickedd_dhcp_supplicants.patch
    Deleted:   0018-fstab-do-not-mount-and-fsck-from-fstab-if-using-syst.patch
    Deleted:   0019-dracut-initqueue-service-runs-before-remote-fs-pre.t.patch
- Fix lvm and other possible not working thing due to new parameter:
  hostonly-cmdline which has to be active by default
    bnc#874000 bnc#874905 bnc#874363
    Added:     mkinird_differ_host_and_cmdline_only_properly.patch
- Make write-ifcfg-suse.sh more update robust
  Avoid rebasing of diff with every update touching this file by adding
  write-ifcfg-suse.sh as source file and copy/link in .spec file.
    Modified:  change_write_ifcfg_to_suse.patch

OBS-URL: https://build.opensuse.org/request/show/232233
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=138
2014-04-30 15:29:13 +00:00
Thomas Renninger
8bff301767 Accepting request 232071 from home:msmeissn:branches:Base:System
- consolidate -fips-aesni into -fips again. The problem due to it
  was split off upstream was solved in the kernel.

OBS-URL: https://build.opensuse.org/request/show/232071
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=137
2014-04-30 14:16:25 +00:00
e0d5497c3d Accepting request 231559 from home:msmeissn:branches:Base:System
- Create new -fips and -fips-aesni subpackage for kernel
  integrity checking. bnc#856310 FATE#316930
- add spaces around "network" in 01-dist.conf, as the addmodules
  list is concatenated and you never know which config is before or
  after and what it does.

OBS-URL: https://build.opensuse.org/request/show/231559
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=136
2014-04-27 08:49:25 +00:00
Thomas Renninger
b9777a0800 Accepting request 230295 from home:hreinecke:branches:Base:System
- Enable multipath correctly during booting (bnc#873686)
  Add: 0022-90multipath-Fixup-service-file-for-booting.patch

OBS-URL: https://build.opensuse.org/request/show/230295
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=134
2014-04-16 08:48:33 +00:00
Thomas Renninger
57c338177c Accepting request 229997 from home:pwieczorkiewicz:branches:Base:System
Add missing dracut's cmdline parameters to make network mandatory and boot using iBFT when present. Without them iBFT booting does not work.

OBS-URL: https://build.opensuse.org/request/show/229997
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=131
2014-04-14 11:49:38 +00:00
70f60c4d7d Accepting request 229723 from home:hreinecke:branches:Base:System
- Install correct rule files for multipath support (bnc#873151)
  Add: 0020-95udev-rules-Include-correct-sg3_utils-rules.patch
  Add: 0021-90multipath-install-correct-multipath-rules.patch

- Compress initrd with xz --check=crc32 -6 by default

OBS-URL: https://build.opensuse.org/request/show/229723
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=129
2014-04-11 18:08:53 +00:00
d7788df7bd Accepting request 229637 from home:trenn:branches:Base:System
- Do not always try to add iscsi module, let its check function decide
- Copmress initrd with xz --check=crc32 -6 by default

OBS-URL: https://build.opensuse.org/request/show/229637
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=127
2014-04-10 14:56:56 +00:00
665c8f4b94 Accepting request 229531 from home:elvigia:branches:Base:System
- Remove the bootchart module, note that we still keep 
  the systemd-bootchart one which provides similar functionality.

- Remove the busybox module we have all basic tools already 
  in the initrd
- _unitdir is always defined nowadays, remove the conditionals.

OBS-URL: https://build.opensuse.org/request/show/229531
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=126
2014-04-09 22:04:52 +00:00
7955a4d13a Accepting request 229484 from home:hreinecke:branches:Base:System
- Update dracut to 037
  * Add --hostonly_cmdline switch
  * Update --mount syntax
  * Include modules from /updates directory
  * Fixes for network setup
  * Some small fixes
- Rediff patches
- Include iscsiuio again (bnc#872474)
  Remove: remove-iscsiuio.patch
- Install 59-scsi-sg_utils.rules (bnc#872478)
  Add: 0015-95udev-rules-Add-59-scsi-sg_utils.rules.patch
- Install 67-kpartx-compat.rules (bnc#872662)
  Add: 0016-90multipath-add-67-kpartx-compat.rules.patch
- Install separate multipath service file (bnc#871610)
  Add: 0017-90multipath-install-dracut-specific-service-file.patch
- Do not fsck and mount from fstab if systemd is used (bnc#
  Add: 0018-fstab-do-not-mount-and-fsck-from-fstab-if-using-syst.patch
- Fixup initqueue for remote-fs
  Add: 0019-dracut-initqueue-service-runs-before-remote-fs-pre.t.patch

OBS-URL: https://build.opensuse.org/request/show/229484
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=124
2014-04-09 12:44:32 +00:00
3d16553b07 Accepting request 228961 from home:elvigia:branches:Base:System
- revert last change, ucode-intel is not mandatory and 
  will get installed by default anyway, either via patterns
  or by modalias dependencies in the package itself.

OBS-URL: https://build.opensuse.org/request/show/228961
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=123
2014-04-04 13:39:47 +00:00
aa4dccea3e Accepting request 228934 from home:elvigia:branches:Base:System
- Require package ucode-intel in x86*

OBS-URL: https://build.opensuse.org/request/show/228934
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=122
2014-04-03 19:35:50 +00:00
57ec107b39 Accepting request 228537 from home:neilbrown:branches:Base:System
- mdraid-setup.patch
  Make mdraid scripts work with latest mdadm.
  Without this, boot from DDF or IMSM array fails if
  one device is missing (bnc#866660)

OBS-URL: https://build.opensuse.org/request/show/228537
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=121
2014-04-02 05:04:13 +00:00
c2e4f7a85f Accepting request 228136 from home:trenn:branches:Base:System
- systemd always tries to load autofs4 otherwise it reports:
  Failed to insert module 'autofs4'
  dracut already adds it, but only if loaded already.
  Always load autofs4 even if not already loaded (bnc#869411)

OBS-URL: https://build.opensuse.org/request/show/228136
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=118
2014-03-29 17:29:04 +00:00
Thomas Renninger
71e962ca42 Accepting request 226409 from home:rmilasan:branches:Base:System
- Add support for 70-persistent-net.rules in dracut (bnc#868375)
  Add: dracut-install-persistent-rule.patch

OBS-URL: https://build.opensuse.org/request/show/226409
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=114
2014-03-17 12:28:30 +00:00
Thomas Renninger
4f376db3ca Accepting request 225985 from home:trenn:branches:Base:System
- CRITICAL: Fix add-drivers passing from mkinitrd to dracut bnc#868397

- Add s390 dcssblk driver and introduce rd.dcssblk= to pass mounts that should
  get activated at initrd stage fate#308263
  Add: s390-dcssblk.patch

OBS-URL: https://build.opensuse.org/request/show/225985
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=113
2014-03-14 15:16:25 +00:00
Thomas Renninger
6b3dbb094d Accepting request 225030 from home:trenn:branches:Base:System
- bnc#830060 - Dracut is missing warpclock/hwclock
  Add dracut-warpclock_module.patch

OBS-URL: https://build.opensuse.org/request/show/225030
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=111
2014-03-07 13:20:21 +00:00
Thomas Renninger
83f929a7bb Accepting request 224727 from home:pwieczorkiewicz:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/224727
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=110
2014-03-07 12:53:43 +00:00
Thomas Renninger
084354190e Accepting request 224659 from home:trenn:branches:Base:System
- Merge all dracut-* packages to one dracut.rpm package.
  Subpackages only had one or two minor files not worth splitting a package
  or dracut-network had important modules which should (like former main
  dracut package) always get installed
- libcap does not exist and libcap2 or friends are not needed
  -> remove Requires: libcap
- Reorder (sort) the files section a bit

OBS-URL: https://build.opensuse.org/request/show/224659
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=108
2014-03-04 18:26:06 +00:00
Thomas Renninger
d1cac4a2c4 Accepting request 224246 from home:trenn:branches:Base:System
- Make sure that --add-drivers is not called with whitespace string which
  will lead to a "read line" user input request and things may get stuck at
  installation.
  - Add: dracut-fix-whitespace-add-drivers_call.patch
- Remove s390 grub module again -> this will go into grub2 package
  (ask rw@suse.de for details)
  Delete/remove: s390_add-user-space-grub-rule.patch
- Add installkernel script which installs the kernel when:
  make install
  is invoked. The script from mkinitrd has been taken over and adopted.
  Added source: dracut-installkernel
  bnc#862990

OBS-URL: https://build.opensuse.org/request/show/224246
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=105
2014-02-28 15:05:59 +00:00
Thomas Renninger
41bd5806b6 - autofs4 is always included since mainline git commit: 314929920f27448b45bfd
systemd: ensure autofs4 and ipv6 are included
- Always add network and iscsi dracut module, so that ibft, iscsi, nfsroot
  work as expected.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=103
2014-02-17 18:59:26 +00:00
Thomas Renninger
c2e1af7f8f Accepting request 222385 from home:pwieczorkiewicz:branches:Base:System
Adding SUSE ifcfg flavor to 45ifcfg module.

OBS-URL: https://build.opensuse.org/request/show/222385
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=102
2014-02-17 13:21:58 +00:00
Thomas Renninger
6541bd82d5 Originally by Hannes Reinecke (hare@suse.de):
- Install new s390x specific udev rules (bnc#856585)
  - Add: 0019-add-new-s390x-specific-rule-files.patch
- Do not check for non-existing dasd_configure for s390x (bnc#856585)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=100
2014-02-14 13:13:37 +00:00
Thomas Renninger
5eb79327c5 - Added 95grub2 module for s390x
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=99
2014-02-13 22:20:14 +00:00
4698529be5 Accepting request 222207 from home:pwieczorkiewicz:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/222207
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=98
2014-02-13 14:56:13 +00:00
bf4fe69d15 Accepting request 222198 from home:sfalken:branches:Base:System
Added suse_grub_manpage.patch for bug#858448

OBS-URL: https://build.opensuse.org/request/show/222198
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=96
2014-02-13 14:01:22 +00:00
Raymond Wooninck
dcfca12b4b Accepting request 221497 from home:scarabeus_iv
- Cleanup with spec-cleaner.

- Version bump to 036 removing the need for patching from git.
- removed patch:
  * dracut_git_v034_to_head.patch

OBS-URL: https://build.opensuse.org/request/show/221497
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=94
2014-02-09 13:23:30 +00:00
Thomas Renninger
8af4f371a2 - Remove an obsolete comment from .spec file
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=91
2014-01-14 14:16:20 +00:00
Thomas Renninger
6f6689329c Exit without calling update-bootloader (bnc#858268):
Add:  dracut_do_not_update_booloader_if_no_kernel_is_found.patch
Adding:
Requires:       systemd-sysvinit
which has reboot, halt and other binaries dracut likes to add to the initrd.
Cleanup and adjust to latest mainline:
Dropping as these are included in the latest update_git_v034_to_head patch:
Drop: 0001-95dasd-Install-kernel-modules-only-once.patch
Drop: 0002-95dasd-Only-install-module-if-normalize_dasd_arg-is-.patch
Drop: 0003-95dasd_mod-make-dasd_cio_free-optional.patch
Drop: 0004-95zfcp-Make-installation-optional.patch
Drop: 0005-95znet-Make-installation-optional.patch
Drop: 0007-Fixup-keymap-setting-for-openSUSE.patch
Drop: 0008-Add-DASD-configuration-for-SuSE.patch
Drop: 0009-Add-zfcp-scripts-for-SUSE.patch
Drop: 0010-Make-logfile-configurable.patch
Drop: 0011-mkinitrd-suse-Add-SUSE-compability-wrapper-for-dracu.patch
Drop: 0012-mkinitrd-suse.8.asc-Add-manpage-for-SUSE-compat-mkin.patch
Drop: 0015-Fixup-script-permissions.patch
Drop: 0016-Remove-shebang-from-shell-completion-files.patch
Drop: dracut-git-update.patch
Rebase: 0013-Correct-paths-for-openSUSE.patch
This is a rename of dracut-git-update.patch to:
Add:  dracut_git_v034_to_head.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=87
2014-01-13 18:00:03 +00:00
Thomas Renninger
09edde63e5 - Cleanup: Remove %define replace_mkinitrd 1
and related conditionals in .spec file -> One either has to install
  dracut or mkinitrd and it will stay like that.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=85
2013-12-20 14:18:58 +00:00
Thomas Renninger
7c6ddf8796 - Add purge kernel service/feature which before was part of mkinitrd
bnc#854348

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=84
2013-12-18 16:20:48 +00:00
Raymond Wooninck
c0e1df1a13 Accepting request 208892 from home:hreinecke:branches:Base:System
- Update with patches from git repository:
   * kernel-modules: add ohci-pci to the list of forced module installs
   * Run 'xz' and 'lzma' with multiple threads
   * systemd: do not exit the initqueue, if systemd asks a password
   * iscsi,nbd: do not fail in hostonly mode
   * dracut-functions.sh: Avoid loading unnecessary 32-bit libraries
     for 64-bit initrds
   * fips: also install /etc/system-fips in the initramfs
   * dracut.modules.7.asc: removed empty section
   * dracut.sh: fixed PATH shortener
   * dracut.spec: move /sbin/dracut to /usr/sbin/dracut
   * iscsi/nbd: do not try to mount the whole disk, if root= is missing
   * fips: include crct10dif_generic
   * Handle crypto modules with and without modaliases
   * usrmount/module-setup.sh: fixed typo
   * lvm: always install thin utils for lvm
   * kernel-modules(ARM): add mmc_block usb_storage to static list of
     kernel mods
   * dracut-functions.sh:check_block_and_slaves*() skip LVM internal devs
   * mkdir basic dirs in /run
   * network/fcoe: only redirect output to loginit.pipe, if exists
   * dracut.sh: no need to make subdirs in run
   * dracut.sh: also mkdir /run/lock, which is copied to
   * lvm: fix thin recognition
   * Add lzo, lz4 compression and read INITRD_COMPRESS
   * remove resume-genrules.sh
   * resume: fix swap detection in hostonly
   * base/init.sh: also mkdir /run/lock
   * dmsquash-live: add /dev/mapper/live-base
   * Doc: cleanup, extend and split and reuse

OBS-URL: https://build.opensuse.org/request/show/208892
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=82
2013-11-29 12:27:47 +00:00
16512ff621 Accepting request 204070 from home:sumski:hazard:to:your:stereo
Remove not needed logrotate Requires

OBS-URL: https://build.opensuse.org/request/show/204070
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=80
2013-10-21 11:23:16 +00:00
Raymond Wooninck
23fde8b67c Accepting request 203550 from home:elvigia:branches:Base:System
- remove use_all_paths_udev.patch, /lib/udev.. is a symlink 
  to /usr nowadays this confuses other parts of the code causing
  errors/warnings during the initrd generation.

OBS-URL: https://build.opensuse.org/request/show/203550
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=78
2013-10-17 07:26:38 +00:00
Raymond Wooninck
81bee237bc Accepting request 203195 from home:elvigia:branches:Base:System
- version 034 
* fcoe: add FCoE UEFI boot device support
* rootfs-block: add support for the rootfallback= kernel 
  cmdline option
* btrfs: use inst_hook to install the timeout hook

OBS-URL: https://build.opensuse.org/request/show/203195
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=76
2013-10-14 07:40:46 +00:00
Raymond Wooninck
913a8039c3 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=70 2013-10-08 19:00:45 +00:00
Thomas Renninger
69cdb12cd1 - Update to mainline git version 033, b7d1b6f904a5b0bdd9a5ad19149f3.
- Remove all patches which went mainline
- Fix missing root fs slash in lib/udev/rules.d resulting in:
  /var/tmp/initramfs.Lusf6flib/udev/rules.d
- bcache: removed, it's in the upstream bcache-tools package
  mainline git commit: 49268028b90f6344f79e3510d2
- Fix bad she-bang in mkinitrd_setup_dummy

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=67
2013-10-07 09:43:25 +00:00
Raymond Wooninck
650ca2a2ce OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=65 2013-10-04 17:24:02 +00:00
Raymond Wooninck
cc979ea3ac OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=63 2013-10-04 09:59:08 +00:00
Raymond Wooninck
77a0e7b841 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=62 2013-10-04 09:52:30 +00:00
Raymond Wooninck
6cdd84caa6 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=61 2013-10-04 09:45:09 +00:00
Raymond Wooninck
7e05737de0 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=60 2013-10-04 09:41:08 +00:00
Robert Milasan
1c955cd93d Accepting request 201996 from home:mvyskocil
- Mark /etc/dracut.conf.d/02-early-microcode.conf as config file

Add following entry to .changes of trenn@suse.de
"""
- Build host only images for default paths in SUSE for faster build and
  smaller images. Imply --force in this case as well.
  * suse_host_only.patch
"""
It was not documented

- Tagged all patches per policy
- Add extension .patch to all patches per policy

OBS-URL: https://build.opensuse.org/request/show/201996
OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=59
2013-10-03 07:37:56 +00:00