bootcd.git
17 years ago* Added support to build images with the serial line as the console
Marc Fiuczynski [Wed, 23 Aug 2006 12:50:32 +0000 (12:50 +0000)]
* Added support to build images with the serial line as the console

* Added support to build cramfs based images, which lets one install
  on memory constrained systems.  These are only built when the -a
  flag

* Intermediate images are now built in /data (if available), rather
  than in /tmp.  The reason being that /tmp within a chroot'ed myplc
  environment does not have sufficient space.  Falls back to using
  /tmp if /data is not available

* Made build.sh be backwards compatible with an RC1 based MyPLC
  installations.

17 years ago- also install vconfig, the VLAN configuration utility
Mark Huang [Mon, 21 Aug 2006 20:45:23 +0000 (20:45 +0000)]
- also install vconfig, the VLAN configuration utility

17 years agoInstall supermicro ipnmac utility
Mark Huang [Mon, 21 Aug 2006 20:24:09 +0000 (20:24 +0000)]
Install supermicro ipnmac utility

17 years agoLinux ipnmac utility from SuperMicro
Mark Huang [Mon, 21 Aug 2006 20:23:53 +0000 (20:23 +0000)]
Linux ipnmac utility from SuperMicro

17 years ago- allow IPMI_ADDRESS and IPMI_MAC to be specified
Mark Huang [Mon, 21 Aug 2006 20:23:16 +0000 (20:23 +0000)]
- allow IPMI_ADDRESS and IPMI_MAC to be specified

17 years ago- fix NET_DEVICE parsing implementation to match the comment,
Mark Huang [Mon, 21 Aug 2006 20:23:00 +0000 (20:23 +0000)]
- fix NET_DEVICE parsing implementation to match the comment,
  i.e. accept device name as well. Also cast NET_DEVICE to lowercase so
  that MAC addresses can be compared properly.

17 years ago- initialize IPMI interface (currently only SuperMicro boards are
Mark Huang [Mon, 21 Aug 2006 20:21:32 +0000 (20:21 +0000)]
- initialize IPMI interface (currently only SuperMicro boards are
  supported)

17 years agodev replaced with udev for mkfedora package checking
Thierry Parmentelat [Fri, 11 Aug 2006 12:53:51 +0000 (12:53 +0000)]
dev replaced with udev for mkfedora package checking

17 years ago- use tar instead of cpio so that directories don't get created with
Mark Huang [Fri, 28 Jul 2006 17:15:58 +0000 (17:15 +0000)]
- use tar instead of cpio so that directories don't get created with
  0700 perms

17 years ago- also cleanup after Ctrl-C
Mark Huang [Tue, 25 Jul 2006 23:51:39 +0000 (23:51 +0000)]
- also cleanup after Ctrl-C
- round up ramdisk_size to nearest kilobyte to avoid kernel memory
  contamination if the size of the cpio archives is not a perfect
  multiple of 1024!

17 years ago- get rid of /boot after copying kernel out
Mark Huang [Mon, 24 Jul 2006 15:33:07 +0000 (15:33 +0000)]
- get rid of /boot after copying kernel out

17 years ago- remove /boot (kernel stored on boot media)
Mark Huang [Thu, 20 Jul 2006 19:59:51 +0000 (19:59 +0000)]
- remove /boot (kernel stored on boot media)
- remove /usr/lib/gconv (only used by iconv)
- remove /usr/lib/tls (don't need tls support in the bootcd)

17 years ago- install the cert of the CA that signed the boot server cert on the
Mark Huang [Thu, 13 Jul 2006 17:51:49 +0000 (17:51 +0000)]
- install the cert of the CA that signed the boot server cert on the
  bootcd
- if /etc/planetlab/plc_config is not a valid myplc configuration (maybe
  a myplc-devel configuration), try static configuration

17 years agodo not compile com32 tools
Mark Huang [Sat, 1 Jul 2006 03:13:23 +0000 (03:13 +0000)]
do not compile com32 tools

17 years ago- revert to 1.36 (install boot server cert, which may optionally be a
Mark Huang [Wed, 28 Jun 2006 21:34:51 +0000 (21:34 +0000)]
- revert to 1.36 (install boot server cert, which may optionally be a
  third-party CA cert)

17 years agoadded a comment on the load order among the images
Thierry Parmentelat [Wed, 28 Jun 2006 15:01:01 +0000 (15:01 +0000)]
added a comment on the load order among the images

17 years agoreworked, now uses a third image for holding local customizations - able to generate...
Thierry Parmentelat [Wed, 28 Jun 2006 14:18:11 +0000 (14:18 +0000)]
reworked, now uses a third image for holding local customizations - able to generate a custom node-independent image too

17 years ago- install root CA SSL certificate instead of boot server certificate
Mark Huang [Fri, 23 Jun 2006 20:28:31 +0000 (20:28 +0000)]
- install root CA SSL certificate instead of boot server certificate

17 years ago- remove pycurl from bootcd
Mark Huang [Tue, 30 May 2006 19:09:14 +0000 (19:09 +0000)]
- remove pycurl from bootcd

17 years agosupports partial bootcd in bootcd-custom, merges with CD if found
Thierry Parmentelat [Tue, 23 May 2006 13:07:09 +0000 (13:07 +0000)]
supports partial bootcd in bootcd-custom, merges with CD if found

17 years agoreworked for new CD layout
Thierry Parmentelat [Tue, 23 May 2006 08:58:03 +0000 (08:58 +0000)]
reworked for new CD layout

17 years ago- fix removal of junk; let bash expand the wildcards
Mark Huang [Thu, 18 May 2006 22:30:22 +0000 (22:30 +0000)]
- fix removal of junk; let bash expand the wildcards
- remove precious tarball when done

17 years ago- label step
Mark Huang [Thu, 18 May 2006 22:18:07 +0000 (22:18 +0000)]
- label step

17 years ago- get rid of a lot of unnecessary junk
Mark Huang [Thu, 18 May 2006 21:52:51 +0000 (21:52 +0000)]
- get rid of a lot of unnecessary junk

18 years ago- remove duplicate openssh-clients specification
Mark Huang [Tue, 16 May 2006 18:31:32 +0000 (18:31 +0000)]
- remove duplicate openssh-clients specification
- vanilla yum no longer requires pycurl, but bootmanager implicitly
  does; add an explicit dependency

18 years ago- build FC4 based Boot CD by default
Mark Huang [Mon, 15 May 2006 21:13:58 +0000 (21:13 +0000)]
- build FC4 based Boot CD by default

18 years ago- start udevd if appropriate (FC4)
Mark Huang [Mon, 15 May 2006 21:11:00 +0000 (21:11 +0000)]
- start udevd if appropriate (FC4)

18 years ago- build using fc4, need -k to avoid installing vanilla fc4 kernel
Mark Huang [Mon, 15 May 2006 19:19:55 +0000 (19:19 +0000)]
- build using fc4, need -k to avoid installing vanilla fc4 kernel

18 years ago- build with fc4 filesystem
Mark Huang [Mon, 15 May 2006 19:19:33 +0000 (19:19 +0000)]
- build with fc4 filesystem
- rename bootcd_v3 to bootcd

18 years agoremove generated files
Mark Huang [Mon, 15 May 2006 19:15:56 +0000 (19:15 +0000)]
remove generated files

18 years agoisolinux, plnode.txt and boot.cat move one dir up to the CD image root
Thierry Parmentelat [Wed, 3 May 2006 07:42:31 +0000 (07:42 +0000)]
isolinux, plnode.txt and boot.cat move one dir up to the CD image root

18 years ago- dirname no longer in /bin
Mark Huang [Wed, 12 Apr 2006 20:42:59 +0000 (20:42 +0000)]
- dirname no longer in /bin

18 years ago*** empty log message ***
Mark Huang [Fri, 7 Apr 2006 03:59:10 +0000 (03:59 +0000)]
*** empty log message ***

18 years ago- fix /etc/issue generation
Mark Huang [Fri, 7 Apr 2006 03:58:07 +0000 (03:58 +0000)]
- fix /etc/issue generation

18 years ago- provide a better /etc/issue message
Mark Huang [Fri, 7 Apr 2006 03:50:08 +0000 (03:50 +0000)]
- provide a better /etc/issue message

18 years ago- define default PATH
Mark Huang [Mon, 3 Apr 2006 20:07:45 +0000 (20:07 +0000)]
- define default PATH

18 years ago- move the default PLC BootCD image into a subpackage
Mark Huang [Mon, 3 Apr 2006 19:36:49 +0000 (19:36 +0000)]
- move the default PLC BootCD image into a subpackage
- the bootcd package now just contains the reference image and the
  customization script

18 years ago- move most of the old build.sh script here. This script builds the bulk
Mark Huang [Mon, 3 Apr 2006 19:35:39 +0000 (19:35 +0000)]
- move most of the old build.sh script here. This script builds the bulk
  of the bootcd ahead of time; build.sh now just customizes it based on
  MyPLC variables or static configurations specified with -c
- make this script use mkfedora

18 years ago- make this script a quick reconfigure script by splitting the cd into 2
Mark Huang [Mon, 3 Apr 2006 19:33:56 +0000 (19:33 +0000)]
- make this script a quick reconfigure script by splitting the cd into 2
  initramfs images, one that is built by prep.sh ahead of time, and one
  that is (quickly) built by this script
- this requires syslinux-3.08, now checked in as source

18 years agoThis commit was generated by cvs2svn to compensate for changes in r1815,
Mark Huang [Mon, 3 Apr 2006 19:33:23 +0000 (19:33 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1815,
which included commits to RCS files with non-trunk default branches.

18 years ago- set hostname when configuring statically
Mark Huang [Mon, 3 Apr 2006 19:28:21 +0000 (19:28 +0000)]
- set hostname when configuring statically

18 years ago- just support biginitrd from now on; find can stay in /usr/bin
Mark Huang [Mon, 3 Apr 2006 19:28:11 +0000 (19:28 +0000)]
- just support biginitrd from now on; find can stay in /usr/bin

18 years ago- run createrepo as well
Mark Huang [Tue, 21 Mar 2006 14:57:29 +0000 (14:57 +0000)]
- run createrepo as well
- if run under sudo, allow user to delete the headers/ and repodata/
  directories

18 years ago- run yum-arch on Bootstrap RPMS directory before using
Mark Huang [Fri, 10 Mar 2006 18:20:34 +0000 (18:20 +0000)]
- run yum-arch on Bootstrap RPMS directory before using

18 years agoCorrection from previous commit.
Marc Fiuczynski [Wed, 1 Feb 2006 19:29:33 +0000 (19:29 +0000)]
Correction from previous commit.

Check if /usr is in the ramdisk by comparing /usr/isolinux/pl_version
with /pl_version. If it is, then there is no need to try and mount it
from some device.

18 years agoCheck for plnode.txt in / on the ram disk first before checking everything else.
Marc Fiuczynski [Wed, 1 Feb 2006 19:27:15 +0000 (19:27 +0000)]
Check for plnode.txt in / on the ram disk first before checking everything else.

18 years agoBump version number.
Marc Fiuczynski [Wed, 1 Feb 2006 19:25:52 +0000 (19:25 +0000)]
Bump version number.

Refactored old build_initrd() into init_initrd() and a new build_initd().
The new build_initrd() can be used to create both a big and small initrd.

18 years agoBump version number.
Marc Fiuczynski [Wed, 1 Feb 2006 19:22:47 +0000 (19:22 +0000)]
Bump version number.

bzip and md5sum new biginitrd image.

18 years agocan make multiple CDs in a single run
Thierry Parmentelat [Fri, 16 Dec 2005 11:42:18 +0000 (11:42 +0000)]
can make multiple CDs in a single run

18 years agofixed for when the nodeconf is a symlink
Thierry Parmentelat [Fri, 16 Dec 2005 08:43:33 +0000 (08:43 +0000)]
fixed for when the nodeconf is a symlink

18 years agosupport pldistro "variants"
Mark Huang [Thu, 15 Dec 2005 16:50:39 +0000 (16:50 +0000)]
support pldistro "variants"

18 years agocreation
Thierry Parmentelat [Mon, 5 Dec 2005 13:35:40 +0000 (13:35 +0000)]
creation

this shell script allows to create a node-dependant ISO image

18 years ago- Some temporary cdroot files like /var/empty/sshd and
Mark Huang [Thu, 1 Dec 2005 23:30:03 +0000 (23:30 +0000)]
- Some temporary cdroot files like /var/empty/sshd and
  /usr/bin/sudo get created with non-readable permissions.

18 years ago- use the rollout yumgroups.xml for now (which contains the BootCD group
Mark Huang [Wed, 30 Nov 2005 19:00:42 +0000 (19:00 +0000)]
- use the rollout yumgroups.xml for now (which contains the BootCD group
  definition)

18 years ago- PL6755 fix: use planetlab-rollout/yumgroups.xml file (which contains
Mark Huang [Sun, 27 Nov 2005 17:21:02 +0000 (17:21 +0000)]
- PL6755 fix: use planetlab-rollout/yumgroups.xml file (which contains
  the BootCD group definition) until the 3.2 rollout is complete and the
  /planetlab/yumgroups.xml file contains the BootCD group.

18 years agoadd bootcd_v3 to automated build
Mark Huang [Mon, 21 Nov 2005 22:35:03 +0000 (22:35 +0000)]
add bootcd_v3 to automated build

18 years ago- yum.conf is now generated on the fly by the build script
Mark Huang [Mon, 21 Nov 2005 22:34:51 +0000 (22:34 +0000)]
- yum.conf is now generated on the fly by the build script
- BootCD group now defined in standard build/groups/v3_yumgroups.xml file

18 years ago- update build sources section: build sources are now pulled from the
Mark Huang [Mon, 21 Nov 2005 22:34:19 +0000 (22:34 +0000)]
- update build sources section: build sources are now pulled from the
configured boot server

18 years ago- bump version number
Mark Huang [Mon, 21 Nov 2005 22:33:46 +0000 (22:33 +0000)]
- bump version number
- check for bootmanager-* directories as well (automated build appends
  version strings to exported build directories)
- generate yum.conf on the fly
- solve the bootstrap problem by also including any just built packages
  in yum.conf
- retrieve yumgroups.xml from the configured boot server
- add /sbin and /usr/sbin to su programs, in case we're running under
  sudo and they're not in build's PATH

18 years agorebuild to fix grammar errors
Aaron Klingaman [Fri, 18 Nov 2005 18:46:32 +0000 (18:46 +0000)]
rebuild to fix grammar errors

18 years agofix grammar errors
Aaron Klingaman [Fri, 18 Nov 2005 18:39:54 +0000 (18:39 +0000)]
fix grammar errors

18 years agofirst version of boot cd documentation (3.x cds)
Aaron Klingaman [Thu, 17 Nov 2005 20:18:13 +0000 (20:18 +0000)]
first version of boot cd documentation (3.x cds)

18 years agoworking draft of boot cd v3 documentation
Aaron Klingaman [Wed, 16 Nov 2005 23:04:12 +0000 (23:04 +0000)]
working draft of boot cd v3 documentation

18 years agoThis change is for yum-2.4 from fc4
Thierry Parmentelat [Thu, 3 Nov 2005 16:24:00 +0000 (16:24 +0000)]
This change is for yum-2.4 from fc4

when we build the CD from an fc4 node, we want the yum client to ignore
/etc/yum.repos.d/

This probably would still make sense if the nodes were to run fc4 too.

18 years agoWhen using yum-2.4 from fc4 to build the bootcd, we get a huge
Thierry Parmentelat [Thu, 3 Nov 2005 16:23:28 +0000 (16:23 +0000)]
When using yum-2.4 from fc4 to build the bootcd, we get a huge
directory under <cdroot>/var/yum/cache (in the 100Mb)
It is thus relocated under usr/relocated/var/cache/ and a symlink is
created, in much the same way as for /var/lib/rpm

Not sure that makes sense to keep all this though, but for now it
allows to proceed

18 years ago- if using it to boot, mount the flash device at /tmp/<partition>
Mark Huang [Tue, 21 Jun 2005 21:21:39 +0000 (21:21 +0000)]
- if using it to boot, mount the flash device at /tmp/<partition>
  instead of trying to be clever and temporarily mounting it at
  /usr. Being clever confuses "mount /usr" in BootServerRequest.py,
  causing it to re-mount the FAT filesystem a third time on top of /usr
  instead of leaving it alone as already mounted.

18 years ago- leave 1 MB of free space on the USB image filesystem
Mark Huang [Tue, 21 Jun 2005 21:19:15 +0000 (21:19 +0000)]
- leave 1 MB of free space on the USB image filesystem

18 years ago- trick rpm and yum into only installing en_US locale and no docs when
Mark Huang [Tue, 21 Jun 2005 19:09:53 +0000 (19:09 +0000)]
- trick rpm and yum into only installing en_US locale and no docs when
  using rpm --root or yum --installroot

18 years ago- bump version number of BootCD now that we support USB flash
Mark Huang [Tue, 21 Jun 2005 18:56:58 +0000 (18:56 +0000)]
- bump version number of BootCD now that we support USB flash

18 years agobuild a USB image as well
Mark Huang [Tue, 21 Jun 2005 18:50:48 +0000 (18:50 +0000)]
build a USB image as well

18 years ago- when checking removable flash devices, check all partitions on it
Mark Huang [Tue, 21 Jun 2005 18:50:18 +0000 (18:50 +0000)]
- when checking removable flash devices, check all partitions on it
  (including the case when there are no partitions on it (e.g. just
  /dev/sda instead of /dev/sda1), i.e. the way I'm about to recommend
  that the flash devices be formatted in the documentation: dd
  if=PlanetLab-BootCD-3.0.usb of=/dev/sda)

18 years ago- add support for booting from USB flash device.
Mark Huang [Tue, 21 Jun 2005 18:48:19 +0000 (18:48 +0000)]
- add support for booting from USB flash device.
- the way this works is to loopback mount the usual ISO9660 image, which
  should reside as a regular file on the (presumably FAT) filesystem on
  the key.

18 years agofinal 3.0 image
Aaron Klingaman [Tue, 7 Jun 2005 15:14:07 +0000 (15:14 +0000)]
final 3.0 image

18 years agochange boot cd repo name, remove 'test' since we are long beyond that.
Aaron Klingaman [Fri, 3 Jun 2005 17:25:26 +0000 (17:25 +0000)]
change boot cd repo name, remove 'test' since we are long beyond that.

18 years agoadd default usb system wait period
Aaron Klingaman [Fri, 27 May 2005 19:04:48 +0000 (19:04 +0000)]
add default usb system wait period

18 years ago- move flash device delay from pl_netinit to pl_hwinit
Aaron Klingaman [Fri, 27 May 2005 18:06:56 +0000 (18:06 +0000)]
- move flash device delay from pl_netinit to pl_hwinit
- rather than just wait for a blind 15seconds, wait up to 30 seconds
  checking /sys/devices to see if drivers are loaded for the mass storage
  devices, checking every 5 seconds
- above change requires the find and dirname binaries, which were moved
  from /usr/bin to /bin (by build.sh)

18 years agoincrease delay for flash devices, output lspci lines for network adapters
Aaron Klingaman [Fri, 27 May 2005 14:52:24 +0000 (14:52 +0000)]
increase delay for flash devices, output lspci lines for network adapters
if net initialization fails (so it is easy for users to email us when
the cd doesn't support their net adapters)

18 years agomove the merge_hw_tables.py script to the bootmanager, and call it from there
Aaron Klingaman [Fri, 27 May 2005 14:51:22 +0000 (14:51 +0000)]
move the merge_hw_tables.py script to the bootmanager, and call it from there

18 years agomoved to boot manager
Aaron Klingaman [Fri, 20 May 2005 15:18:32 +0000 (15:18 +0000)]
moved to boot manager

19 years agofor backwards compatibilty, copy primary server cacert to old directory
Aaron Klingaman [Mon, 9 May 2005 17:04:11 +0000 (17:04 +0000)]
for backwards compatibilty, copy primary server cacert to old directory
/usr/bootme/cacert/<server>/cacert.pem

19 years ago- make the EXTRA_VERSION part come before the primary version, so the
Aaron Klingaman [Mon, 9 May 2005 15:04:54 +0000 (15:04 +0000)]
- make the EXTRA_VERSION part come before the primary version, so the
version files on the boot cd always end with the major/minor numbers (easier
parsing)
- remove  ability to specify output iso name, build it from the version info

19 years agoadd sharutils (for uudecode/uuencode) to cd
Aaron Klingaman [Mon, 9 May 2005 14:32:25 +0000 (14:32 +0000)]
add sharutils (for uudecode/uuencode) to cd

19 years agohow bind-utils isn't on the cd until now is beyond me. this adds the host
Aaron Klingaman [Thu, 5 May 2005 18:07:58 +0000 (18:07 +0000)]
how bind-utils isn't on the cd until now is beyond me. this adds the host
command.

19 years agoup contact attempts to 3 and print a message indicating which server
Aaron Klingaman [Wed, 4 May 2005 18:09:08 +0000 (18:09 +0000)]
up contact attempts to 3 and print a message indicating which server
(primary/backup) we are attempting to connect to.

19 years ago- update build process to support multiple boot cd configurations
Aaron Klingaman [Wed, 4 May 2005 16:50:14 +0000 (16:50 +0000)]
- update build process to support multiple boot cd configurations
  (different set of servers to contact, etc)
- make default configuration one that contacts plc, backup server boot1 at
  plc
- modify pl_boot script to contact backup server after a number of failures

19 years agopath for sleep wrong
Aaron Klingaman [Tue, 3 May 2005 21:24:00 +0000 (21:24 +0000)]
path for sleep wrong

19 years agodoesn't work, no point in keeping it or fixing it
Aaron Klingaman [Tue, 3 May 2005 19:40:59 +0000 (19:40 +0000)]
doesn't work, no point in keeping it or fixing it

19 years agorun all configuration files through dos2unix
Aaron Klingaman [Fri, 29 Apr 2005 19:33:37 +0000 (19:33 +0000)]
run all configuration files through dos2unix

19 years agoadd dos utility rpms
Aaron Klingaman [Fri, 29 Apr 2005 19:27:58 +0000 (19:27 +0000)]
add dos utility rpms

19 years agoupdate the version file in the old location (used for backward compatibility)
Aaron Klingaman [Fri, 29 Apr 2005 18:50:49 +0000 (18:50 +0000)]
update the version file in the old location (used for backward compatibility)

19 years agoa few typos created the nice chain of events:
Aaron Klingaman [Thu, 28 Apr 2005 18:23:11 +0000 (18:23 +0000)]
a few typos created the nice chain of events:
1. modules.dep was not being read for the list of modules
2. the script merges pcitable (from hwdata) based on the list of modules
   (which wasn't present)
3. this resulted in a few modules not being loaded by the boot cd when
   appropriate, including the mptscsih driver for the scsi controllers
   in dell 1850s
the cd worked fine otherwise because it successfully read modules.pcimap
which is generated based on the PCI_ENTRY fields in the drivers. For some
reason, the mptscsih driver DOESN'T have a PCI_ENTRY in its driver,
so it doesn't show up there. fedora's pcitable (from hwdata) has
it, which is why the two sources need to be merged.

19 years agoupdate net init scripts and basic validate script to use
Aaron Klingaman [Wed, 27 Apr 2005 21:05:25 +0000 (21:05 +0000)]
update net init scripts and basic validate script to use
new fields for the boot manager (NODE_KEY, NODE_ID, and NET_DEVICE)

19 years agobump release number
Aaron Klingaman [Wed, 27 Apr 2005 21:00:15 +0000 (21:00 +0000)]
bump release number

19 years agoenable configuration files to be located in numerous places, including
Aaron Klingaman [Wed, 27 Apr 2005 20:58:59 +0000 (20:58 +0000)]
enable configuration files to be located in numerous places, including
enabling support for usb based flash disks.

19 years agonet.ipv4.tcp_default_win_scale removed in 2.6.10, use
Aaron Klingaman [Tue, 5 Apr 2005 19:09:51 +0000 (19:09 +0000)]
net.ipv4.tcp_default_win_scale removed in 2.6.10, use
net.ipv4.tcp_window_scaling instead

19 years agoadd a nice little hack to make sure that yum installs all the rpms
Aaron Klingaman [Fri, 1 Apr 2005 19:18:00 +0000 (19:18 +0000)]
add a nice little hack to make sure that yum installs all the rpms
in the bootcd group, so the script will fail if anything is missing

19 years agomake version 0.3, 0.2 was built on an incorrect kernel rpm and was pulled
Aaron Klingaman [Tue, 29 Mar 2005 19:43:25 +0000 (19:43 +0000)]
make version 0.3, 0.2 was built on an incorrect kernel rpm and was pulled

19 years ago- bump ramdisk size to 64mb to handle kernels with all modules
Aaron Klingaman [Thu, 24 Mar 2005 18:40:32 +0000 (18:40 +0000)]
- bump ramdisk size to 64mb to handle kernels with all modules
- bump version to 0.2: rebuilt with latest 2.6.8 planetlab kernel
- make sure the script exits if the ramdisk creation fails

19 years agocall sysctl -e -p to load /etc/sysctl.conf
Aaron Klingaman [Tue, 7 Dec 2004 16:32:02 +0000 (16:32 +0000)]
call sysctl -e -p to load /etc/sysctl.conf

19 years agospelling mistake in message output
Aaron Klingaman [Tue, 7 Dec 2004 16:20:00 +0000 (16:20 +0000)]
spelling mistake in message output