[meego-commits] 23637: Changes to Trunk/installer-shell

Ulf Hofemeier no_reply at build.meego.com
Tue Aug 16 18:32:08 UTC 2011


Hi,
I have made the following changes to installer-shell in project Trunk. Please review and accept ASAP.

Thank You,
Ulf Hofemeier

[This message was auto-generated]

---

Request #23637:

  submit:   Trunk:Testing/installer-shell(r2) -> Trunk/installer-shell


Message:
    * Thu Aug 11 2011 - Chengwei Yang <chengwei.yang at intel.com> - 0.6
- Fixed typo and BMC#22599.

State:   new          2011-08-16T11:31:15 ulf
Comment: None



changes files:
--------------
--- installer-shell.changes
+++ installer-shell.changes
@@ -0,0 +1,3 @@
+* Thu Aug 11 2011 - Chengwei Yang <chengwei.yang at intel.com> - 0.6
+- Fixed typo and BMC#22599.
+

new:
----
  fix-typo-and-22599.patch

spec files:
-----------
--- installer-shell.spec
+++ installer-shell.spec
@@ -27,6 +27,7 @@
 Patch8:     delete-vfs-mount-entry.patch
 Patch9:     skip-btrfs-fsck.patch
 Patch10:     skip-copy-tmpfs.patch
+Patch11:     fix-typo-and-22599.patch 	 
 Requires:   parted
 Requires:   rsync
 Requires:   system-logos
@@ -67,6 +68,8 @@
 %patch9 -p1
 # skip-copy-tmpfs.patch
 %patch10 -p1
+# fix-typo-and-22599.patch
+%patch11 -p1
 # >> setup
 # << setup
 

other changes:
--------------

++++++ fix-typo-and-22599.patch (new)
--- fix-typo-and-22599.patch
+++ fix-typo-and-22599.patch
+diff -Nuar a/installer-shell b/installer-shell
+--- a/installer-shell	2011-08-11 17:28:25.254071203 -0700
++++ b/installer-shell	2011-08-11 17:32:48.554071003 -0700
+@@ -760,11 +760,12 @@
+ 	dbglg_exec "mknod -m 0666 $ROOTMNT/dev/full c 1 7"
+ 	dbglg_exec "mknod -m 0666 $ROOTMNT/dev/ptmx c 5 2"
+ 	dbglg_exec "mknod -m 0666 $ROOTMNT/dev/zero c 1 5"
+-	dbglg_exec "mknod -m 0755 $ROOTMNT/dev/console c 5 1ls"
++	dbglg_exec "mknod -m 0755 $ROOTMNT/dev/console c 5 1"
+ 	dbglg_exec "mknod -m 0755 $ROOTMNT/dev/fb0 c 29 0"
+ 	dbglg_exec "mknod -m 0666 $ROOTMNT/dev/tty c 4 0"
+ 	dbglg_exec "mknod -m 0666 $ROOTMNT/dev/tty1 c 4 1"
+ 	dbglg_exec "mknod -m 0666 $ROOTMNT/dev/tty2 c 4 2"
++	dbglg_exec "mknod -m 0600 $ROOTMNT/dev/kmsg c 1 11"
+ 	dbglg_exec "ln -s /proc/self/fd $ROOTMNT/dev/fd"
+ 	dbglg_exec "ln -s /proc/self/fd/0 $ROOTMNT/dev/stdin"
+ 	dbglg_exec "ln -s /proc/self/fd/1 $ROOTMNT/dev/stdout"

++++++ installer-shell.yaml
--- installer-shell.yaml
+++ installer-shell.yaml
@@ -20,6 +20,7 @@
     - delete-vfs-mount-entry.patch
     - skip-btrfs-fsck.patch
     - skip-copy-tmpfs.patch
+    - fix-typo-and-22599.patch
 Description: |
     A shell-script based installer which implements the installation process
 Requires:



More information about the MeeGo-commits mailing list