d3ad7rack / puredarwin

Automatically exported from code.google.com/p/puredarwin
Other
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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?)

Original issue reported on code.google.com by appeng...@puredarwin.org on 2 Jan 2010 at 12:13

GoogleCodeExporter commented 8 years ago
Also, the non-nano build shows the Hexley "Welcome to PureDarwin nano" ASCII 
splash screen

Original comment by appeng...@puredarwin.org on 2 Jan 2010 at 12:24

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

Original comment by appeng...@puredarwin.org on 2 Jan 2010 at 2:25

GoogleCodeExporter commented 8 years ago
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.

Original comment by Aladin.Q...@gmail.com on 3 Jan 2010 at 10:39

GoogleCodeExporter commented 8 years ago
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).

Original comment by appeng...@puredarwin.org on 3 Jan 2010 at 12:23

GoogleCodeExporter commented 8 years ago
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

Original comment by Aladin.Q...@gmail.com on 11 Jan 2010 at 1:56