Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
01:26 | kados | si around? |
01:29 | si | magic handwaving |
01:30 | sadly, I'm not sure there is | |
01:32 | if they're the same physical card, then you can just dd off to a temp file, and then dd back on | |
01:32 | but that can get dicey if they're not similar | |
01:32 | and even cards with identical labels can be differet on the inside | |
01:32 | I tend to favour pxe boot, and some shell scripts to copy what I want on, followed by a grub install | |
01:47 | kados | they're exactly the same card ... |
01:48 | so hopefully dd'll work | |
01:48 | if not I guess I can go through the grub install ... it's not that long | |
01:48 | isn't there some way to take an 'image' and then 'restore' it? | |
01:49 | something like "Ghost"? | |
01:52 | si | sure, taht's DD |
01:52 | dd if=/dev/hda of=/tmp/cfimg.bin | |
01:52 | then | |
01:52 | dd if=/tmp/cfimg.bin of=/dev/hda | |
01:52 | kados | ahh ... thanks |
01:52 | :-) | |
01:53 | I found a pretty good tutorial on dd ... reading it now | |
01:53 | thanks si! | |
01:53 | si | obvious, writing it to /tmp might not be such a good idea, if you need to reboot inbetwixt |
01:53 | kados | hehe |
02:01 | si | dd does all sorts of other beserk stuff |
02:01 | ebcdic to ascii conversions and the like | |
06:00 | sylvain | hi all |
06:01 | paul | bonjour sylavin |
08:45 | JYL57 | Hello |
08:46 | sylvain | salut JYL57 |
08:47 | JYL57 | Salut Sylvain, tu utilises des périodiques avec Koha ?! |
08:47 | sylvain | non, jamais touché aux periodiques |
08:48 | je ne suis pas utilisateur en fait, je fais juste du dev | |
08:48 | donc je touche au coup par coup les différents éléments | |
08:49 | JYL57 | Ok, j'ai aussi une question pour les dev ! ;-) |
08:49 | sylvain | je suis dev débutant attention ;) |
08:49 | JYL57 | Pourquoi quand j'appelle Newmodbiblio avec un n° bibid, ça plante ?! |
08:50 | sylvain | comme ça je dirais je sais pas |
08:50 | c'est dans quoi newmodbiblio ? | |
08:50 | JYL57 | C'est une sub pour modifier une notice |
Today | Next day → | Search | Index