SVN: livecd/mklive: README mklive

2012-08-09 Thread caleb
Author: caleb
Date: Thu Aug  9 13:48:32 2012
New Revision: 12578

Modified:
   livecd/mklive/README
   livecd/mklive/mklive
Log:
- Apostrophies come in all shapes and sizes. The presense of these new two was 
causing my build to not include libs required by busybox, add them to the list 
to strip out.
- Noted PLD package name responsible for providing requirements.

Modified: livecd/mklive/README
==
--- livecd/mklive/README(original)
+++ livecd/mklive/READMEThu Aug  9 13:48:32 2012
@@ -31,7 +31,7 @@
 you have to install some important packages into '/my-sys' directory:
  - busybox
  - kernel
- - udev binaries: udevadm, udevd, udevstart
+ - udev binaries: udevadm, udevd, udevstart (provided by udev-initrd package)
 
 
 License
@@ -60,6 +60,6 @@
 
 Developers:
 ---
+Caleb (caleb) Maclennan e-mail: ca...@pld-linux.org
 Paweł (qwiat) Kwiatkowski  e-mail/jid: qwiat(at)pld-linux(dot)org
 Bartosz (shadzik) Świątek
-

Modified: livecd/mklive/mklive
==
--- livecd/mklive/mklive(original)
+++ livecd/mklive/mkliveThu Aug  9 13:48:32 2012
@@ -90,7 +90,7 @@
#[ ! -f $tmp_initrd/$lib ]  cp -d $1/$libDir/$(basename $lib) 
$tmp_initrd/lib
echo  - $liblink
[ ! -f $tmp_initrd/$lib ]  cp -a $1/$liblink $tmp_initrd/lib
-   [ -h $tmp_initrd/$liblink  ]  lib=$(stat -t -c %N $1/$liblink 
 | sed -e  s/.*\ // -e s/\'// -e s/\`//)   cp -d $1/$libDir/$(basename $lib) 
$tmp_initrd/lib
+   [ -h $tmp_initrd/$liblink  ]  lib=$(stat -t -c %N $1/$liblink 
| sed -e  s/.*\ // -e s/[\'\`\‘\’]//g )  cp -d $1/$libDir/$(basename $lib) 
$tmp_initrd/lib
done
 }
 function create_initrd
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: livecd/mklive/README

2010-10-23 Thread qwiat
Author: qwiat
Date: Sun Oct 24 00:07:09 2010
New Revision: 11883

Modified:
   livecd/mklive/README
Log:
- cosmetics
- added line wrapping


Modified: livecd/mklive/README
==
--- livecd/mklive/README(original)
+++ livecd/mklive/READMESun Oct 24 00:07:09 2010
@@ -10,10 +10,13 @@
 - KISS
 - architecture autodetection: x86/x86_64
 - gzip and lzma support (mklive -h)
-- automatic support for 'aufs' module (unionfs by default), you have only to 
install aufs package.
-- easy to customize, just look into the 'templates' directory...
+- automatic support for 'aufs' module (unionfs by default), you have only to
+  install aufs package. Remeber to use a '--tpl=' option
+- easy to customize, just copy the 'templates' directory and create your own
+  template.
 - mkLive do not modify any file of your system
-- support for custom templates. Copy 'templates' to a new directory and use 
'--tpl=' option
+- support for custom templates. Copy 'templates' to a new directory and use
+  '--tpl=' option
 
 
 Limitations
@@ -40,18 +43,23 @@
 --
 1. Install PLD system into a directory, e.g:
  # mkdir /my-sys
+ # rpm --initdb -r /my-sys
  # poldek -r /my-sys
 
-2. Run mkLive, e.g:
+2. Customize new PLD installation
+
+3. Run mkLive, e.g:
  # mklive /my-sys /my-live.iso
 
-3. Burn iso image on CD/DVD disc
+4. Burn iso image on CD/DVD disc
+
 
 See help for more information:
 # mklive -h
 
 
-Author
---
-Pawel (qwiat) Kwiatkowski
-e-mail/jid: qwiat(at)pld-linux(dot)org
+Developers:
+---
+Paweł (qwiat) Kwiatkowski  e-mail/jid: qwiat(at)pld-linux(dot)org
+Bartosz (shadzik) Świątek
+
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


SVN: livecd/mklive/README

2010-10-22 Thread caleb
Author: caleb
Date: Fri Oct 22 14:33:58 2010
New Revision: 11877

Modified:
   livecd/mklive/README
Log:
- English language fixes

Modified: livecd/mklive/README
==
--- livecd/mklive/README(original)
+++ livecd/mklive/READMEFri Oct 22 14:33:58 2010
@@ -1,6 +1,8 @@
-mkLive is basic tool designed to create live-cd/live-dvd
-system based on PLD-Linux installation. mkLive is modern, smart,
-and easy to use util.
+Summary
+---
+mkLive is a basic tool designed to create a live-cd/live-dvd
+system based on PLD-Linux installation. mkLive is a modern, smart,
+and easy to use utility.
 
 
 Features
@@ -34,9 +36,9 @@
 Beerware.
 
 
-mini HowTo
+Mini HowTo
 --
-1. install PLD system into directory, e.g:
+1. Install PLD system into a directory, e.g:
  # mkdir /my-sys
  # poldek -r /my-sys
 
@@ -45,7 +47,7 @@
 
 3. Burn iso image on CD/DVD disc
 
-more in help:
+See help for more information:
 # mklive -h
 
 
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit