diff options
author | jkeating <jkeating> | 2006-01-12 23:19:14 +0000 |
---|---|---|
committer | jkeating <jkeating> | 2006-01-12 23:19:14 +0000 |
commit | 8a7aff71375c8d962e4020954f7f59d15b3bc46c (patch) | |
tree | 16177dec0d05ffbbb8dd51741fc94ad6c9d58b94 /scripts/mk-rescueimage.ppc | |
parent | 654db21ac5147215410350d4feff94cc47784f91 (diff) | |
download | anaconda-8a7aff71375c8d962e4020954f7f59d15b3bc46c.tar.gz anaconda-8a7aff71375c8d962e4020954f7f59d15b3bc46c.tar.xz anaconda-8a7aff71375c8d962e4020954f7f59d15b3bc46c.zip |
Removed mapping generation.
Diffstat (limited to 'scripts/mk-rescueimage.ppc')
-rw-r--r-- | scripts/mk-rescueimage.ppc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/mk-rescueimage.ppc b/scripts/mk-rescueimage.ppc index 239b91aef..b95494921 100644 --- a/scripts/mk-rescueimage.ppc +++ b/scripts/mk-rescueimage.ppc @@ -142,20 +142,3 @@ for l in cfglines: cfgfile.write('\n' + rescuelines) -## Create a mapping file for HFS stuff -# - -mapcontents = """#e x c t cM -.gz Raw 'ddsk' 'DDim' "Floppy or ramdisk image" -.b Raw 'UNIX' 'tbxi' "Bootstrap" -yaboot Raw 'UNIX' 'boot' "Bootstrap" -vmlinux Raw 'UNIX' 'boot' "Bootstrap" -.conf Raw 'UNIX' 'boot' "Bootstrap" -.msg Raw 'UNIX' 'boot' "Bootstrap" -.txt Raw 'ttxt' 'TEXT' "Text file" -.sit Raw 'SITx' 'SIT!' "StuffIt Expander archive" -* Raw '????' '????' "Unknown""""" - -mapfile = open("%s/mapping" % (destdir,), "w") -mapfile.write(mapcontents) -mapfile.close() |