move slax scripts to rootcopy, fix linux->slax renaming
parent
c5efc53848
commit
5de4405b68
|
|
@ -1,8 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
(cd rootcopy && cp --parents -afr * /)
|
(cd rootcopy && cp --parents -afr * /)
|
||||||
|
|
||||||
cp ../../tools/dir2sb /usr/bin
|
|
||||||
cp ../../tools/sb2dir /usr/bin
|
|
||||||
cp ../../tools/slax /usr/bin
|
|
||||||
cp ../../tools/savechanges /usr/bin
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ get_bundle_storage_dir()
|
||||||
{
|
{
|
||||||
local TGT
|
local TGT
|
||||||
|
|
||||||
TGT=$LIVE/data/linux/modules
|
TGT=$LIVE/slax/linux/modules
|
||||||
|
|
||||||
mkdir -p $TGT 2>/dev/null
|
mkdir -p $TGT 2>/dev/null
|
||||||
touch $TGT/.empty 2>/dev/null && rm $TGT/.empty 2>/dev/null
|
touch $TGT/.empty 2>/dev/null && rm $TGT/.empty 2>/dev/null
|
||||||
Loading…
Reference in New Issue