Re: 192 byte script to partition and format harddrive

2000-10-29 Thread Christoph Lameter
On Sun, 29 Oct 2000, Bernhard R. Link wrote: > > I used it to give the installer the option of skipping all the > > parititoning/formatting prompts. See > > http://openrock.net/tb/patches/boot-floppies* for the patches I applied to > > the boot-floppies. > > > > #!/bin/sh > > echo -e >"1\nd\n2

Re: 192 byte script to partition and format harddrive

2000-10-29 Thread Bernhard R. Link
> I used it to give the installer the option of skipping all the > parititoning/formatting prompts. See > http://openrock.net/tb/patches/boot-floppies* for the patches I applied to > the boot-floppies. > > #!/bin/sh > echo -e >"1\nd\n2\nd\n3\nd\n4\nd\nn\np\n1\n\n+20M\na\n1\nn\np\n2\n\n+200M\n

192 byte script to partition and format harddrive

2000-10-29 Thread Christoph Lameter
Just found this leftover from my changes for the telemetry box distribution. The script deletes all existing paritions and sets up 3 partitions. 20M /boot 200M swap rest / and then formats all of them. I used it to give the installer the option of skipping all the parititoning/formatting promp