summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2008-02-21 20:30:04 +0000
committerMarkus Rothe <corsair@gentoo.org>2008-02-21 20:30:04 +0000
commit1140193a00812013123e02e7c3750e41a0c52808 (patch)
treecf0c7fc059ad56e5f3ebb337143529b55f98607d /app-emulation/systemsim-cell/files
parentStable for HPPA (bug #210642). (diff)
downloadgentoo-2-1140193a00812013123e02e7c3750e41a0c52808.tar.gz
gentoo-2-1140193a00812013123e02e7c3750e41a0c52808.tar.bz2
gentoo-2-1140193a00812013123e02e7c3750e41a0c52808.zip
Drop the cowdiskname patch, because using 'systemsim -g' *just works*. Executing run_gui directly is bad.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation/systemsim-cell/files')
-rw-r--r--app-emulation/systemsim-cell/files/systemsim-cell-3.0-cowdiskname.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-emulation/systemsim-cell/files/systemsim-cell-3.0-cowdiskname.patch b/app-emulation/systemsim-cell/files/systemsim-cell-3.0-cowdiskname.patch
deleted file mode 100644
index 7d6dcdb1b95a..000000000000
--- a/app-emulation/systemsim-cell/files/systemsim-cell-3.0-cowdiskname.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- opt/ibm/systemsim-cell/lib/cell/systemsim.tcl.orig 2008-02-12 17:45:10.000000000 +0100
-+++ opt/ibm/systemsim-cell/lib/cell/systemsim.tcl 2008-02-12 17:52:09.000000000 +0100
-@@ -17,6 +17,12 @@
-
- set IMAGES $env(IMAGES_DIR)/cell
-
-+if { [info exists ::env(COWDISKNAME) ] } {
-+ set cowdiskname $env(COWDISKNAME)
-+} else {
-+ set cowdiskname $env(HOME)/sysroot_disk.cow
-+}
-+
- # Initialize the systemsim tcl environment
- source $env(LIB_DIR)/cell/mambo_init.tcl
-
-@@ -78,7 +84,7 @@
- mysim mcm 0 load vmlinux $imagefile 0x1000000
-
- # Setup the bogus disk that Linux will use
--if {[catch {mysim bogus disk init 0 $sysrootfile newcow sysroot_disk.cow 1024}]} {
-+if {[catch {mysim bogus disk init 0 $sysrootfile newcow $cowdiskname 1024}]} {
- puts "bogus disk init for $sysrootfile failed"
- exit
- }