Subversion Repositories SvarDOS

Rev

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

Rev 1833 Rev 1888
Line 63... Line 63...
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)
68
COREPKGS=`ls -1 'packages-core' | grep -o '^[a-z]*'`
68
COREPKGS=`ls -1 'packages-core' | grep -o '^[a-zA-Z0-9]*'`
69
 
69
 
70
 
70
 
71
 
71
 
72
# prepares image for floppy sets of:
72
# prepares image for floppy sets of:
73
# $1 cylinders
73
# $1 cylinders