Sawbones Surio | 18 May 2013 22:02
Picon
Gravatar

Facing issues in setting up persistency. Using the grml-rescueboot option

Hello,
  This is my third attempt at getting grml to run persistently.

Previous attempts used grml2usb to install it in tandem with other OSs, first using the grub, and subsequently syslinux. Both attempts ended badly. So, the third time, it was decided to opt for the option, grml-rescueboot to get things going.

0. Get a working Linux Mint system (extended partition sdX5). fdisk -l output is provided below.
1. Copied the grml64.iso into /boot/grml
2. Set up a separate partition called grml-home ( ---"--"--- sdX10) for persistence.
3. Created persistence.conf in the / of grml-home and added all the paths as prescribed in the wiki.
4. Having already installed the grml-rescueboot package, running update-grub added the iso into the menu.
5. Reboot, and choose grml64.iso
6. In the subsequent menu, chose the persistence option
7. Was provided with the following (approximately):

BOOT_IMAGE=/boot/grml64full/vmlinuz apm=power-off boot=live live-media-path=/live/grml64-full/ bootid=grml64full201302 nomce findiso=/boot/grml/grml64-full_2013.02.iso "${loopback}" "$kernelopts" persistence
8. After persistence, appended the following:  persistence-label=grml-home
9. Continue boot. During the boot, the messages scroll too quickly to make out if the persistence system is mounted or not.
10. mount on the command line gives:
grml <at> grml ~ % mount
tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=755,size=10%,mode=755)
tmpfs on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880,mode=1777,size=5242880,mode=1777)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
rootfs on / type rootfs (rw)
/dev/loop0 on /lib/live/mount/medium type iso9660 (ro,noatime)
/dev/loop1 on /lib/live/mount/rootfs/grml64-full.squashfs type squashfs (ro,noatime)
tmpfs on /lib/live/mount/overlay type tmpfs (rw,noatime,mode=755)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
configfs on /sys/kernel/config type configfs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
grml <at> grml ~ %

So, grml-home is not mounted or being used at all. And cat /proc/cmdline gives:
BOOT_IMAGE=/boot/grml64full/vmlinuz apm=power-off boot=live live-media-path=/live/grml64-full/ bootid=grml64full201302 nomce findiso=/boot/grml/grml64-full_2013.02.iso "   " persistence persistence-label=grml-home

Basically, no persistence partition was mounted. Despite the label added as a boot time. :-/
I would also like to bring your attention to the empty quotes in the above cmdline screen output.

Last but not the least, here is the output of fdisk, to let you know my disk configuration:
grml <at> grml ~ % fdisk -l

Disk /dev/sdb: 60.0 GB, 60011642880 bytes
64 heads, 32 sectors/track, 57231 cylinders, total 117210240 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000a9f2a

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *        2048      200703       99328   83  Linux
/dev/sdb2          200704     6492159     3145728   82  Linux swap / Solaris
/dev/sdb3         6492160    48435199    20971520   83  Linux
/dev/sdb4        48435200   117209087    34386944    5  Extended
/dev/sdb5        48437248    69408767    10485760   83  Linux  ## Linux Mint
/dev/sdb6        69410816    86188031     8388608   83  Linux
/dev/sdb7        86190080    92049407     2929664   83  Linux
/dev/sdb8        92051456    95956991     1952768   83  Linux
/dev/sdb9        95959040    97535999      788480   83  Linux # contains failed grml2usb --grub install
/dev/sdb10       97538048    98887679      674816   83  Linux ## grml-home
/dev/sdb11       98889728   101818367     1464320   83  Linux
/dev/sdb12      101820416   109631487     3905536   83  Linux
/dev/sdb13      109633536   117209087     3787776   83  Linux

Disk /dev/sdc: 4089 MB, 4089446400 bytes
61 heads, 60 sectors/track, 2182 cylinders, total 7987200 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1            8192     7987199     3989504    7  HPFS/NTFS/exFAT
grml <at> grml ~ %
 

So, my questions,
a) is there something extra that needs doing?
b) why is persistence.conf or persistence-label not being picked up and honoured ?
b) why those spaces in quotes in the commandline in the final output?
d) .................................. ?

I would greatly appreciate any insight from your end that I might be missing here. I would like to get this thing going forward, and recognising the grml-home partition and storing all my settings for the next session would be just fantastic.

Many thanks in advance.
Surio.

<div>
<p>Hello,<br>&nbsp; This is my third attempt at getting grml to run persistently.<br><br>Previous attempts used grml2usb to install it in tandem with other OSs, first using the grub, and subsequently syslinux. Both attempts ended badly. So, the third time, it was decided to opt for the option, grml-rescueboot to get things going.<br><br>0. Get a working Linux Mint system (extended partition sdX5). fdisk -l output is provided below.<br>1. Copied the grml64.iso into /boot/grml<br>2. Set up a separate partition called grml-home ( ---"--"--- sdX10) for persistence. <br>
3. Created persistence.conf in the / of grml-home and added all the paths as prescribed in the wiki.<br>4. Having already installed the grml-rescueboot package, running update-grub added the iso into the menu.<br>5. Reboot, and choose grml64.iso<br>
6. In the subsequent menu, chose the persistence option<br>7. Was provided with the following (approximately):<br></p>
<blockquote class="gmail_quote">
BOOT_IMAGE=/boot/grml64full/vmlinuz apm=power-off boot=live live-media-path=/live/grml64-full/ bootid=grml64full201302 nomce findiso=/boot/grml/grml64-full_2013.02.iso "${loopback}" "$kernelopts" persistence<br>
</blockquote>8. After persistence, appended the following:&nbsp; persistence-label=grml-home<br>9. Continue boot. During the boot, the messages scroll too quickly to make out if the persistence system is mounted or not. <br>10. mount on the command line gives:<br><blockquote class="gmail_quote">grml <at> grml ~ % mount<br>tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=755,size=10%,mode=755)<br>
tmpfs on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880,mode=1777,size=5242880,mode=1777)<br>proc on /proc type proc (rw,noexec,nosuid,nodev)<br>sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)<br>udev on /dev type tmpfs (rw,mode=0755)<br>
rootfs on / type rootfs (rw)<br>/dev/loop0 on /lib/live/mount/medium type iso9660 (ro,noatime)<br>/dev/loop1 on /lib/live/mount/rootfs/grml64-full.squashfs type squashfs (ro,noatime)<br>tmpfs on /lib/live/mount/overlay type tmpfs (rw,noatime,mode=755)<br>
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)<br>configfs on /sys/kernel/config type configfs (rw)<br>fusectl on /sys/fs/fuse/connections type fusectl (rw)<br>grml <at> grml ~ % <br>
</blockquote>
<br>So, grml-home is not mounted or being used at all. And cat /proc/cmdline gives:<br><blockquote class="gmail_quote">BOOT_IMAGE=/boot/grml64full/vmlinuz apm=power-off boot=live live-media-path=/live/grml64-full/ bootid=grml64full201302 nomce findiso=/boot/grml/grml64-full_2013.02.iso "&nbsp;&nbsp; " persistence persistence-label=grml-home<br>
</blockquote>
<br>Basically, no persistence partition was mounted. Despite the label added as a boot time. :-/<br>I would also like to bring your attention to the empty quotes in the above cmdline screen output.<br><br>Last but not the least, here is the output of fdisk, to let you know my disk configuration:<br><blockquote class="gmail_quote">grml <at> grml ~ % fdisk -l<br><br>Disk /dev/sdb: 60.0 GB, 60011642880 bytes<br>64 heads, 32 sectors/track, 57231 cylinders, total 117210240 sectors<br>
Units = sectors of 1 * 512 = 512 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br>Disk identifier: 0x000a9f2a<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sdb1&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2048&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 200703&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 99328&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 200704&nbsp;&nbsp;&nbsp;&nbsp; 6492159&nbsp;&nbsp;&nbsp;&nbsp; 3145728&nbsp;&nbsp; 82&nbsp; Linux swap / Solaris<br>/dev/sdb3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6492160&nbsp;&nbsp;&nbsp; 48435199&nbsp;&nbsp;&nbsp; 20971520&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48435200&nbsp;&nbsp; 117209087&nbsp;&nbsp;&nbsp; 34386944&nbsp;&nbsp;&nbsp; 5&nbsp; Extended<br>
/dev/sdb5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48437248&nbsp;&nbsp;&nbsp; 69408767&nbsp;&nbsp;&nbsp; 10485760&nbsp;&nbsp; 83&nbsp; Linux&nbsp; ## Linux Mint<br>/dev/sdb6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 69410816&nbsp;&nbsp;&nbsp; 86188031&nbsp;&nbsp;&nbsp;&nbsp; 8388608&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 86190080&nbsp;&nbsp;&nbsp; 92049407&nbsp;&nbsp;&nbsp;&nbsp; 2929664&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 92051456&nbsp;&nbsp;&nbsp; 95956991&nbsp;&nbsp;&nbsp;&nbsp; 1952768&nbsp;&nbsp; 83&nbsp; Linux<br>
/dev/sdb9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 95959040&nbsp;&nbsp;&nbsp; 97535999&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 788480&nbsp;&nbsp; 83&nbsp; Linux # contains failed grml2usb --grub install<br>/dev/sdb10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 97538048&nbsp;&nbsp;&nbsp; 98887679&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 674816&nbsp;&nbsp; 83&nbsp; Linux ## grml-home<br>/dev/sdb11&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 98889728&nbsp;&nbsp; 101818367&nbsp;&nbsp;&nbsp;&nbsp; 1464320&nbsp;&nbsp; 83&nbsp; Linux<br>
/dev/sdb12&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 101820416&nbsp;&nbsp; 109631487&nbsp;&nbsp;&nbsp;&nbsp; 3905536&nbsp;&nbsp; 83&nbsp; Linux<br>/dev/sdb13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 109633536&nbsp;&nbsp; 117209087&nbsp;&nbsp;&nbsp;&nbsp; 3787776&nbsp;&nbsp; 83&nbsp; Linux<br><br>Disk /dev/sdc: 4089 MB, 4089446400 bytes<br>61 heads, 60 sectors/track, 2182 cylinders, total 7987200 sectors<br>
Units = sectors of 1 * 512 = 512 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br>Disk identifier: 0x00000000<br><br>&nbsp;&nbsp; Device Boot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Blocks&nbsp;&nbsp; Id&nbsp; System<br>
/dev/sdc1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8192&nbsp;&nbsp;&nbsp;&nbsp; 7987199&nbsp;&nbsp;&nbsp;&nbsp; 3989504&nbsp;&nbsp;&nbsp; 7&nbsp; HPFS/NTFS/exFAT<br>grml <at> grml ~ % <br>
</blockquote>&nbsp;<br><br>So, my questions, <br>a) is there something extra that needs doing?<br>b) why is persistence.conf or persistence-label not being picked up and honoured ?<br>
b) why those spaces in quotes in the commandline in the final output?<br>d) .................................. ?<br><br>I would greatly appreciate any insight from your end that I might be missing here. I would like to get this thing going forward, and recognising the grml-home partition and storing all my settings for the next session would be just fantastic. <br><br>Many thanks in advance.<br>Surio.<br><br>
</div>
treaki | 7 May 2013 23:07

Grml download size

Hi,

at first thanks for the good work. in my oppinion you offer the best
linux live cd. but i have one thing to inprove:

at your download site is written that the multiarch download size is
700MB. But infact that are  731MB to download. normaly its ok to round
such sizes but at this point it isnt. im sure you know why :)

so please correct this

greetings and keep up the good work

treaki

--

-- 
|_|0|_|
|_|_|0|
|0|0|0|

http://treaki.tk/ 
http://treaki.ath.cx/

f gr | 1 May 2013 16:46
Face
Picon

odd console output

Hello.
I use grml's zsh configuration on my distro.
If I run the system by runlevel 1 (or 3) and type the command ls, zsh
shows the following (as a normal user the same):

;root <at> hostname: ls [without any line breaks]

The odd thing is that when I run the shell by a terminal emulator (in
my case xfce4-terminal) the output is OK.

set nomail on zifumuur

f gr | 1 May 2013 16:36
Face
Picon

odd console output

Hello.
If I run the system by runlevel 1 (or 3) and type the command ls, zsh
shows the following (as a normal user the same):

;root <at> hostname: ls [without any line breaks]

The odd thing is that when I run the shell by a terminal emulator (in
my case xfce4-terminal) the output is OK.

set authenticate zifumuur

set delivery off

Lupe Christoph | 21 Apr 2013 12:13
Picon
Gravatar

partition tables

Hi!

I just wrote GRML 96 Full 2013.02 to a new USB stick and wanted to
adjust the partition table. But that wasn't valid (I'll demonstrate
using the ISO):

------------------------------------------------------------------------
$ fdisk -l /sw/archive/grml/grml96-full_2013.02.iso 

WARNING: GPT (GUID Partition Table) detected on '/sw/archive/grml/grml96-full_2013.02.iso'! The
util fdisk doesn't support GPT. Use GNU Parted.

$ gdisk -l /sw/archive/grml/grml96-full_2013.02.iso 
GPT fdisk (gdisk) version 0.8.5

Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: present

Found valid MBR and GPT. Which do you want to use?
 1 - MBR
 2 - GPT
 3 - Create blank GPT

Your answer: 1
Warning! Main partition table overlaps the first partition by 34 blocks!
You will need to delete this partition or resize it in another utility.

Warning! Secondary partition table overlaps the last partition by
33 blocks!
You will need to delete this partition or resize it in another utility.
Disk /sw/archive/grml/grml96-full_2013.02.iso: 1497088 sectors, 731.0 MiB
Logical sector size: 512 bytes
Disk identifier (GUID): EE7463AF-ED0A-4537-A878-963CCF70DFD9
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1497054
Partitions will be aligned on 2048-sector boundaries
Total free space is 0 sectors (0 bytes)

Number  Start (sector)    End (sector)  Size       Code  Name

$ gdisk -l /sw/archive/grml/grml96-full_2013.02.iso 
GPT fdisk (gdisk) version 0.8.5

Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: present

Found valid MBR and GPT. Which do you want to use?
 1 - MBR
 2 - GPT
 3 - Create blank GPT

Your answer: 2
Using GPT and creating fresh protective MBR.
Warning! Main partition table overlaps the first partition by 34 blocks!
You will need to delete this partition or resize it in another utility.
Disk /sw/archive/grml/grml96-full_2013.02.iso: 1497088 sectors, 731.0 MiB
Logical sector size: 512 bytes
Disk identifier (GUID): 7A9EDD46-5620-4D0E-B375-F3D2B5CB6FC1
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1497054
Partitions will be aligned on 64-sector boundaries
Total free space is 642 sectors (321.0 KiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   2         1459520         1461247   864.0 KiB   0700  卉䡏批楲d敶╛嵤›搥
------------------------------------------------------------------------

We'll I can't read Chinese, maybe somebody can translate? ;-)

The stick boots OK in MBR mode on a SONY VAIO with UEFI.

I found strange partition tables on other ISOs, even older ones.

Can you investigate how these partition tables are generated and fix
that? It would be useful if you could change them on the stick with
fdisk.

Thank you!
Lupe Christoph

PS: I'll use grml2usb for now.
--

-- 
| It is a well-known fact in any organisation that, if you want a job    |
| done, you should give it to someone who is already very busy.          |
| Terry Pratchett, "Unseen Academicals"                                  |
_______________________________________________
Grml mailing list - Grml <at> ml.grml.org
http://ml.grml.org/mailman/listinfo/grml
join #grml on irc.freenode.org
grml-devel-blog: http://blog.grml.org/
Dietmar Segbert | 28 Mar 2013 18:51
Picon
Favicon

installing onto harddisc?

Hello

can i install the latest grml on to a harddisk?
I want to use grml on a dualbootsystem with windows8.

Is speakup, brltty and espeakup or speechdispatcher included in the latest  
grml-version and is there a switch swspeak or blrtty?

Regards.

Dietmar
Michael Prokop | 25 Mar 2013 10:47
Favicon

RC: disable zshrc's share_history feature by default?

Hi,

Grml's zshrc [http://grml.org/zsh/] uses 'setopt share_history' by
default since ages.

This option is responsible for making the history of one Zsh session
available to others "kind-of-immediately". So when sending 'echo
foobar' in one terminal, then pressing e.g. <return> in another zsh
session of the same user then cursor up will show 'echo foobar' on
the command line.

While I personally like the feature and somewhat got used to it it's
also one of the most discussed settings of grml-zshrc. It has the
potential to do harm, especially if you aren't aware of that
feature.

This is why I'd like to disable this setting by default (but provide
it as commented feature so it's trivial to just enable it on
request). Of course you will be able to just customize it via e.g.
.zshrc.local, it's really just about the default behaviour.

Any objections against that switch? Happy to hear your {N,}ACKs. :)

regards,
-mika-
Hi,

Grml's zshrc [http://grml.org/zsh/] uses 'setopt share_history' by
default since ages.

This option is responsible for making the history of one Zsh session
available to others "kind-of-immediately". So when sending 'echo
foobar' in one terminal, then pressing e.g. <return> in another zsh
session of the same user then cursor up will show 'echo foobar' on
the command line.

While I personally like the feature and somewhat got used to it it's
also one of the most discussed settings of grml-zshrc. It has the
potential to do harm, especially if you aren't aware of that
feature.

This is why I'd like to disable this setting by default (but provide
it as commented feature so it's trivial to just enable it on
request). Of course you will be able to just customize it via e.g.
.zshrc.local, it's really just about the default behaviour.

Any objections against that switch? Happy to hear your {N,}ACKs. :)

regards,
-mika-
Josh Lawrence | 14 Mar 2013 22:57

Persistence not working

Hello all,

I cannot get persistency to work with grml 2013.02.  I'm creating a
live USB stick using grml2usb installed on my Debian Wheezy machine.
Per the wiki, I create a 700 MB fat16 partition for grml and give the
remaining space as an ext3 partition labeled "persistence".  On the
persistence partition is persistence.conf setup per the wiki.  I
execute grml2usb either with --bootoptions="persistence" or by
choosing persistence from the menu at boot (same result).  When
booting, here's what I see on the screen:

    mount:  mounting /dev/sda on /root/lib/live/mount/persistence/sda
failed:  No such device
    [...snip...scans sdb sdc]

later I get:

    mounting /live/medium on /root/lib/live/mount/medium failed:
Invalid argument

and later:

    Mount point '/root/lib/live/mount/persistence/sdb1' does not
exist.  Skipping mount ...

Am I doing something wrong somewhere in this process?  If not, is
there a work-around that I can use?

Thank you!

Josh

--

-- 
Josh Lawrence
Heiko Schlittermann | 8 Mar 2013 15:12
Picon

No dump/restore in the default images?

Hello,

hopefully it's not a FAQ, but at least using a major search engine
didn't give me a useful pointer …

From the default GRML image (2013-02) I'm missing the dump package. This
package contains dump(8) and restore(8) for ext{2,3,4} file systems.
Probaby using dump(8) is not really necessary, but using restore(8) is
my only option sometimes.

Having amanda would be great too …

Is there anything I can do to get these packages into GRML?

    Best regards from Dresden/Germany
    Viele Grüße aus Dresden
    Heiko Schlittermann
-- 
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --------------- key ID: 7CBF764A -
 gnupg fingerprint: 9288 F17D BBF9 9625 5ABC  285C 26A9 687E 7CBF 764A -
(gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B)-
Hello,

hopefully it's not a FAQ, but at least using a major search engine
didn't give me a useful pointer …

From the default GRML image (2013-02) I'm missing the dump package. This
package contains dump(8) and restore(8) for ext{2,3,4} file systems.
Probaby using dump(8) is not really necessary, but using restore(8) is
my only option sometimes.

Having amanda would be great too …

Is there anything I can do to get these packages into GRML?

    Best regards from Dresden/Germany
    Viele Grüße aus Dresden
    Heiko Schlittermann
--

-- 
 SCHLITTERMANN.de ---------------------------- internet & unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --------------- key ID: 7CBF764A -
 gnupg fingerprint: 9288 F17D BBF9 9625 5ABC  285C 26A9 687E 7CBF 764A -
(gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B)-
Stephan Sperber | 2 Mar 2013 09:37

torrent file needs also update?

Hello,

I dont know if i got the correct mirror, but the torrent file
http://download.grml.org/grml96-full_2013.02.iso.torrent
thinks that there need to be something downloaded althogh i already
have the correct iso with the ceaec04b29f9263e384a54cda8c3bab0 md5. I
just wanted to seed something for a good project.

Please check the torrent files.
Thx
Tom {Tomcat} Oehser | 24 Feb 2013 02:47
Favicon

Where can I download the file: grml_2011.05.iso ?


I can't find it anymore on the download sites?

I thought I had it around, but can only find the 64bit version...

-Thanks!  -Tom

--

-- 
"Let us do our duty in our shop or our kitchen, the market, the street, the
office, the school, the home, just as faithfully as if we stood in the front
rank of some great battle, and we knew that victory for mankind depended upon
our bravery, strength, and skill.  When we do that the humblest of us will be
serving in that great army which achieves the welfare of the world."
 --Theodore Parker
The little girl expects no declaration of tenderness from her doll.
She loves it -- and that's all.  It is thus that we should love.
 -- DeGourmont

Gmane