Subversion Repositories SvarDOS

Rev

Rev 1888 | Rev 1922 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1888 Rev 1920
Line 62... Line 62...
62
 
62
 
63
# abort if anything fails
63
# abort if anything fails
64
set -e
64
set -e
65
 
65
 
66
 
66
 
67
# list of packages to be part of CORE (always installed)
67
# list of packages to be part of CORE (always installed), sort them from
-
 
68
# biggest to smallest to try utilizing the floppy disk space as efficiently
-
 
69
# as possible. -L means 'dereference', ie. look at the filesize of the target
-
 
70
# file, not the symlink.
68
COREPKGS=`ls -1 'packages-core' | grep -o '^[a-zA-Z0-9]*'`
71
COREPKGS=`ls -1LS 'packages-core' | grep -o '^[a-zA-Z0-9]*'`
69
 
72
 
70
 
73
 
71
 
74
 
72
# prepares image for floppy sets of:
75
# prepares image for floppy sets of:
73
# $1 cylinders
76
# $1 cylinders