Rev 104 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 104 |
Rev 121 |
Line 24... |
Line 24... |
24 |
for FILE in $libs; do cp ./initrd/$FILE $ROOT/usr/lib; done
|
24 |
for FILE in $libs; do cp ./initrd/$FILE $ROOT/usr/lib; done
|
25 |
|
25 |
|
26 |
# [ ! -e /usr/sbin/unionctl ] && cp unionctl $ROOT/usr/sbin
|
26 |
# [ ! -e /usr/sbin/unionctl ] && cp unionctl $ROOT/usr/sbin
|
27 |
# [ ! $( which mksquashfs 2>/dev/null ) ] && cp mksquashfs $ROOT/usr/sbin/
|
27 |
# [ ! $( which mksquashfs 2>/dev/null ) ] && cp mksquashfs $ROOT/usr/sbin/
|
28 |
|
28 |
|
29 |
echo "Linux Live scripts were installed successfuly to $1/"
|
29 |
echo "Linux Live scripts were installed successfully to $1/"
|