-
Notifications
You must be signed in to change notification settings - Fork 4
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
Replacement for "AROS Installer" #6
Comments
It's probably possible to do that if we extend InstallerLG slightly. There seems to be lots of knowledge / history embedded in the current solution though. To succeed with this (without spending to much time), we probably need someone familiar with the current tool to give it a go and sum up everything that needs to be done on InstallerLG. |
Someone? Use the source, Luke! :-)
|
Oh, doesn't look so bad after all. I'll probably look into this once I'm pleased with InstallerLG itself. |
:) Does that mean that you're working on it? |
Just playing around with InstallerGen :) |
Great!
You might be interested in the new V44 features as well. Like (effect) and
(showmedia).
Regards,
Ola
Den tors 21 feb. 2019 kl 10:58 skrev Stefan <[email protected]>:
… Some progress [image: aros]
<https://camo.githubusercontent.com/26d6367cc25231cc2d73ce44d9c3d288f7f6fe6f/68747470733a2f2f692e6962622e636f2f376b315a535a7a2f61726f732e706e67>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABeGQZoRyOn_oPRXmnJTv0YpCNz0ya2Gks5vPm21gaJpZM4Wllgt>
.
|
The left window is made by (showmedia) ;-) |
You mean the 'back' button?
Den tors 21 feb. 2019 kl 13:37 skrev Stefan <[email protected]>:
… The left window is made by (showmedia) ;-)
However the default button is lost, maybe because of the radio buttons?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABeGQRJYxMaykK4r1h0vTtubUh7ekKV5ks5vPpMfgaJpZM4Wllgt>
.
|
Aha, no you mean that 'Proceed' isn't activated so that you can proceed
using 'enter'?
Den tors 21 feb. 2019 kl 15:33 skrev rolfkopman <[email protected]>:
… You mean the 'back' button?
Den tors 21 feb. 2019 kl 13:37 skrev Stefan ***@***.***>:
> The left window is made by (showmedia) ;-)
> However the default button is lost, maybe because of the radio buttons?
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#6 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABeGQRJYxMaykK4r1h0vTtubUh7ekKV5ks5vPpMfgaJpZM4Wllgt>
> .
>
|
If so, that's a bug of course. Will look into it.
Den tors 21 feb. 2019 kl 15:34 skrev rolfkopman <[email protected]>:
… Aha, no you mean that 'Proceed' isn't activated so that you can proceed
using 'enter'?
Den tors 21 feb. 2019 kl 15:33 skrev rolfkopman ***@***.***>:
> You mean the 'back' button?
>
> Den tors 21 feb. 2019 kl 13:37 skrev Stefan ***@***.***>:
>
>> The left window is made by (showmedia) ;-)
>> However the default button is lost, maybe because of the radio buttons?
>>
>> —
>> You are receiving this because you commented.
>> Reply to this email directly, view it on GitHub
>> <#6 (comment)>,
>> or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/ABeGQRJYxMaykK4r1h0vTtubUh7ekKV5ks5vPpMfgaJpZM4Wllgt>
>> .
>>
>
|
@sodero The cause is the progress bar! |
Great!
Or, not so great, but it's great that we know the cause :)
Br,
Ola
Den fre 22 feb. 2019 kl 02:21 skrev Stefan <[email protected]>:
… @sodero <https://github.com/sodero> The cause is the progress bar!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABeGQXaWJkIsFXyAmx8xtGh98IQvgaKgks5vP0YMgaJpZM4Wllgt>
.
|
I'm having problems reproducing this problem. Could you send me your script? |
|
Perfect, thanks!
Den tors 28 feb. 2019 09:31Stefan <[email protected]> skrev:
… ; AROS Installer
; $VER: AROS Installer 0.1 (29.12.2018)
; Replacement
; Generated by InstallerGen 1.5!
(complete 0)
(set @App-Name "AROS Installer")
(set @default-dest "Work:")
;
(showmedia "m" "install.logo" "left" "large" 1)
; STEP : FORMAT
(welcome "\033b\nWelcome to the AROS Research OS installer.\n\n \033n\nThis program allows you to install AROS\non your computer's hard disk or an attached USB drive.\n\n\nPlease be aware that the stability of this software\ncannot be guaranteed.\nIt is possible that \033bloss of data\033n may occur\non any drive in your system, including those\nused by other operating systems.\n")
(complete 11)
; STEP : LOCALE
(message ""
)
(complete 22)
; STEP : COPY CORE
(complete 33)
; STEP : COPY EXTRAS
(complete 44)
; STEP : COPY DEVELOPER FILES
(complete 56)
; STEP : INSTALL BOOTLOADER
(message ""
)
(complete 67)
; STEP : PACKAGE CLEANUP
(message ""
)
(complete 78)
; STEP : CREATE ENVIRONMENT VARIABLES THAT POINT TO INSTALLATION LOCATIONS
(message ""
)
(complete 89)
; STEP : EXECUTE EXTERNAL POST-INSTALL SCRIPT
; STEP : UNDORECORD CLEANUP
(message ""
)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABeGQasZbd5Xrb7RXKZQ9VLQYoB0CtYiks5vR5PvgaJpZM4Wllgt>
.
|
How about replacing this tool by an installer script?
Of course we need some kind of partition management, maybe a special HDToolbox mode?
The text was updated successfully, but these errors were encountered: