dCore Import Debian Packages to Mountable SCE extensions > dCore X86
Debian Jessie dCore
Jason W:
Bugfix.
http://tinycorelinux.net/dCore/x86/release_candidates/dCore-jessie/
netnomad:
hi jason,
very stable cuts, congratulations!
thank you for your work.
Jason W:
Updated. Import creates an md5.txt file for created SCE's, and loadsce checks for it's existence and it's md5 if it exists. This won't break existing SCE directories, it will simply add an md5.txt file for future imported SCE's.
http://tinycorelinux.net/dCore/x86/release_candidates/dCore-jessie/
netnomad:
hi jason,
this cut produces no error messages,
but nevertheless some packages are not merged, are missing after an import without errors.
my base-package works flawless,
###
000-base-jessie:
console-setup
console-data
bash
mc
ssh
rsync
screen
grep
tar
zip
unzip
gzip
bzip2
xz-utils
p7zip-full
nmap
iptables
fail2ban
redsocks
pdnsd
###
but my based-on-package lacks of icedove and some more packages (the size is 50mb smaller)
###
100-desktop-jessie:
xorg-all
Xprogs
wbar
fluxbox
iceweasel
icedove
evince
jpilot
xvnc4viewer
###
Jason W:
Ok, I see the issue. Grep only allows you to search a fixed number of lines and not until the next line like sed or awk. Both "original awk" in Debian as well as Busybox awk are slow but accurate in searching the Packages file until the next line. Gnu grep is the fastest tool, but as there are going to be new fields in the Packages file as well as some I see now I have not yet specified to be excluded (there are many) then grep is not going to be reliable for this task.
But sed is reliable and takes about a tenth of a second per dependency to produce it's dependency list. Awk takes about a second, so sed is still very much a speed improvement but will not result in error if there are new or overlooked fields in the Packages file now or in the future.
I will work it in to the md5 and dependency functions, may take a few days.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version