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

./pd_setup puredarwin.vmwarevm PureDarwin creates 256M ISO which apparently is too small #22

Open
probonopd opened this issue Jul 20, 2015 · 5 comments
Labels

Comments

@probonopd
Copy link
Member

Originally reported on Google Code with ID 16

Running the latest version, ./pd_setup puredarwin.vmwarevm PureDarwin creates 256M ISO
which 
apparently is too small for a full (non-nano) release. (The if clause seems not to
work as intended?)

Reported by appengine@puredarwin.org on 2010-01-02 00:13:20

@probonopd
Copy link
Member Author

Also, the non-nano build shows the Hexley "Welcome to PureDarwin nano" ASCII splash
screen

Reported by appengine@puredarwin.org on 2010-01-02 00:24:16

@probonopd
Copy link
Member Author

Actually, I had used the default configuration which had set PUREDARWIN_RELEASE="nano",
but was building 
"more" than nano anyway...

Reported by appengine@puredarwin.org on 2010-01-02 14:25:15

@probonopd
Copy link
Member Author

Did you also reflect modification on the BINARYROOTS_LIST_FILE variable in pd_config,
as show just below? 

PUREDARWIN_RELEASE="nano"
BINARYROOTS_LIST_FILE="pd_roots.nano"

Can you attach (after reproducing the problem(s)) your pd_config file please?
In the meantime, I should have pushed some commits.

Reported by Aladin.Quet on 2010-01-03 10:39:55

@probonopd
Copy link
Member Author

You are right, I probably had an inconsistent pd_config. Ideally, we would have the
switch between nano and full 
in just one location and the rest would be fully automatic (unless manually overridden).

Reported by appengine@puredarwin.org on 2010-01-03 12:23:43

@probonopd
Copy link
Member Author

The switch between full, bootstrap and nano in "pd_config" now (rev 656529322b) autosets
"the rest".

It can be overridden via exporting the same variable but in the environment, e.g.:
PUREDARWIN_RELEASE="" /usr/local/share/puredarwin/setup/pd_setup full PureDarwin
PUREDARWIN_RELEASE="bootstrap" /usr/local/share/puredarwin/setup/pd_setup boostrap.iso
PureDarwin
PUREDARWIN_RELEASE="nano" /usr/local/share/puredarwin/setup/pd_setup nano.iso PureDarwin

Reported by Aladin.Quet on 2010-01-11 01:56:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant