S.C.L.U. - SuSE Create Live USB - Version 1.12
by , 15-Dec-2011 at 22:05 (7800 Views)
![]()
I have written a new bash script I am calling SuSE Create Live USB or S.C.L.U. for short. and I have included the eigth basic LiveCD image URL's plus the four normal installation DVD's URL's for openSUSE versions 12.2 and 12.1 but it can be modified to include any openSUSE LiveCD version URL's. When first run, S.C.L.U. will identify your USB Thumb Drive by internal name and drive size, un-mount if it is mounted and allow the selection of one of the 12 openSUSE 12.2 & 12.1 images. The image will be downloaded for you if it is not already in your Downloads folder. In version 1.12 I have added the ability to select an existing ISO file in your default Downloads folder and I have added in the ISO file list for openSUSE 12.2. So, here is S.C.L.U. for your consideration.
To create S.C.L.U., Copy and Paste the text of this script into a text editor and save it as the file sclu in your home area bin folder (~/bin/sclu). The script is too large to be posted in a message here and is now included in SUSE Paste.
S.C.L.U. - SuSE Create Live USB - Version 1.12
Open the above Link in a new Tab. Select the Download option in the top right and then select Open With Kwrite or other text editor and then save the bash script text file as ~/bin/sclu. It is possible to directly download S.C.L.U. using the following terminal command (You must delete or rename the old version of S.C.L.U. first should one exist):
Code:rm ~/bin/scluSave this bash script as the text file slrc in the folder ~/bin (/home/username/bin). This script must be marked executable to be used. Please run the following Terminal command:Code:wget -nc http://paste.opensuse.org/view/download/2364187 -O ~/bin/sclu
It is even possible to string all three of these commands together as one. Copy the following command, open up a terminal session, paste it in and press enter:Code:chmod +x ~/bin/sclu
To use sclu, just open a terminal session and type in the command:Code:rm ~/bin/sclu ; wget -nc http://paste.opensuse.org/view/download/2364187 -O ~/bin/sclu ; chmod +x ~/bin/sclu
If you have downloaded my bash script called asroot then it is possible to run S.C.L.U. without entering the root user password. The syntax would then be:Code:sclu
Where ~/Downloads is the default ISO download folder and must exist. If you have any questions about the usage of this bash script, please let me know.Code:asroot sclu ~/Downloads
Thank You,
Blogs: asroot : Bash : Packet Filter : C.F.U. : GPU's : fewrup : F.S.M. : H.I. : nVIDIA : LNVHW : N.S.F. : S.A.K.C. : MMCHECK
S.A.S.I. : S.C.L.U. : S.G.T.B. : S.K.I.M. : S.L.A.V.E. : S.L.R.C. : S.T.A.R.T. : S.U.F.F. : SYSEdit : systemd : YaST Power








