Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract tar.gz archives from susestudio #8

Open
rominf opened this issue Jul 9, 2014 · 0 comments
Open

Extract tar.gz archives from susestudio #8

rominf opened this issue Jul 9, 2014 · 0 comments

Comments

@rominf
Copy link

rominf commented Jul 9, 2014

SuseStudio generates tar.gz archives for preload usb images. Imagewriter silently writes those archives but this of course produces unbootable usb flash drives.

I propose to automatically extract those archives. Meanwhile I'm using this:

#!/usr/bin/env fish

tar xf $argv[1]
set raw (echo $argv[1] | sed 's/preload\.raw\.tar\.gz/raw.install.raw/')
imagewriter -f $raw
rm $raw   
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant