Hello community,

here is the log from the commit of package mksusecd for openSUSE:Factory 
checked in at 2015-07-08 06:59:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mksusecd (Old)
 and      /work/SRC/openSUSE:Factory/.mksusecd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mksusecd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes        2015-06-30 
10:16:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2015-07-08 
07:00:01.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Jul  7 14:06:21 CEST 2015 - snw...@suse.com
+
+- README: link to mkdud; grammar; formatting
+- 1.27
+
+-------------------------------------------------------------------
+Mon Jul  6 17:11:21 CEST 2015 - snw...@suse.com
+
+- extended readme
+- 1.26
+
+-------------------------------------------------------------------

Old:
----
  mksusecd-1.25.tar.xz

New:
----
  mksusecd-1.27.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mksusecd.spec ++++++
--- /var/tmp/diff_new_pack.IlAHpF/_old  2015-07-08 07:00:02.000000000 +0200
+++ /var/tmp/diff_new_pack.IlAHpF/_new  2015-07-08 07:00:02.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           mksusecd
-Version:        1.25
+Version:        1.27
 Release:        0
 Summary:        Create SUSE Linux installation ISOs
 License:        GPL-3.0+

++++++ mksusecd-1.25.tar.xz -> mksusecd-1.27.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.25/README new/mksusecd-1.27/README
--- old/mksusecd-1.25/README    2015-06-25 13:03:04.000000000 +0200
+++ new/mksusecd-1.27/README    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-This is a tool to create SUSE Linux installation ISOs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.25/README.md new/mksusecd-1.27/README.md
--- old/mksusecd-1.25/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/mksusecd-1.27/README.md 2015-07-07 14:01:57.000000000 +0200
@@ -0,0 +1,38 @@
+This is a tool to create SUSE Linux installation ISOs, either from scratch or
+by modifying existing ISOs. A simple use case is to regenerate a ISO to
+include fixes, see below.
+
+
+### Installation
+
+Often you will need [mkdud][1] along with mksusecd. Both mksusecd and mkdud are
+included in openSUSE Tumbleweed. So on openSUSE Tumbleweed installation is as
+simple as
+
+```
+zypper in mksusecd mkdud
+```
+
+[1]: https://github.com/openSUSE/mkdud
+
+### Simple use case
+
+We have a patch for yast2-core that is needed during installation and the
+final system, e.g. for an AutoYaST installation. The patch is included in
+yast2-core-3.1.12-0.x86_64.rpm.
+
+1. Login as root since mksusecd needs root permissions for temporary mounting 
of
+   file systems.
+
+2. Create a Driver Update Disk (DUD) from yast2-core.rpm:
+    ```
+    mkdud --create bug-free.dud --dist 13.2 yast2-core-3.1.12-0.x86_64.rpm
+    ```
+
+3. Create a new ISO from the original openSUSE 13.2 ISO and the DUD:
+    ```
+    mksusecd --create bug-free.iso --initrd bug-free.dud 
openSUSE-13.2-DVD-x86_64.iso
+    ```
+
+Now you can use bug-free.iso as a replacement for openSUSE-13.2-DVD-x86_64.iso.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.25/VERSION new/mksusecd-1.27/VERSION
--- old/mksusecd-1.25/VERSION   2015-06-25 13:03:04.000000000 +0200
+++ new/mksusecd-1.27/VERSION   2015-07-07 14:01:57.000000000 +0200
@@ -1 +1 @@
-1.25
+1.27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.25/changelog new/mksusecd-1.27/changelog
--- old/mksusecd-1.25/changelog 2015-06-25 13:03:04.000000000 +0200
+++ new/mksusecd-1.27/changelog 2015-07-07 14:01:57.000000000 +0200
@@ -1,3 +1,9 @@
+2015-07-07:    1.27
+       - README: link to mkdud; grammar; formatting
+
+2015-07-06:    1.26
+       - extended readme
+
 2015-06-25:    1.25
        - keep /content file up-to-date even when new files are added to the iso
 


Reply via email to